/* ==========================================================================
   Edelmetall Manager — Leveranstidsregler
   ========================================================================== */

/* Grön leveranstidstext — mini-cart, varukorgstabell, item-data */
.em-delivery-time,
span.em-delivery-time,
.woocommerce-cart-form .em-delivery-time,
.widget_shopping_cart .em-delivery-time {
    color: #16c341;
    font-weight: 400;
    display: block;
    margin-top: 4px;
    font-size: 0.875em;
    line-height: 1.4;
}

/* Checkout — lite större och fetare */
.em-delivery-time--checkout {
    font-size: 1em;
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 0;
}

/* Informationstext i checkout */
.em-checkout-notice {
    font-size: 0.875em;
    color: #555;
    margin: 0 0 4px;
    line-height: 1.55;
    padding: 10px 12px;
    background: #f9fafb;
    border-left: 3px solid #16c341;
    border-radius: 2px;
}

/* Mini-cart notice (ovanför produktlistan) */
.em-minicart-notice {
    background: #f0fdf4;
    border-left: 3px solid #16c341;
    padding: 8px 14px;
    margin: 0 0 10px;
    font-size: 0.85em;
    color: #333;
    line-height: 1.5;
}
