diff --git a/resources/views/components/video-tile.blade.php b/resources/views/components/video-tile.blade.php
index 4fdfc49..5bd67d5 100644
--- a/resources/views/components/video-tile.blade.php
+++ b/resources/views/components/video-tile.blade.php
@@ -21,7 +21,7 @@
'focused' => false,
])
-
twMerge(['class' => 'video-tile relative aspect-[16/10] bg-[#0d1220] border rounded-[10px] overflow-hidden flex flex-col items-center justify-center transition-all ' . ($focused ? 'border-[rgba(75,130,247,0.35)] shadow-[0_0_0_1px_rgba(75,130,247,0.35)]' : 'border-[#1b2233]')]) }}>
+
twMerge(['class' => 'video-tile relative aspect-[16/10] bg-[#0d1220] border-2 rounded-xl overflow-hidden flex flex-col items-center justify-center transition-all duration-200 ' . ($focused ? 'border-[rgba(75,130,247,0.35)] shadow-[0_0_0_1px_rgba(75,130,247,0.35)]' : 'border-[#1b2233]')]) }}>
@if($showZoom || $showFullscreen)
@if($showZoom)
@@ -54,7 +54,7 @@
- {{ $badgeText }}
+ {{ $badgeText }}
@if($micStatusId || $camStatusId)
@if($micStatusId)
diff --git a/resources/views/interview/show.blade.php b/resources/views/interview/show.blade.php
index afbc9e4..41ca4f7 100644
--- a/resources/views/interview/show.blade.php
+++ b/resources/views/interview/show.blade.php
@@ -101,7 +101,7 @@