/*
Theme Name: EAL Learning Child
Description: A child theme of hello-elementor, scaffolded by Studio Code.
Template: hello-elementor
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eal-learning-child
Tags: full-site-editing, block-patterns, block-styles, wide-blocks, accessibility-ready, style-variations
*/

/* Keep WooCommerce's wide Cart and Checkout blocks inside the mobile viewport. */
@media (max-width: 782px) {
	body.woocommerce-cart .page-content > .wp-block-woocommerce-cart.alignwide,
	body.woocommerce-checkout .page-content > .wp-block-woocommerce-checkout.alignwide {
		width: 100%;
		max-width: 100%;
		margin-inline: 0;
	}

	body.woocommerce-cart .site-main,
	body.woocommerce-checkout .site-main {
		overflow-x: clip;
	}
}
