/* =========================================================================
   SHIPPING TIMER — komunikat o deadline'ie wysyłki na karcie produktu
   Plik ładowany przez wtyczkę "Czas dostaw producentów" tylko na is_product().
   ========================================================================= */

.ct-shipping-timer {
    margin-top: 20px;
    padding: 12px 14px;
    background: #f0f8ff;
    border: 1px solid #add8e6;
    border-radius: 8px;
    text-align: center;
    line-height: 1.4;
}

.ct-shipping-timer__main {
    font-size: 16px;
    color: #2c3e50;
    margin: 0;
    font-weight: 700;
}

.ct-shipping-timer__main strong {
    /* Godzina deadline'u — wzmocnienie wizualne */
    color: #0959ae;
}

.ct-shipping-timer__sub {
    font-size: 14px;
    color: #34495e;
    margin: 4px 0 0;
    font-weight: 400;
}
