.msb-component-countdown {
    position: relative;
    z-index: 10;
    width: 100%;
    min-height: 810px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.msb-comp-cd__inner {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.msb-comp-cd__content {
    text-align: center;
    width: 100%;
    max-width: 960px;
    padding: 40px;
    margin: 0 auto;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    min-height: 205px;
    display: flex;
    gap: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.msb-comp-cd__subtitle {
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    opacity: 0.85;
}

.msb-comp-cd__title {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.msb-comp-cd__desc {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.msb-comp-cd__desc p {
    margin: 0;
}

.msb-comp-cd__desc p:not(:last-child) {
    margin: 0 0 8px 0;
}

.msb-comp-cd__box {
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
}

.msb-comp-cd__units {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 12px;
}

.msb-comp-cd__unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 20px 16px 24px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-sizing: border-box;
}

.msb-comp-cd__number {
    font-family: 'Aldrich', sans-serif;
    font-size: 96px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    display: block;
    font-variant-numeric: tabular-nums;
}

.msb-comp-cd__unit-label {
    font-size: 16px;
    font-weight: 300;
    margin-top: 8px;
    opacity: 0.8;
    display: block;
}

.msb-comp-cd__sep {
    display: none;
}

/* ── Layout: Trái – Phải ──────────────────────────────── */
.msb-component-countdown--lr .msb-comp-cd__inner {
    flex-direction: row;
    align-items: stretch;
    gap: 48px;
}

.msb-component-countdown--lr .msb-comp-cd__content {
    text-align: left;
    flex: 0 0 33.333333%;
    max-width: none;
    margin: 0;
    padding: 8px 16px;
    align-items: flex-start;
}

.msb-component-countdown--lr .msb-comp-cd__content .msb-comp-cd__title {
    font-size: 36px;
}

.msb-component-countdown--lr .msb-comp-cd__box {
    flex: 1;
}

/* ── Responsive ───────────────────────────────────────── */
@media (max-width: 1024px) {
    .msb-comp-cd__content {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .msb-comp-cd__inner {
        padding: 16px;
    }

    .msb-comp-cd__content {
        padding: 12px;
    }

    .msb-comp-cd__title {
        font-size: 32px;
    }

    .msb-comp-cd__number {
        font-size: 48px;
    }

    .msb-comp-cd__unit {
        padding: 12px 8px 16px;
    }

    .msb-comp-cd__unit-label {
        font-size: 13px;
        margin-top: 6px;
    }

    .msb-comp-cd__box {
        padding: 20px 16px 24px;
    }

    .msb-component-countdown--lr .msb-comp-cd__inner {
        flex-direction: column;
    }

    .msb-component-countdown--lr .msb-comp-cd__content {
        text-align: center;
    }

    .msb-component-countdown--lr .msb-comp-cd__box {
        width: 100%;
    }
}
