.gnl-promo-timer {
    display: none; /* hidden by default; JS reveals only an active (not-yet-expired) timer — cache/FPC safe */
    text-align: center;
    font-family: inherit;
    line-height: 1;
}

.gnl-promo-timer--visible {
    display: inline-block;
}

.gnl-promo-timer__heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: inherit;
}

.gnl-promo-timer__display {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.gnl-promo-timer__display .gnl-pt-unit {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    background: #1f2937;
    color: #fff;
    border-radius: 6px;
    padding: 8px 10px;
    min-width: 54px;
}

.gnl-promo-timer__display .gnl-pt-num {
    font-size: 26px;
    font-weight: 700;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.gnl-promo-timer__display .gnl-pt-lbl {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin-top: 5px;
    opacity: .8;
}

.gnl-promo-timer__display .gnl-pt-sep {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    padding-bottom: 14px;
}

.gnl-promo-timer__expired {
    font-size: 18px;
    font-weight: 700;
    color: #e74c3c;
}

@media (max-width: 480px) {
    .gnl-promo-timer__display .gnl-pt-unit {
        min-width: 44px;
        padding: 6px 7px;
    }

    .gnl-promo-timer__display .gnl-pt-num {
        font-size: 21px;
    }

    .gnl-promo-timer__display .gnl-pt-sep {
        font-size: 19px;
        padding-bottom: 12px;
    }

    .gnl-promo-timer__heading {
        font-size: 14px;
    }
}
