/* Kazio Checkout Outer Frame Clean v1 */
body.checkout-checkout .kz-checkout-outer-frame-cleaned,
html body .kz-checkout-outer-frame-cleaned {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  outline: 0 !important;
}

body.checkout-checkout .kz-checkout-outer-frame-cleaned {
  padding-top: 0 !important;
}

/* Direct fallback for common custom-theme wrappers */
body.checkout-checkout #content > .card:first-child,
body.checkout-checkout #content > .panel:first-child,
body.checkout-checkout #content > .checkout-card:first-child,
body.checkout-checkout #content > .checkout-wrapper:first-child,
body.checkout-checkout #content > .kazio-card:first-child {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
