/* ===== Rövid lejárat – Woodmart kompatibilis ===== */

.single-product .short-expiry-info {
    font-size: 13px;
    font-style: italic;
    color: #777;
    margin-top: 4px;
}

/* Dátum doboz */
.single-product .short-expiry-date-box {
    margin-top: 4px;
}

/* SMALL SEMLEGESÍTÉS */
.single-product .short-expiry-date-box small {
    font-size: 18px;     /* ← EZ MOST MÁR BIZTOSAN NŐ */
    font-weight: 600;
    line-height: 1.4;
}

/* "Minőségét megőrzi:" */
.single-product .short-expiry-date-box strong {
    font-size: 16px;
    color: #e5533d;
}

/* Maga a dátum */
.single-product .short-expiry-date-box .woocommerce-Price-amount bdi {
    font-size: 22px;     /* ← EZ A DÁTUM MÉRETE */
    font-weight: 700;
    color: #f0ad4e;
}
