/* === AGB CTA Text (Quick, 1 Item just discounted 20%) === */
.agb-cta-text {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    line-height: 1.7em !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* === AGB Countdown Timer === */
.agb-timer {
    font-family: 'Poppins', sans-serif !important;
    font-size: 13px !important;
    line-height: 1.7em !important;
    margin: 0 !important;
    padding: 0 !important;
}

.agb-timer .agb-label {
    font-weight: 500 !important;
}

.agb-timer .digits {
    font-weight: 600 !important;
}

.agb-timer .agb-cta {
    font-weight: 600 !important;
}

/* === Tablet: 768px - 1023px === */
@media (min-width: 768px) and (max-width: 1023px) {
    .agb-cta-text {
        font-size: 14px !important;
    }

    .agb-timer {
        font-size: 14px !important;
    }
}

/* === Mobile: up to 767px === */
@media (max-width: 767px) {
    .agb-cta-text {
        font-size: 12px !important;
        line-height: 1.6em !important;
    }

    .agb-timer {
        font-size: 12px !important;
        line-height: 1.6em !important;
    }
}
