/* _content/VoiceWeb/Components/Shared/SetupVideoPlayer.razor.rz.scp.css */
.setup-video-wrapper[b-ib53jxljvc] {
    max-width: 640px;
    margin-bottom: 1rem;
}

.setup-video-wrapper.top-padding[b-ib53jxljvc] {
    margin-bottom: 0;
    padding-top: 1rem;
}
/* _content/VoiceWeb/Components/Shared/SetupVideoPlayerDialog.razor.rz.scp.css */
.setup-video-dialog[b-bmqjp9w76w] {
    width: min(90vw, 960px);
}

.setup-video-content[b-bmqjp9w76w] {
    padding: 0;
}

.setup-video-frame[b-bmqjp9w76w] {
    width: 100%;
    background: #000;
}

.setup-video-frame .setup-video[b-bmqjp9w76w] {
    display: block;
    width: 100%;
    height: auto;
    max-height: calc(100vh - 220px);
    aspect-ratio: 16 / 9;
    object-fit: contain;
}
