/* ── Per-item notice (inside td.product-name) ───────────────────────────── */

.teklly-cart-item-notice {
    display: block;
    margin: 8px 0 0;
    padding: 8px 12px;
    background-color: #fffbeb;
    border: 1px solid #f5c518;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #3d3000;
}

/* ── Cart totals delivery summary (above cart totals widget) ─────────────── */

.teklly-cart-delivery-summary {
    margin-bottom: 16px;
    padding: 14px 16px;
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.teklly-cart-delivery-summary__label {
    margin: 0 0 4px;
    font-size: 13px;
    color: #666;
    line-height: 1.4;
}

.teklly-cart-delivery-summary__date {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
}

.teklly-cart-delivery-summary__delay {
    margin: 6px 0 0;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}
