/*
Theme Name: Eco Peptides
Theme URI: https://www.samheaton.co.uk/
Author: Sam Heaton
Author URI: https://www.samheaton.co.uk/
Description: Bespoke, editable WooCommerce theme for Eco Peptides.
Version: 1.2.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: eco-peptides
*/

/* Prevent wide document tables from expanding the responsive information grid. */
.info-shell > *,
.info-shell .prose-content,
.info-shell .data-table-wrap {
	min-width: 0;
}

.info-shell .data-table-wrap {
	max-width: 100%;
}

/* Keep the native WooCommerce coupon form visible, matching the approved checkout. */
.woocommerce-checkout .woocommerce-form-coupon-toggle {
	display: none;
}

.woocommerce-checkout form.checkout_coupon {
	display: flex !important;
	flex-wrap: wrap;
}

.woocommerce-account #customer_login .field-grid {
	margin-bottom: 18px;
}

.woocommerce-account #customer_login .field-grid .form-row {
	margin-bottom: 0;
}

.woocommerce-account #customer_login .field-grid .woocommerce-privacy-policy-text {
	grid-column: 1 / -1;
}
