/* Paperd Roll Shipping – checkout.css v1.0.0 */

/* Customs / import duties notice */
.prs-customs-notice {
    margin: 1rem 0;
    padding: 0.9rem 1.1rem;
    background: #fdf8f0;
    border-left: 3px solid #8b7355;
    font-size: 0.82rem;
    color: #4a4540;
    line-height: 1.6;
}
.prs-customs-notice strong {
    display: block;
    margin-bottom: 0.3rem;
    color: #2c2a27;
    font-size: 0.85rem;
}

/* Quote notice (13+ rolls) — inherits WooCommerce .woocommerce-info styles
   but we add a subtle override to keep Paperd's palette */
.woocommerce-info.prs-quote-notice {
    border-top-color: #8b7355;
}
