/* BEGUIGO shared commerce legal accordion.
 * Owned by Cart Experience and reused verbatim by Checkout Experience so the
 * legal component cannot visually drift between the two commerce surfaces. */
.beguigo-cart-terms{box-sizing:border-box;display:block;max-width:100%;margin:0 0 22px;padding:20px 22px;border:1px solid #2a3a55;border-radius:22px;background:linear-gradient(145deg,#111d32,#0b1322);color:#f7f9fc;box-shadow:0 18px 42px rgba(0,0,0,.18)}
.beguigo-cart-terms p{margin:0;color:#a8b4c7;line-height:1.55}
.beguigo-cart-terms__intro{margin-bottom:14px}
.beguigo-cart-terms__intro strong{display:block;margin-bottom:4px;color:#fff;font-size:1rem}
.beguigo-cart-terms__accordion{display:grid;gap:8px}
.beguigo-cart-legal{overflow:hidden;border:1px solid rgba(255,255,255,.09);border-radius:14px;background:#0b1525}
.beguigo-cart-legal summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;color:#f7f9fc;font-weight:850;cursor:pointer;list-style:none}
.beguigo-cart-legal summary::-webkit-details-marker{display:none}
.beguigo-cart-legal summary:focus-visible{outline:3px solid rgba(45,174,199,.55);outline-offset:-3px}
.beguigo-cart-legal__chevron{display:grid;place-items:center;flex:0 0 28px;width:28px;height:28px;border:1px solid #34445f;border-radius:9px;color:#9fdfff;font-size:1.05rem;line-height:1;transition:transform .18s ease}
.beguigo-cart-legal[open] .beguigo-cart-legal__chevron{transform:rotate(45deg)}
.beguigo-cart-legal__content{padding:0 16px 16px;border-top:1px solid rgba(255,255,255,.07);color:#a8b4c7;font-size:.9rem;line-height:1.65}
.beguigo-cart-legal__content>:first-child{margin-top:14px}
.beguigo-cart-legal__content>:last-child{margin-bottom:0}
.beguigo-cart-legal__content :where(h1,h2,h3,h4,h5,h6){color:#fff;line-height:1.25}
.beguigo-cart-legal__content a:not(.beguigo-btn){color:#9fdfff}
@media(max-width:520px){.beguigo-cart-terms{padding:18px}.beguigo-cart-legal summary{padding:13px 14px}.beguigo-cart-legal__content{padding:0 14px 14px}}
.beguigo-legal-embedded__section{padding:14px 0}.beguigo-legal-embedded__section+.beguigo-legal-embedded__section{border-top:1px solid rgba(255,255,255,.07)}.beguigo-legal-embedded__section h4{margin:0 0 8px}.beguigo-legal-embedded__section p{margin:0 0 10px}.beguigo-legal-embedded__section p:last-child{margin-bottom:0}
