/* ===============================
   FIX HEADING ALIGNMENT & WIDTH
   =============================== */
/* Allow full width blocks to truly go full width */
.wp-site-blocks,
.site-content,
.content-area,
.entry-content {
	max-width: 100% !important;
}

/* Keep readable width ONLY for paragraphs & lists */
.entry-content p,
.entry-content ul,
.entry-content ol {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

/* Ensure heading blocks are not constrained */
.wp-block-heading {
	max-width: 100% !important;
}

/* Fix headings inside group / cover blocks */
.wp-block-group .wp-block-heading,
.wp-block-cover .wp-block-heading {
	max-width: 100% !important;
	text-align: center !important;
}

/* Remove hidden padding that causes left shift */
.wp-block-group,
.wp-block-cover__inner-container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/* Mobile safety */
@media (max-width: 768px) {
	.entry-content h1,
								.entry-content h2,
								.entry-content h3 {
		padding-left: 16px;
		padding-right: 16px;
	}
}

body,
p,
span,
li,
td,
th,
div,
article,
section,
h1, h2, h3, h4, h5, h6 {
	color: #000000 !important;
}

/* Increase page content width */
.container,
.site-content,
.content-area,
.entry-content,
.wp-site-blocks {
	max-width: 1200px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Text color */
body,
p,
span,
li,
td,
th,
div,
article,
section,
h1, h2, h3, h4, h5, h6 {
	color: #000000 !important;
}

/* Page width */
.container,
.site-content,
.content-area,
.entry-content,
.wp-site-blocks {
	max-width: 1200px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

/* Text color */
body,
p,
span,
li,
td,
th,
div,
article,
section,
h1, h2, h3, h4, h5, h6 {
	color: #000000 !important;
}

/* Page width */
.container,
.site-content,
.content-area,
.entry-content,
.wp-site-blocks {
	max-width: 1200px !important;
	width: 100% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

p {
	text-align: justify;
	text-justify: inter-word;
}

@media (max-width: 768px) {
	p {
		text-align: left;
	}
}

p {
	text-align: justify;
	text-justify: inter-word;
}

@media (max-width: 768px) {
	p {
		text-align: left;
	}
}

/* ===== Fix excessive spacing after headings & paragraphs ===== */
/* Paragraph spacing */
p {
	margin-top: .5em;
	margin-bottom: 1em;
}

/* Heading spacing */
h1 {
	margin-top: 1.5em;
	margin-bottom: .6em;
}

h2 {
	margin-top: 1.4em;
	margin-bottom: .6em;
}

h3 {
	margin-top: 1.2em;
	margin-bottom: .5em;
}

h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: .4em;
}

p {
	margin-bottom: .8em;
}

/* Improve base font size and line height for body text */
body,
.entry-content {
	font-size: 18px !important;
	line-height: 1.7 !important;
}

/* Slightly stronger heading hierarchy */
.entry-content h1 {
	font-size: 2.4em !important;
}

.entry-content h2 {
	font-size: 2em !important;
}

.entry-content h3 {
	font-size: 1.8em !important;
}

/* Tighter paragraph spacing on main static pages */
.page .entry-content p {
	margin-top: .6em !important;
	margin-bottom: .9em !important;
}

.page .entry-content h2,
.page .entry-content h3 {
	margin-top: 1.1em !important;
	margin-bottom: .7em !important;
}

/* Make page & post titles readable on featured images */
.entry-header,
.page-header {
	position: relative;
}

/* Title text */
.entry-title,
.page-title {
	color: #ffffff !important;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.7);
}

/* Optional: dark overlay on featured image */
.entry-header::before,
.page-header::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.35);
	z-index: 1;
}

/* Ensure title stays above overlay */
.entry-title,
.page-title {
	position: relative;
	z-index: 2;
}

/* ========= UNIVERSAL HEADING FONTS ========= */
/* H2 – Section Headings (All Pages, Posts, Recipes) */
h2,
.entry-content h2,
.page h2,
.post h2,
.wp-block-heading h2,
.recipe h2,
.recipe-content h2,
.wprm-recipe h2,
.tasty-recipes h2,
.mv-recipe h2 {
	font-family: 'Playfair Display', serif !important;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3;
}

/* H3 – Sub Headings (All Pages, Posts, Recipes) */
h3,
.entry-content h3,
.page h3,
.post h3,
.wp-block-heading h3,
.recipe h3,
.recipe-content h3,
.wprm-recipe h3,
.tasty-recipes h3,
.mv-recipe h3 {
	font-family: 'Lora', serif !important;
	font-weight: 300;
	font-size: 15px;
	line-height: 1.5;
}