@font-face {
    font-family: 'Special Gothic Condensed One';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://static-c4-1.s3.us-east-1.amazonaws.com/assets/fonts/SpecialGothicCondensedOne-Regular.ttf') format('truetype');
}

.countdown-font-special {
    font-family: "Special Gothic Condensed One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.countdown-banner {
    width: 950px !important;
    max-width: 100%;
    height: 90px;
    background: #000;
    display: flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
}

.countdown-banner::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 130px;
    font-weight: 900;
    color: #1a1a1a;
    font-family: Arial, sans-serif;
    line-height: 1;
    letter-spacing: -10px;
}

.trophy-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 2;
    margin-right: 1.5rem;
}

.trophy-img {
    height: 70px;
    width: auto;
}

.countdown-title-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 18px;
    z-index: 2;
    flex-shrink: 0;
}

.countdown-title-main {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.1;
}

.countdown-title-sub {
    font-size: 12px;
    font-weight: 900;
    margin-top: 4px;
    letter-spacing: 0.3px;
    font-family: Arial, sans-serif;
}

.country-usa {
    color: #d4ff3a;
}

.country-can {
    color: #ff2d2d;
}

.country-mex {
    color: #00a651;
}

.separator-dot {
    color: #fff;
    margin: 0 4px;
}

.countdown-units {
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    flex: 1;
    justify-content: flex-end;
}

.unit-box {
    background: #fff;
    border-radius: 20px;
    min-width: 90px;
    height: 78px;
    text-align: center;
    padding-top: 0px;
}

.unit-number {
    font-size: 4rem;
    line-height: 0.8;
    padding-top: opx;
}

.unit-label {
    font-size: 1.5rem;
}

.unit-divider {
    width: 4px;
    height: 22px;
    border-radius: 2px;
}

.unit-divider-1 {
    background: #00d9a3;
}

.unit-divider-2 {
    background: #ff2d2d;
}

.unit-divider-3 {
    background: #8a2be2;
}

@media (max-width: 980px) {
    .countdown-banner {
        height: auto;
        flex-wrap: wrap;
        padding: 12px;
        justify-content: center;
    }

    .countdown-units {
        justify-content: center;
        margin-top: 10px;
        width: 100%;
    }

    .countdown-title-block {
        margin-right: 0;
    }
}

@media (max-width: 600px) {
    .unit-box {
        min-width: 70px;
        padding: 6px 8px;
    }
}
