/*
Theme Name: Cailee Eats 2026 Base
Author: Made To Thrive
Author URI: https://madetothrive.com/
Theme URI: 
Tags: full-site-editing, editor-style, block-styles, block-patterns
Text Domain: made-to-thrive-2026-base
Requires at least: 6.3
Requires PHP: 7.4
Tested up to: 6.3
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}
#page-general-content {
	width:95%;
	max-width:1200px;
	margin: 0 auto 100px;
}
#page-general-content header {
	text-align:center;
}
.block-area-after-shop {
	width: 100%;
    max-width: 1180px;
    margin: 0 auto 100px;
}
.block-area-after-shop p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin: 0 0 5px
}
p.has-tt-norms-pro-cond-font-family {
	font-size:24px;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
.affiliate-notice {
	    font-family: var(--wp--preset--font-family--tt-norms-pro);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    margin: 40px auto 0;
    opacity: 0.8;
    max-width: 547px;
	width:90%;
}
@media (max-width:1170px) {
	.block-area-after-shop {
		max-width:90%;
	}
}
@media (max-width:600px) {
	.wp-block-spacer.no-mobile {
		display: none;
	}
}