/* Banner & Countdown Styles */

.banner-section {
    margin-bottom: 20px;
}

.countdown-time {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding-top: 10px;
}

.cd-item {
    background: #f00000;
    color: #fff700;
    padding: 10px 12px;
    min-width: 64px;
    text-align: center;
    border-radius: 6px;
}

.cd-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.cd-label {
    display: block;
    font-size: 12px;
    margin-top: 4px;
    text-transform: uppercase;
}

.cd-sep {
    color: #c00000;
    font-size: 20px;
    font-weight: 700;
}
