/* =====================================================
   WC Delivery Estimator – Stili frontend
   ===================================================== */

/* ── Avviso consegna generico ──────────────────────── */
.wcde-delivery-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 16px 0;
    padding: 14px 18px;
    background: #eef6fc;
    border: 1px solid #b8d8ef;
    border-left: 4px solid #2271b1;
    border-radius: 6px;
    font-size: 0.95em;
    color: #1d3557;
    line-height: 1.5;
}

.wcde-delivery-notice strong {
    color: #145a8a;
}

/* ── Riga nella tabella ordine al checkout ─────────── */
.wcde-delivery-row th,
.wcde-delivery-row td {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px dashed #ddd;
}

.wcde-delivery-row .wcde-delivery-notice {
    margin: 0;
}

/* ── Responsive ────────────────────────────────────── */
@media ( max-width: 640px ) {
    .wcde-delivery-notice {
        font-size: 0.88em;
        padding: 10px 14px;
    }
}
