.countdown-box.hidden {
    display: none !important;
}

.countdown-box:not(.hidden) {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 555;
    display: flex;
    box-sizing: border-box;
    height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    background: #d54928;
    box-shadow: none;
    color: #fff;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

body:has(#headsecure) .countdown-box:not(.hidden) {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 2;
    width: 100%;
}

.countdown-box.isTruckPage,
.countdown-box.truckloads {
    background: #000b3b;
    border-bottom-color: rgba(255, 255, 255, 0.08);
}

.countdown {
    display: flex;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin: 0 auto;
    padding: 0 4rem;
}

.countdown-box .countdown-copy {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1px;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: left;
}

.countdown-box .countdown-copy strong {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.countdown-box .countdown-copy span {
    color: rgba(255, 255, 255, 0.78);
    font-weight: 400;
}

.countdown-box p.timer {
    display: flex !important;
    flex: 0 0 auto;
    align-items: flex-start;
    gap: 2px;
    margin: 0;
    padding: 0 0 0 20px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    font-variant-numeric: tabular-nums;
}

.countdown-unit {
    display: flex;
    min-width: 28px;
    flex-direction: column;
    align-items: center;
}

.countdown-box #hours,
.countdown-box #minutes,
.countdown-box #seconds {
    width: auto;
    min-width: 22px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1;
    text-align: center;
}

.countdown-box .txt_timer {
    display: block;
    padding: 3px 0 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: rgba(255, 255, 255, 0.58);
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.countdown-sep {
    padding: 0 4px 11px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.countdown-box .show_ti_s {
    line-height: 30px;
    padding: 4px;
}

body:has(.countdown-box:not(.hidden)):not(:has(#headsecure)) {
    --pol-chrome-banner: 48px;
}
body.pol_countdown_active .pol_site_header {
    top: var(--pol-chrome-banner, 0px);
    margin-top: 0;
}

.countdown-box .flip-clock-wrapper {
    display: block;
    width: 300px;
    max-width: 300px;
    flex: 0 0 300px;
    margin: -24px 0 0;
}

.flip-clock-wrapper ul li a div.up:after {
    height: 0 !important;
    background: #da0408 !important;
}

@media (max-width: 829px) {
    .countdown {
        gap: 12px;
        padding: 0 14px;
    }

    .countdown-box .countdown-copy {
        font-size: 11px;
    }

    .countdown-box .countdown-copy strong {
        font-size: 12px;
    }

    .countdown-box p.timer {
        padding-left: 12px;
    }

    .countdown-box #hours,
    .countdown-box #minutes,
    .countdown-box #seconds {
        font-size: 16px;
        min-width: 20px;
    }

    .countdown-sep {
        padding-bottom: 10px;
        padding-left: 2px;
        padding-right: 2px;
    }
}

@media (max-width: 520px) {
    .countdown-box .countdown-copy span {
        display: none;
    }

    .countdown-box .txt_timer {
        font-size: 8px;
    }
}
