/* Coming Soon Widget Structural Styles */
.cs-container-47253026 {
    position: relative;
    width: 100%;
    min-height: calc(100vh - var(--wp-admin--admin-bar--height, 0px));
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 2rem;
    box-sizing: border-box;
    text-align: center;
}

body.admin-bar .cs-container-47253026 {
    min-height: calc(100vh - var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
    body.admin-bar .cs-container-47253026 {
        min-height: calc(100vh - 46px);
    }
}

.cs-bg-image-47253026 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cs-video-bg-47253026 {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 1;
}

.cs-video-iframe-wrap {
    pointer-events: none;
    width: 100vw;
    height: 56.25vw; /* 16:9 Aspect Ratio */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 Aspect Ratio */
}

.cs-video-iframe-wrap iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cs-overlay-47253026 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.cs-content-inner-47253026 {
    position: relative;
    z-index: 3;
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.cs-title-47253026 {
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0;
    line-height: 1.2;
}

.cs-desc-47253026 {
    font-size: 1.25rem;
    margin: 0;
    line-height: 1.6;
    max-width: 600px;
}

/* Countdown */
.cs-countdown-wrap-47253026 {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem;
    width: 100%;
}

.cs-time-box-47253026 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    min-width: 110px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.cs-time-num-47253026 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.cs-time-lbl-47253026 {
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-top: 0.5rem;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .cs-title-47253026 {
        font-size: 2.75rem;
    }
    .cs-desc-47253026 {
        font-size: 1.125rem;
    }
    .cs-countdown-wrap-47253026 {
        gap: 1rem;
    }
    .cs-time-box-47253026 {
        padding: 1rem;
        min-width: 90px;
    }
    .cs-time-num-47253026 {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .cs-title-47253026 {
        font-size: 2.25rem;
    }
    .cs-desc-47253026 {
        font-size: 1rem;
    }
    .cs-countdown-wrap-47253026 {
        gap: 0.75rem;
    }
    .cs-time-box-47253026 {
        padding: 0.75rem;
        min-width: 75px;
    }
    .cs-time-num-47253026 {
        font-size: 1.5rem;
    }
    .cs-time-lbl-47253026 {
        font-size: 0.75rem;
    }
}
