/* Small frontend overrides that must apply regardless of minified build state. */

/* WooCommerce order received (confirmation) page */
body.woocommerce-order-received p.order-again {
	display: none !important;
}

/* Remove global horizontal padding so full-width sections can touch viewport edges. */
body {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
	margin: 0 !important;
}

.wp-site-blocks {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 0 !important;
}

/* Footer link color: main-bg @ 60% opacity */
.theoasso-footer a,
.theoasso-footer a:visited {
	color: rgba(251, 244, 223, 0.6) !important; /* fallback for older browsers */
	color: color-mix(in srgb, var(--wp--preset--color--main-bg) 60%, transparent) !important;
}

.theoasso-footer p {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
