.ucb-video-showcase {
    margin: 32px 0 56px;
}

.ucb-video-showcase__media {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #000;
}

.ucb-video-showcase__media iframe {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.ucb-video-showcase__card {
    width: 100%;
    overflow: hidden;
}

.ucb-video-showcase__card .uc-card_body {
    flex: 0 0 auto;
}

.ucb-video-showcase__kit-carousel--hero {
    width: 100%;
    max-width: 980px;
    margin-right: auto;
    margin-left: auto;
}

.ucb-video-showcase__kit-carousel--hero .primary-carousel_item {
    height: auto !important;
    min-height: 0 !important;
    background: transparent;
}

.ucb-video-showcase__kit-carousel--hero.ucb-video-showcase__kit-carousel--loading .primary-carousel_item:not(:first-child) {
    display: none;
}

.ucb-video-showcase__breakout {
    position: relative;
    margin-top: 56px;
    margin-bottom: 64px;
    overflow: hidden;
}

.ucb-video-showcase__hero-shell.uc-hero {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 56px 0 24px;
    overflow: hidden;
    background: transparent;
}

.ucb-video-showcase__hero-shell > .uc-hero__bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ucb-video-showcase__hero-shell > .uc-hero__dark-gradient {
    position: absolute;
    inset: 0;
}

.ucb-video-showcase__hero-content {
    position: relative;
    z-index: 2;
}

.ucb-video-showcase__kit-carousel--hero {
    margin-bottom: 0 !important;
}

.ucb-video-showcase__hero-item {
    padding-bottom: 88px;
}

.ucb-video-showcase__hero-item .ucb-video-showcase__media,
.ucb-video-showcase__hero-copy {
    width: calc(100% - 32px);
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

.ucb-video-showcase__hero-copy {
    margin-top: 20px;
}

.ucb-video-showcase--hero.is-light .uc-carousel .uc-carousel-nav .carousel-nav-item {
    color: rgba(0, 43, 73, 0.38);
}

.ucb-video-showcase--hero.is-light .uc-carousel .uc-carousel-nav .carousel-nav-item .indicator {
    background-color: rgba(0, 43, 73, 0.38);
}

.ucb-video-showcase--hero.is-light .uc-carousel .uc-carousel-nav .carousel-nav-item.tns-nav-active {
    color: #002b49;
}

.ucb-video-showcase--hero.is-light .uc-carousel .uc-carousel-nav .carousel-nav-item.tns-nav-active .indicator {
    background-color: #002b49;
}

.ucb-video-showcase--hero.is-light .uc-carousel .uc-carousel-nav .autoplay-buttons .uc-icon {
    color: #002b49;
}

.ucb-video-showcase-editor {
    padding: 18px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #f3f4f6;
}

.ucb-video-showcase-editor__eyebrow {
    margin-bottom: 14px;
    color: #6b7280;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.ucb-video-showcase-editor__settings {
    display: grid;
    grid-template-columns: minmax(180px, 0.45fr) minmax(240px, 1fr);
    gap: 16px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
}

.ucb-video-showcase-editor__hero-settings {
    display: grid;
    gap: 12px;
    margin-top: 14px;
    padding: 14px;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    background: #fff;
}

.ucb-video-showcase-editor__color > span {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.ucb-video-showcase-editor__background-image {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.ucb-video-showcase-editor__background-image img {
    display: block;
    width: 160px;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.ucb-video-showcase-editor__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin: 14px 0;
}

.ucb-video-showcase-editor__thumb {
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    background: #fff;
    color: #1f2937;
    cursor: pointer;
    text-align: left;
}

.ucb-video-showcase-editor__thumb.is-active {
    border-color: #0176de;
    box-shadow: 0 0 0 2px rgba(1, 118, 222, 0.16);
}

.ucb-video-showcase-editor__thumb img,
.ucb-video-showcase-editor__placeholder {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.ucb-video-showcase-editor__placeholder {
    display: grid;
    place-items: center;
    background: #e5e7eb;
    color: #6b7280;
    font-size: 11px;
}

.ucb-video-showcase-editor__thumb-label {
    display: block;
    padding: 8px 10px;
    overflow: hidden;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ucb-video-showcase-editor__empty {
    grid-column: 1 / -1;
    padding: 24px;
    border: 1px dashed #cbd5e1;
    border-radius: 6px;
    color: #6b7280;
    text-align: center;
}

.ucb-video-showcase-editor__panel {
    padding: 16px;
    border: 1px solid #0176de;
    border-radius: 6px;
    background: #fff;
}

.ucb-video-showcase-editor__panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.ucb-video-showcase-editor__panel-actions {
    display: flex;
    gap: 6px;
}

.ucb-video-showcase-editor__add {
    display: block;
    margin: 14px auto 0;
}

@media (max-width: 767.98px) {
    .ucb-video-showcase {
        margin: 24px 0 40px;
    }

    .ucb-video-showcase__hero-shell.uc-hero {
        padding: 40px 0 16px;
    }

    .ucb-video-showcase__hero-item {
        padding-bottom: 72px;
    }

    .ucb-video-showcase__hero-item .ucb-video-showcase__media,
    .ucb-video-showcase__hero-copy {
        width: 100%;
    }

    .ucb-video-showcase-editor__settings {
        grid-template-columns: minmax(0, 1fr);
    }

    .ucb-video-showcase-editor__panel-head {
        align-items: flex-start;
        flex-direction: column;
    }
}
