/* Checkout Page Styles */

/* Summary column — full width on mobile, fixed 380px on desktop */
.checkout-summary-col { width: 100%; }
@media (min-width: 1024px) {
  .checkout-summary-col { width: 380px; flex-shrink: 0; }
}

/* eSIM Delivery — force QR SVG to fill container */
.qr-code-wrapper svg { width: 100% !important; height: 100% !important; }
