 html[scheme="dark"] .woocommerce-notices-wrapper{width:100%;margin:0;background:var(--body-bg-color)!important;}html[scheme="dark"] .woocommerce-message[role="alert"]{background:var(--card-bg);color:var(--headings-color);border:1px solid var(--soft-white);border-inline-start:4px solid var(--body-color);border-radius:8px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:2rem;padding-right:3rem;}html[scheme="dark"] .woocommerce-message .button.wc-forward{background:var(--soft-white);color:var(--headings-color);border:1px solid var(--soft-white);padding:8px 18px;font-size:0.85rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all 0.2s ease;margin-inline-start:auto;}html[scheme="dark"] .woocommerce-message .button.wc-forward:hover{background:var(--headings-color);color:var(--body-bg-color);border-color:var(--headings-color);}html:not([scheme="dark"]) .woocommerce-notices-wrapper{width:100%;margin:0;background:#ffffff !important;}html:not([scheme="dark"]) .woocommerce-message[role="alert"]{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0;border-inline-start:4px solid #0f172a;border-radius:8px;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin:2rem;padding-right:3rem;}html:not([scheme="dark"]) .woocommerce-message .button.wc-forward{background:#ffffff;color:#1e293b;border:1px solid #cbd5e1;padding:8px 18px;font-size:0.85rem;font-weight:600;border-radius:6px;text-decoration:none;transition:all 0.2s ease;margin-inline-start:auto;}html:not([scheme="dark"]) .woocommerce-message .button.wc-forward:hover{background:#0f172a;color:#ffffff;border-color:#0f172a;}