/* shop/assets/checkout.css — Styles für Checkout */
.ship-option { display:flex; gap:10px; align-items:center; padding:8px; border:1px solid #e5e7eb; border-radius:10px; margin-bottom:8px; cursor:pointer; }
.ship-option:hover { background:#f9fafb; }
.agb { display:flex; gap:10px; align-items:flex-start; }
#place-order[disabled] { opacity: .6; cursor: not-allowed; }
