/* ============================================================
   Cart and checkout notices

   Loaded by Arctica_Teams_Cart::enqueue_checkout_assets() on the
   cart and checkout only. The plugin's other stylesheets are
   scoped to team, account and admin pages, so these rules have
   to live in their own file to reach the checkout at all.
   ============================================================ */

/* Checkout page non-refundable notice */
.arctica-non-refundable-checkout-notice {
    margin-bottom: 16px;
    padding: 12px 14px;
    background: #fff8e6;
    border-left: 3px solid #e07b1a;
    border-radius: 4px;
    font-size: 0.88rem;
    color: #555;
    line-height: 1.5;
}

/* Lead-time notice, above the shipping methods */
.arctica-shipping-lead-time-notice {
    margin-bottom: 10px;
    padding: 10px 12px;
    background: #f4f6f8;
    border-left: 3px solid #6b7c8c;
    border-radius: 4px;
    font-size: 0.82rem;
    color: #4a4a4a;
    line-height: 1.5;
    text-align: left;
}
