/**
 * Checkout module stylesheet.
 *
 * Scoped WooCommerce checkout/cart layout only. SePay owns QR/payment UI.
 */

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	width: 100%;
}

.woocommerce-checkout #customer_details .col-2 {
	margin-top: 18px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
	display: grid;
	gap: 12px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row {
	margin: 0;
	width: 100%;
}
