/* Checkout/cart readability without changing the rest of the storefront. */
body.woocommerce-checkout :is([class*="imoto-"], [class*="imotozacia-"]) :is(p, li, label, small, em, button, a, input, select, textarea, span:not(.dashicons)),
body.woocommerce-cart :is([class*="imoto-"], [class*="imotozacia-"]) :is(p, li, label, small, em, button, a, input, select, textarea, span:not(.dashicons)) {
	font-size: 15px !important;
	line-height: 1.5 !important;
}

body.woocommerce-checkout :is([class*="imoto-"], [class*="imotozacia-"]) :is(input, select, textarea, button),
body.woocommerce-cart :is([class*="imoto-"], [class*="imotozacia-"]) :is(input, select, textarea, button) {
	min-height: 44px;
}

body.woocommerce-checkout :is([class*="imoto-"], [class*="imotozacia-"]) :is(h3, h4, strong, b),
body.woocommerce-cart :is([class*="imoto-"], [class*="imotozacia-"]) :is(h3, h4, strong, b) {
	line-height: 1.4;
}
