/* VisionCart V250 checkout: delivery/payment section and order summary use equal full width. */
.vc-checkout-layout-v223,
.vc-checkout-layout-v250 {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: start !important;
  width: 100% !important;
  min-width: 0 !important;
}

.vc-checkout-form-v223,
.vc-checkout-form-v250,
.vc-checkout-summary-v223,
.vc-checkout-summary-v250 {
  grid-column: 1 !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

.vc-checkout-summary-v223,
.vc-checkout-summary-v250 {
  position: relative !important;
  top: auto !important;
  align-self: stretch !important;
}

@media (max-width: 768px) {
  .vc-checkout-layout-v223,
  .vc-checkout-layout-v250 {
    gap: 16px !important;
  }
}
