/* Fix video playback area height in after-call view */

/* Override the 35% height to make it 50% */
.video-container {
    height: 50% !important;
}

/* Adjust transcription container to take remaining space */
.transcription-container {
    height: 50% !important;
}

/* Ensure proper layout in post-call mode */
#postCallInterface .video-container {
    height: 50% !important;
}

#postCallInterface .transcription-container {
    height: 50% !important;
}