/**
 * Single post: hero (1:1 image + panel), layout, related grids.
 */

.mtt-single {
	box-sizing: border-box;
	color: var(--wp--preset--color--brown, #5e4234);
}

/* -------------------------------------------------------------------------
   Hero
   ------------------------------------------------------------------------- */

.mtt-single-hero {
	box-sizing: border-box;
	width: 100%;
}

.mtt-single-hero__grid {
	display: grid;
	gap: 0;
	grid-template-areas:
		"crumbs"
		"media"
		"panel";
	grid-template-columns: 1fr;
	min-height: min(100vw, 28rem);
}

@media (min-width: 48rem) {
	.mtt-single-hero__grid {
		grid-template-areas:
			"media crumbs"
			"media panel";
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto 1fr;
		min-height: min(50vw, 36rem);
	}
}

.mtt-single-hero__breadcrumbs-top {
	box-sizing: border-box;
	min-width: 0;
	width: 100%;
}

.mtt-single-hero__grid .mtt-single-hero__breadcrumbs-top {
	grid-area: crumbs;
}

/* Breadcrumb bar layout/colors: mobile only (768px and down). */
@media (max-width: 47.99rem) {
	.mtt-single-hero__grid .mtt-single-hero__breadcrumbs-top {
		background: #fffbeb;
		border: none;
		padding: 0 10px 10px;
	}
}

.mtt-single-hero__grid .mtt-single-hero__media {
	grid-area: media;
}

.mtt-single-hero__grid .mtt-single-hero__panel {
	grid-area: panel;
}

.mtt-single-hero__media {
	aspect-ratio: 1 / 1;
	background: var(--wp--preset--color--off-white, #fffbeb);
	border: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

.mtt-single-hero__image {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mtt-single-hero__placeholder {
	background: linear-gradient(135deg, var(--wp--preset--color--pale-yellow, #fff8d2) 0%, var(--wp--preset--color--off-white, #fffbeb) 100%);
	height: 100%;
	width: 100%;
}

.mtt-single-hero__panel {
	background: var(--wp--preset--color--pale-yellow, #fff8d2);
	border: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	min-height: 0;
	min-width: 0;
	padding: clamp(1rem, 3vw, 1.75rem);
	position: relative;
}

/* Mobile: hairline at image|panel (subpixel grid gap; brown can be currentColor on a 1px border from .mtt-single). */
@media (max-width: 47.99rem) {
	.mtt-single-hero__media {
		box-shadow: 0 1px 0 0 var(--wp--preset--color--pale-yellow, #fff8d2);
	}

	.mtt-single-hero__panel {
		border-top: 0;
	}
}

@media (min-width: 48rem) {
	.mtt-single-hero__breadcrumbs-top {
		align-self: start;
		background: var(--wp--preset--color--pale-yellow, #fff8d2);
		padding: clamp(1rem, 3vw, 1.75rem) clamp(1rem, 3vw, 1.75rem) 0;
	}

	.mtt-single-hero__panel {
		align-self: stretch;
		padding-bottom: clamp(1rem, 3vw, 1.75rem);
		padding-left: clamp(1rem, 3vw, 1.75rem);
		padding-right: clamp(1rem, 3vw, 1.75rem);
		padding-top: 0;
	}
}

.mtt-single-hero__breadcrumbs {
	letter-spacing: 0.02em;
	text-transform: none;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 19.2px */
}

.mtt-single-hero__breadcrumbs a {
	color: inherit;
	text-decoration: none;
}

.mtt-single-hero__breadcrumbs a:hover,
.mtt-single-hero__breadcrumbs a:focus-visible {
	text-decoration: underline;
}

.mtt-single-hero__bc-sep {
	opacity: 0.75;
	padding: 0 0.15em;
}

.mtt-single-hero__panel-inner {
	align-items: center;
	align-self: center;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: clamp(0.75rem, 2vw, 1.25rem);
	justify-content: center;
	max-width: 36rem;
	padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
	padding-top: clamp(1rem, 3vw, 2rem);
	text-align: center;
	width: 100%;
}

.mtt-single-hero__meta {
	font-size: clamp(0.6875rem, 1.2vw, 0.75rem);
	letter-spacing: 0.06em;
	margin: 0;
	text-transform: uppercase;
}

.mtt-single-hero__meta .mtt-single-hero__author-link {
	color: inherit;
	text-decoration: none;
}

.mtt-single-hero__meta .mtt-single-hero__author-link:hover,
.mtt-single-hero__meta .mtt-single-hero__author-link:focus-visible {
	text-decoration: underline;
}

.mtt-single-hero__title {
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
	margin: 0;
}

.mtt-single-hero__excerpt {
	font-size: clamp(0.9375rem, 1.75vw, 1.0625rem);
	line-height: 1.5;
	margin: 0;
	max-width: 32rem;
}
.mtt-single-hero__wprm .wprm-recipe-servings-with-unit .wprm-recipe-servings-unit {
	display:none!important;
}
.mtt-single-hero__wprm {
	max-width: 100%;
}

.mtt-single-hero__wprm--meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	justify-content: center;
}

.mtt-single-hero__wprm-meta-item {
	display: block;
}

/* WPRM snippet / jump — inherit panel alignment */
.mtt-single-hero__wprm--snippet .wprm-recipe-snippet,
.mtt-single-hero__wprm--snippet .wprm-recipe-snippets {
	justify-content: center;
}

/* -------------------------------------------------------------------------
   Main + sidebar
   ------------------------------------------------------------------------- */

.mtt-single-layout {
	box-sizing: border-box;
	display: grid;
	gap: 40px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1180px;
	padding: 74px 0;
	width: 100%;
}

@media (min-width: 64rem) {
	.mtt-single-layout--with-sidebar {
		align-items: start;
		grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
	}
}

.mtt-single-layout__main {
	min-width: 0;
}

.mtt-single-layout__sidebar {
	min-width: 0;
}
.mtt-single-layout__sidebar #about-sidebar img {
	width:175px!important;
	margin: 0 auto;
	display:block;
}

.mtt-single-layout__sidebar #about-sidebar.wp-block-group {
	padding:0;
}

.mtt-single-layout__sidebar #about-sidebar h2::after {
	background: url("../images/about-sidebar-heading-squiggle.svg") no-repeat 0 0 / contain;
	content: "";
	display: block;
	height: 11px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
	width: 99px;
}
.mtt-single-layout__sidebar #about-sidebar h2 {
    margin: 9px 0;
}
.mtt-single-layout__sidebar #about-sidebar p {font-family: "TT Norms Pro";font-size: 16px;font-style: normal;font-weight: 400;line-height: 160%;max-width:300px;margin: 26px auto -3px;}

.mtt-single-layout__sidebar #about-sidebar .wp-block-buttons .wp-block-button__link:hover{
	background:#5E4234;
	color:#FFFBEB;
}

/* Sidebar newsletter — Figma 998:7841 / Newsletter Container 867:8117 */
.mtt-single-layout__sidebar #sidebar-newsletter {
	align-items: center;
	box-sizing: border-box;
	color: var(--wp--preset--color--brown, #5e4234);
	display: flex;
	flex-direction: column;
	gap: 13px;
	isolation: isolate;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 0 0;
	position: relative;
	text-align: center;
}

.mtt-single-layout__sidebar #sidebar-newsletter.wp-block-group {
	padding-left: 0;
	padding-right: 0;
	margin-top: 140px;
	margin-bottom: 50px;
}

.mtt-single-layout__sidebar #sidebar-newsletter::before {
	aspect-ratio: 350.65 / 347.002;
	background: url("../images/sidebar-newsletter-star.svg") no-repeat center / contain;
	content: "";
	left: 50%;
	max-width: min(145%, 20rem);
	pointer-events: none;
	position: absolute;
	top: 38%;
	transform: translate(-50%, -50%);
	width: 130%;
	z-index: 0;
}

.mtt-single-layout__sidebar #sidebar-newsletter > * {
	position: relative;
	z-index: 1;
}

.mtt-single-layout__sidebar #sidebar-newsletter :where(h1, h2, h3, h4, .wp-block-heading) {
	color: var(--wp--preset--color--brown, #5e4234);
	font-family: var(--wp--preset--font-family--tt-norms-pro-cond, "TT Norms Pro Condensed", sans-serif);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.1;
	margin: -23px 0 0px;
	text-align: center;
}

.mtt-single-layout__sidebar #sidebar-newsletter p {
	color: var(--wp--preset--color--brown, #5e4234);
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	max-width: 16.875rem;
	text-align: center;
}
.mtt-single-layout__sidebar #sidebar-newsletter p a {
	    display: block;
    padding: 0;
    border-bottom: 2px solid var(--dark-brown, #5e4234);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    font-weight: 700;
    line-height: 2.5;
    font-variant: all-small-caps;
    letter-spacing: 2.1px;
}

.mtt-single-layout__sidebar #sidebar-newsletter .wp-block-buttons {
	justify-content: center;
	margin: 0;
	width: 100%;
}

.mtt-single-layout__sidebar #sidebar-newsletter .wp-block-button {
	margin: 0;
}

.mtt-single-layout__sidebar #sidebar-newsletter .wp-block-button__link,
.mtt-single-layout__sidebar #sidebar-newsletter > a {
	background: transparent;
	border: none;
	border-bottom: 2px solid var(--wp--preset--color--brown, #5e4234);
	border-radius: 0;
	box-shadow: none;
	color: var(--wp--preset--color--brown, #5e4234);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 2.1px;
	line-height: 14px;
	padding: 16px 0;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.mtt-single-layout__sidebar #sidebar-newsletter .wp-block-button__link:hover,
.mtt-single-layout__sidebar #sidebar-newsletter .wp-block-button__link:focus-visible,
.mtt-single-layout__sidebar #sidebar-newsletter > a:hover,
.mtt-single-layout__sidebar #sidebar-newsletter > a:focus-visible {
	opacity: 0.88;
}

.mtt-single-layout__sidebar #sidebar-newsletter .wp-block-button__link:focus-visible,
.mtt-single-layout__sidebar #sidebar-newsletter > a:focus-visible {
	outline: 2px solid var(--wp--preset--color--brown, #5e4234);
	outline-offset: 3px;
}

/* -------------------------------------------------------------------------
   Core Video block — Figma Video Container (867:7860)
   ------------------------------------------------------------------------- */

.mtt-single-content .mtt-video-figma {
	box-sizing: border-box;
	padding: 20px 0;
	width: 100%;
}

.mtt-single-content .mtt-video-figma__frame {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: min(100%, 32.875rem);
	position: relative;
	width: 100%;
}

.mtt-single-content .mtt-video-figma__frame > .wp-block-video {
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
}

.mtt-single-content .mtt-video-figma__frame video {
	display: block;
	height: auto;
	width: 100%;
}

.mtt-single-content .mtt-video-figma__scrim {
	background: rgba(0, 0, 0, 0.25);
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.mtt-single-content .mtt-video-figma__deco {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0;
	height: auto;
	left: 1.375rem;
	line-height: 0;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	top: 35px;
	transition: opacity 0.25s ease, visibility 0.25s ease;
	visibility: visible;
	width: auto;
	z-index: 2;
}

@media (prefers-reduced-motion: reduce) {
	.mtt-single-content .mtt-video-figma__deco {
		transition: none;
	}
}

.mtt-single-content .mtt-video-figma.mtt-video-figma--playing .mtt-video-figma__deco {
	opacity: 0;
	visibility: hidden;
}

.mtt-single-content .mtt-video-figma__deco img {
	display: block;
	flex-shrink: 0;
	height: clamp(4rem, 18vw, 6.71775rem);
	object-fit: contain;
	width: clamp(4.5rem, 20vw, 6.802125rem);
}

.mtt-single-content .mtt-video-figma__label {
	color: var(--wp--preset--color--off-white, #fffbeb);
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	font-family: var(--wp--preset--font-family--tt-norms-pro);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	gap: 0;
	letter-spacing: 1.96px;
	line-height: normal;
	margin: 0;
	margin-left: calc(46px - 1.375rem);
	margin-top: clamp(0.375rem, 1.5vw, 0.875rem);
	padding: 0;
	pointer-events: none;
	position: static;
	text-align: center;
	text-transform: uppercase;
}

.mtt-single-content .mtt-video-figma__label-line {
	display: block;
	margin: 0;
}

/* Cook Together callout — Figma 867:8049 (bottom-right) */
.mtt-single-content .mtt-video-figma__callout {
    align-items: flex-end;
    bottom: 83px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    width: 85px;
    pointer-events: none;
    position: absolute;
    text-align: right;
    z-index: 4;
    right: -106px;
}

.mtt-single-content .mtt-video-figma__callout-arrow {
	flex-shrink: 0;
	height: 31px;
	line-height: 0;
	margin-right: 45px;
	transform: scaleY(-1);
	width: 40px;
}

.mtt-single-content .mtt-video-figma__callout-arrow img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mtt-single-content .mtt-video-figma__callout-text {
	flex-shrink: 0;
	transform: rotate(7.92deg) skewX(0.21deg);
	transform-origin: bottom right;
}

.mtt-single-content .mtt-video-figma__callout-line {
	color: var(--wp--preset--color--red, #d63007);
	font-family: var(--wp--preset--font-family--cailee-eats, "Cailee Eats", cursive);
	font-size: 24px!important;
	font-style: normal;
	font-weight: 400!important;
	line-height: 0.9!important;
	margin: 0;
	text-align: center;
}

/* -------------------------------------------------------------------------
   Signature (Figma Signature Container 867:7990)
   ------------------------------------------------------------------------- */

.mtt-single-signature {
	background: var(--wp--preset--color--off-white, #fffbf2);
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: clamp(1.25rem, 3vw, 2rem) clamp(1rem, 3vw, 1.25rem);
	width: 100%;
}

.mtt-single-signature__container {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.mtt-single-signature__mark {
	flex-shrink: 0;
	line-height: 0;
}

.mtt-single-signature__mark--xo {
	height: 35px;
	width: 49px;
}

.mtt-single-signature__mark--cailee {
	height: 60px;
	width: 126px;
}

.mtt-single-signature__mark img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/* -------------------------------------------------------------------------
   Related sections (uses .archive-wrap / .post-card from archive.css)
   ------------------------------------------------------------------------- */

.mtt-single-related__grid {
	padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
	padding-top: clamp(1rem, 3vw, 1.5rem);
}

.mtt-single-related--four {
	box-sizing: border-box;
	padding-left: clamp(1rem, 3vw, 1.25rem);
	padding-right: clamp(1rem, 3vw, 1.25rem);
}

.mtt-single-related__heading--four {
box-sizing: border-box;
    color: var(--wp--preset--color--brown, #5e4234);
    font-family: var(--wp--preset--font-family--tt-norms-pro-cond);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto 10px;
}

.mtt-single-related--four .mtt-single-related__grid {
	padding-bottom: 150px;
}

/* Two-up: Figma Recipe Card Container (867:8058) — horizontal cards, flex row */
.mtt-single-related--two {
	position: relative;
}

/* Figma More Recipes callout (867:8071) — top right */
.mtt-single-related--two .mtt-single-related__callout {
	line-height: 0;
	max-width: min(40vw, 11rem);
	pointer-events: none;
	position: absolute;
	right: 0;
	top: -30px;
	z-index: 1;
}

.mtt-single-related--two .mtt-single-related__callout-inner {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: 0.125rem;
}

.mtt-single-related--two .mtt-single-related__callout-text {
	color: var(--wp--preset--color--red, #d63007);
	font-family: var(--wp--preset--font-family--cailee-eats, "Cailee Eats", cursive);
	font-size: 24px!important;
	font-style: normal!important;
	font-weight: 400!important;
	line-height: 0.9!important;
	margin: 0;
	max-width: 8.5rem;
	text-align: center;
	transform: rotate(3.58deg) skewX(0.21deg);
	transform-origin: top right;
}

.mtt-single-related--two .mtt-single-related__callout-line {
	display: block;
	margin: 0;
}

.mtt-single-related--two .mtt-single-related__callout-arrow {
	display: block;
	flex-shrink: 0;
	height: 25px;
	line-height: 0;
	margin-right: 46px;
	margin-top: 17px;
	transform: scaleY(-1) rotate(22.34deg) skewX(-5.12deg);
	transform-origin: center;
	width: 33px;
}

.mtt-single-related--two .mtt-single-related__callout-arrow img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mtt-single-related--two .mtt-single-related__row {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
	/* Room for absolute top-right callout (867:8071) */
	padding-top: clamp(3.25rem, 9vw, 5.25rem);
}

.mtt-single-related--two .post-card--related-inline {
	align-items: center;
	flex: 1 1 280px;
	flex-direction: row;
	gap: 30px;
	max-width: 100%;
	min-width: min(100%, 18.625rem);
}

.mtt-single-related--two .post-card--related-inline:not(:first-child) {
	padding-left: 20px;
}

.mtt-single-related--two .post-card--related-inline .post-card__media-link {
	flex-shrink: 0;
	height: 189px;
	line-height: 0;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	width: 150px;
}

.mtt-single-related--two .post-card--related-inline .post-card__image-wrap {
	display: block;
	height: 100%;
	width: 100%;
}

.mtt-single-related--two .post-card--related-inline .post-card__image-wrap--placeholder {
	background: var(--wp--preset--color--pale-yellow, #fff8d2);
	display: block;
	height: 100%;
	min-height: 189px;
	width: 100%;
}

.mtt-single-related--two .post-card--related-inline .post-card__image,
.mtt-single-related--two .post-card--related-inline .post-card__media .image-fit {
	aspect-ratio: auto;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.mtt-single-related--two .post-card--related-inline .post-card__body {
	align-items: flex-start;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	max-width: 13rem;
	min-width: 0;
}

.mtt-single-related--two .post-card--related-inline .post-card__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
}

.mtt-single-related--two .post-card--related-inline .post-card__related-cta {
	align-items: center;
	border-bottom: 2px solid var(--wp--preset--color--brown, #5e4234);
	box-sizing: border-box;
	color: var(--wp--preset--color--brown, #5e4234);
	display: inline-flex;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 2.1px;
	line-height: 14px;
	padding: 16px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	z-index: 1;
	text-transform:uppercase;
}

.mtt-single-related--two .post-card--related-inline .post-card__related-cta:hover,
.mtt-single-related--two .post-card--related-inline .post-card__related-cta:focus-visible {
	opacity: 0.88;
}

.mtt-single-related--two .post-card--related-inline .post-card__related-cta:focus-visible {
	outline: 2px solid var(--wp--preset--color--brown, #5e4234);
	outline-offset: 3px;
}

@media (max-width: 47.99rem) {
	.mtt-single-related--two .post-card--related-inline:not(:first-child) {
		padding-left: 0;
	}

	.mtt-single-related--two .post-card--related-inline {
		flex: 1 1 100%;
	}
}

/* -------------------------------------------------------------------------
   Comments
   ------------------------------------------------------------------------- */

.mtt-single-comments.comments-wrap {
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

/* WPRM — comment list + form star color (WP Recipe Maker uses --comment-rating-star-color) */
.mtt-single-comments {
	--comment-rating-star-color: var(--wp--preset--color--brown, #5e4234);
}

/* Combined-star mode: stars are an <img> SVG with #343434 fills — filter to ~site brown */
.mtt-single-comments img.wprm-comment-rating {
	filter: brightness(0) saturate(100%) invert(29%) sepia(14%) saturate(1200%) hue-rotate(334deg) brightness(94%) contrast(92%);
}

.mtt-single-comments.comments-wrap:not(.mtt-single-comments--recipe) {
	padding-bottom: clamp(2rem, 4vw, 3rem);
	padding-top: clamp(2rem, 4vw, 3rem);
}

/* Comment form — Figma Rate & Review (998:7776) */
.mtt-single-comments__rate-review {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	margin-bottom: 22px;
	margin-left: auto;
	margin-right: auto;
	max-width: 44.875rem;
	text-align: center;
}

.mtt-single-comments__rate-review-title {
	color: var(--wp--preset--color--brown, #5e4234);
	margin: 0;
	font-family: "TT Norms Pro Condensed";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 44px */
}

.mtt-single-comments__rate-review-intro {
	color: var(--wp--preset--color--brown, #5e4234);
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.6;
	margin: 0;
	max-width: 44.875rem;
}

.mtt-single-comments__form-heading--plain {
	color: var(--wp--preset--color--brown, #5e4234);
	font-family: var(--wp--preset--font-family--tt-norms-pro-cond, "TT Norms Pro Condensed", sans-serif);
	font-size: clamp(1.75rem, 3vw, 2rem);
	font-weight: 600;
	line-height: 1.15;
	margin: 0 0 clamp(1.25rem, 3vw, 1.75rem);
	text-align: center;
}

.mtt-single-comments .mtt-comment-form {
	align-items: stretch;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 61.875rem;
	width: 100%;
}

/* WPRM rating moved to first child of form via inc/comment-form.php */
.mtt-single-comments .mtt-comment-form > .comment-form-wprm-rating {
	box-sizing: border-box;
	margin: 0 0 1.25rem;
	max-width: 61.875rem;
	width: 100%;
	text-align: center;
}
.mtt-single-comments .mtt-comment-form > .comment-form-wprm-rating label {
	display:none;
}
.mtt-single-comments .mtt-comment-form .logged-in-as,
.mtt-single-comments .mtt-comment-form .must-log-in {
	box-sizing: border-box;
	color: var(--wp--preset--color--brown, #5e4234);
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 1.25rem;
	max-width: 61.875rem;
	text-align: center;
	width: 100%;
}

.mtt-single-comments .mtt-comment-form .logged-in-as a,
.mtt-single-comments .mtt-comment-form .must-log-in a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 0.12em;
}

.mtt-comment-form__row--name-email {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: clamp(1rem, 2.5vw, 1.375rem);
	margin: 0;
	width: 100%;
}

.mtt-comment-form__row--name-email .mtt-comment-form__field--author,
.mtt-comment-form__row--name-email .mtt-comment-form__field--email {
	flex: 1 1 calc(50% - 0.75rem);
	margin: 0;
	min-width: min(100%, 15rem);
}

.mtt-single-comments .mtt-comment-form .comment-form-cookies {
	box-sizing: border-box;
	margin: 1.25rem 0 0;
	max-width: 61.875rem;
	width: 100%;
}

.mtt-single-comments .mtt-comment-form .comment-form-cookies input {
	margin-right: 0.5rem;
}

.mtt-single-comments .mtt-comment-form .comment-form-cookies label {
	color: var(--wp--preset--color--brown, #5e4234);
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 0.9375rem;
	line-height: 1.5;
}

.mtt-comment-form__field {
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}

.mtt-comment-form__field--comment {
	margin-top: clamp(1rem, 2.5vw, 1.3125rem);
}

.mtt-comment-form__label {
	color: var(--wp--preset--color--brown, #5e4234);
	display: block;
	margin: 0;
	font-family: "TT Norms Pro";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 283.333% */
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.mtt-comment-form__field .required {
	font-weight: 700;
}

.mtt-comment-form__field input[type="email"],
.mtt-comment-form__field input[type="text"],
.mtt-comment-form__field textarea {
	-webkit-appearance: none;
	appearance: none;
	background: #fff;
	border: 2px solid var(--wp--preset--color--brown, #5e4234);
	border-radius: 0;
	box-sizing: border-box;
	color: var(--wp--preset--color--brown, #5e4234);
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 16px;
	line-height: 1.6;
	min-height: 3.5rem;
	padding: 0.875rem 1rem;
	width: 100%;
	height: 79px;
	background: transparent;
}

.mtt-single-comments:not(.mtt-single-comments--recipe) .mtt-comment-form__field input[type="email"],
.mtt-single-comments:not(.mtt-single-comments--recipe) .mtt-comment-form__field input[type="text"],
.mtt-single-comments:not(.mtt-single-comments--recipe) .mtt-comment-form__field textarea {
	background: transparent;
}

.mtt-comment-form__field textarea {
	min-height: 12.5rem;
	padding: 1rem 1.25rem;
	resize: vertical;
}

.comment-form-cookies-consent {
	display:none;
}
.mtt-comment-form__field input::placeholder,
.mtt-comment-form__field textarea::placeholder {
	color:#5E4234;
	opacity: 1;
}

.mtt-comment-form__submit-wrap {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin: 52px 0 52px;
	width: 100%;
}

.mtt-comment-form__submit {
	background: transparent;
	border: 2px solid var(--wp--preset--color--brown, #5e4234);
	border-radius: 60px;
	color: var(--wp--preset--color--brown, #5e4234);
	cursor: pointer;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 3.75rem;
	min-height: 3.75rem;
	padding: 0.125rem 2.5rem;
	text-transform: uppercase;
}

.mtt-comment-form__submit:hover,
.mtt-comment-form__submit:focus-visible {
	opacity: 0.9;
}

.mtt-comment-form__submit:focus-visible {
	outline: 2px solid var(--wp--preset--color--brown, #5e4234);
	outline-offset: 3px;
}

.mtt-single-comments #reply-title.comment-reply-title,
.mtt-single-comments .mtt-comment-form #reply-title.comment-reply-title {
	box-sizing: border-box;
	color: var(--wp--preset--color--brown, #5e4234);
	font-family: var(--wp--preset--font-family--tt-norms-pro-cond, "TT Norms Pro Condensed", sans-serif);
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.75rem;
	text-align: center;
	width: 100%;
}

.mtt-single-comments #reply-title.comment-reply-title small {
	font-size: 0.875rem;
	font-weight: 700;
	line-height: inherit;
}

.mtt-single-comments #cancel-comment-reply-link {
	color: var(--wp--preset--color--brown, #5e4234);
	display: inline-block;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-left: 0.5rem;
	text-decoration: underline;
	text-transform: uppercase;
}

/* -------------------------------------------------------------------------
   Recipe single — Figma “Blog Post - Recipe” (node 867:7780)
   Applied when post includes a WP Recipe Maker recipe (.mtt-single--wprm).
   ------------------------------------------------------------------------- */

.mtt-single--wprm {
	--mtt-recipe-accent: #d63007;
}

/* Hero: large condensed title, meta, excerpt scale */
.mtt-single--wprm .mtt-single-hero__meta {
	margin: 0;
	text-align: center;
	font-family: "TT Norms Pro";
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 34px; /* 283.333% */
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.mtt-single--wprm .mtt-single-hero__title {
	margin: 0;
	font-family: "TT Norms Pro Condensed";
	font-size: 70px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 70px */
}

.mtt-single--wprm .mtt-single-hero__excerpt {
	max-width: 31.5rem;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 32px */
}

@media (min-width: 48rem) {
	.mtt-single--wprm .mtt-single-hero__grid {
		min-height: min(56vw, 50.875rem);
	}
}

/* Rating row: stars + review count (underline on count only) */
.mtt-single--wprm .mtt-single-hero__wprm--rating {
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	justify-content: center;
}

.mtt-single--wprm .mtt-single-hero__wprm--rating .wprm-recipe-rating {
	align-items: center;
	display: inline-flex;
	flex-wrap: nowrap;
	gap: 0.125rem;
	line-height: 1;
}

.mtt-single-hero__panel-inner .wprm-recipe-rating-details {
	border-bottom: 2px solid var(--dark-brown, #5e4234);
	display: block;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 14px;
	font-style: normal;
	font-variant: all-small-caps;
	font-weight: 700;
	letter-spacing: 2.1px;
	line-height: 2.5;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

/* Total time / serves — accent values (Figma dark-red) */
.mtt-single--wprm .mtt-single-hero__wprm--meta {
    gap: 1.5rem;
    color: var(--dark-brown, #5E4234);
    text-align: center;
    font-family: "TT Norms Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.96px;
	margin:10px 0;
    text-transform: uppercase;
	width:100%;
	display:block;
}
.mtt-single--wprm .mtt-single-hero__wprm--meta .wprm-block-text-normal {
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    display: flex;
    justify-content: center;
    margin: 2px 0;
    gap: 2px;
}
.mtt-single--wprm .mtt-single-hero__wprm--meta .wprm-recipe-details-label{
	font-family: "TT Norms Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.96px;
	text-transform: uppercase;
	display:inline;
}
.mtt-single--wprm .mtt-single-hero__wprm--meta .wprm-recipe-details, .mtt-single--wprm .mtt-single-hero__wprm--meta .wprm-recipe-details-unit{
	color: var(--dark-red, #D63007);
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: "TT Norms Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.96px;
	text-transform: uppercase;
	text-decoration:none;
}

.mtt-single--wprm .mtt-single-hero__wprm--meta .wprm-recipe-time-time,
.mtt-single--wprm .mtt-single-hero__wprm--meta .wprm-recipe-servings-servings,
.mtt-single--wprm .mtt-single-hero__wprm--meta .wprm-recipe-time-minutes,
.mtt-single--wprm .mtt-single-hero__wprm--meta .wprm-recipe-servings-adjustable-servings {
	color: var(--mtt-recipe-accent);
}

/* Jump to recipe — pill outline */
.mtt-single--wprm .mtt-single-hero__wprm--snippet .wprm-recipe-snippets,
.mtt-single--wprm .mtt-single-hero__wprm--snippet .wprm-recipe-snippet {
	justify-content: center;
}

.mtt-single--wprm .mtt-single-hero__wprm--snippet a,
.mtt-single--wprm .mtt-single-hero__wprm--snippet button {
	background: transparent;
	border: 2px solid var(--wp--preset--color--brown, #5e4234);
	border-radius: 60px;
	box-sizing: border-box;
	color: var(--wp--preset--color--brown, #5e4234);
	cursor: pointer;
	display: inline-flex;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 1rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.14em;
	line-height: 3.75rem;
	min-height: 3.75rem;
	padding: 0.125rem 2.5rem;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.mtt-single--wprm .mtt-single-hero__wprm--snippet a:hover,
.mtt-single--wprm .mtt-single-hero__wprm--snippet a:focus-visible,
.mtt-single--wprm .mtt-single-hero__wprm--snippet button:hover,
.mtt-single--wprm .mtt-single-hero__wprm--snippet button:focus-visible {
	opacity: 0.92;
}

/* Main column width ~780px when no sidebar (Figma content column) */
.mtt-single--wprm .mtt-single-layout:not(.mtt-single-layout--with-sidebar) {
	margin-left: auto;
	margin-right: auto;
	max-width: 48.75rem;
}

.mtt-single--wprm .mtt-single-content h2 {
	margin-bottom: 25px;
	color: var(--dark-brown, #5E4234);
	font-family: "TT Norms Pro Condensed";
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 44px */
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
	position:relative;
	color:#5E4234;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	text-align:left;
	text-shadow: none;
	background: transparent;
	padding: 20px 0;
	height: auto;
}

.mtt-single--wprm .mtt-single-content h2:first-child {
	margin-top: 0;
}

.mtt-single--wprm .mtt-single-content h3 {
	font-family: 'Cailee Eats';
    font-size: clamp(1.5rem, 3vw, 1.75rem);
    font-weight: 500;
    line-height: 1;
    margin-bottom: 1rem;
    margin-top: 1.75rem;
    letter-spacing: 0;
}

.mtt-single--wprm .mtt-single-content p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}

/* WPRM recipe card on pale yellow */
.mtt-single--wprm .wprm-recipe-container,
.mtt-single--wprm .wprm-auto-recipe,
.mtt-single--wprm div[class*="wprm-recipe-container"] {
	background-color: var(--wp--preset--color--pale-yellow, #fff8d2);
	box-sizing: border-box;
	margin: clamp(1.5rem, 4vw, 2.5rem) 0;
	padding: 20px 10px;
}

/* [wprm-recipe-video]: transparent behind embeds — overrides WPRM internal container inline styles
 * and player wrappers such as Mediavine #embed-video-container. */
.mtt-single--wprm .wprm-recipe-video-container .wprm-internal-container-video {
	background-color: transparent !important;
	border-color: transparent !important;
	border-width: 0 !important;
	box-shadow: none !important;
}

.mtt-single--wprm .wprm-recipe-video {
	background: transparent;
}

.mtt-single--wprm .wprm-recipe-video #embed-video-container {
	background: transparent !important;
	background-color: transparent !important;
}

/* WPRM Premium — user ratings modal (footer .wprm-popup-modal-user-rating) */
.wprm-popup-modal-user-rating {
	--wprm-popup-font-size: 16px;
	--wprm-popup-background: var(--wp--preset--color--pale-yellow, #fff8d2);
	--wprm-popup-title: var(--wp--preset--color--brown, #5e4234);
	--wprm-popup-content: var(--wp--preset--color--brown, #5e4234);
	--comment-rating-star-color: var(--wp--preset--color--brown, #5e4234);
}

.wprm-popup-modal-user-rating .wprm-popup-modal__overlay {
	background: rgba(94, 66, 52, 0.5);
}

.wprm-popup-modal-user-rating .wprm-popup-modal__container {
	border: 2px solid var(--wp--preset--color--brown, #5e4234);
	border-radius: 0;
	box-shadow: 0 20px 50px rgba(94, 66, 52, 0.22);
	box-sizing: border-box;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	max-width: min(92vw, 28rem);
	padding: clamp(1.25rem, 4vw, 1.875rem);
}

.wprm-popup-modal-user-rating .wprm-popup-modal__title {
	font-family: var(--wp--preset--font-family--tt-norms-pro-cond, "TT Norms Pro Condensed", sans-serif);
	font-size: clamp(1.25rem, 2.5vw, 1.5rem);
	font-weight: 600;
	line-height: 1.2;
}

.wprm-popup-modal-user-rating .wprm-popup-modal__content input[type="email"],
.wprm-popup-modal-user-rating .wprm-popup-modal__content input[type="text"],
.wprm-popup-modal-user-rating .wprm-popup-modal__content textarea {
	-webkit-appearance: none;
	appearance: none;
	background: transparent;
	border: 2px solid var(--wp--preset--color--brown, #5e4234);
	border-radius: 0;
	box-sizing: border-box;
	color: var(--wp--preset--color--brown, #5e4234);
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 0.75rem;
	min-height: 3rem;
	padding: 0.75rem 1rem;
	width: 100%;
}

.wprm-popup-modal-user-rating .wprm-popup-modal__content textarea {
	min-height: 7.5rem;
	resize: vertical;
}

.wprm-popup-modal-user-rating .wprm-popup-modal__btn {
	-webkit-appearance: none;
	appearance: none;
	background: var(--wp--preset--color--brown, #5e4234);
	border: 2px solid var(--wp--preset--color--brown, #5e4234);
	border-radius: 60px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.14em;
	line-height: 1.25;
	margin: 0;
	min-height: 3rem;
	padding: 0.75rem 1.75rem;
	text-transform: uppercase;
	transition: opacity 0.2s ease;
}

.wprm-popup-modal-user-rating .wprm-popup-modal__btn--secondary {
	background: transparent;
	color: var(--wp--preset--color--brown, #5e4234);
}

.wprm-popup-modal-user-rating .wprm-popup-modal__btn:not(:disabled):hover,
.wprm-popup-modal-user-rating .wprm-popup-modal__btn:not(:disabled):focus-visible {
	opacity: 0.92;
	transform: none;
}

.mtt-single--wprm .wprm-recipe-name {
	font-family: var(--wp--preset--font-family--tt-norms-pro-cond, "TT Norms Pro Condensed", sans-serif);
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 600;
	line-height: 1.1;
}

.mtt-single--wprm .wprm-recipe-ingredient,
.mtt-single--wprm .wprm-recipe-instruction-text {
	font-family: "TT Norms Pro";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
}

.wprm-recipe-details-unit {
	display:block!important;
}
.mtt-single--wprm .wprm-recipe-ingredients-container h3,
.mtt-single--wprm .wprm-recipe-instructions-container h3 {
	font-family: var(--wp--preset--font-family--tt-norms-pro-cond, "TT Norms Pro Condensed", sans-serif);
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 1.5rem;
}

/* Figma 867:7904 — scalloped star badge for instruction step numbers (WP Recipe Maker).
   WPRM sets .wprm-recipe li:before { display: none } — override with display + !important. */
.wprm-recipe .wprm-recipe-instruction-group .wprm-recipe-instructions,
.wprm-right2 .wprm-recipe-instruction-group .wprm-recipe-instructions {
	counter-reset: mtt-wprm-instruction-step;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wprm-recipe .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip),
.wprm-right2 .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip) {
	align-items: start;
	box-sizing: border-box;
	counter-increment: mtt-wprm-instruction-step;
	display: grid;
	grid-template-columns: 2.125rem minmax(0, 1fr);
	column-gap: 1rem;
	list-style: none !important;
	margin: 0 0 1.25rem !important;
	padding: 0 !important;
}

.wprm-recipe .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip):last-child,
.wprm-right2 .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip):last-child {
	margin-bottom: 0 !important;
}

.wprm-recipe .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip)::before,
.wprm-right2 .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip)::before {
	align-items: center;
	background-image: url("../images/wprm-instruction-step-scallop.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	box-sizing: border-box;
	color: var(--wp--preset--color--brown, #5e4234);
	content: counter(mtt-wprm-instruction-step) !important;
	display: flex !important;
	flex-shrink: 0;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 1rem;
	font-weight: 700;
	grid-column: 1;
	grid-row: 1;
	justify-content: center;
	letter-spacing: 0.14em;
	line-height: 1;
	min-height: 2.125rem;
	min-width: 2.125rem;
	padding-bottom: 0.05em;
	text-align: center;
	text-transform: uppercase;
}

.wprm-recipe .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip) > *,
.wprm-right2 .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip) > * {
	grid-column: 2;
}

.rtl .wprm-recipe .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip),
.rtl .wprm-right2 .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip) {
	grid-template-columns: minmax(0, 1fr) 2.125rem;
}

.rtl .wprm-recipe .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip)::before,
.rtl .wprm-right2 .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip)::before {
	grid-column: 2;
}

.rtl .wprm-recipe .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip) > *,
.rtl .wprm-right2 .wprm-recipe-instruction-group .wprm-recipe-instructions > li.wprm-recipe-instruction:not(.wprm-recipe-instruction-tip) > * {
	grid-column: 1;
}

/* Action buttons inside recipe (print / pin / social) — pill outline */
.mtt-single--wprm .wprm-recipe-link,
.mtt-single--wprm .wprm-recipe-jump,
.mtt-single--wprm a.wprm-recipe-print,
.mtt-single--wprm .wprm-recipe-custom-link {
	border: 2px solid var(--wp--preset--color--brown, #5e4234);
	border-radius: 50px;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding: 0.75rem 1.25rem;
	text-decoration: none;
	text-transform: uppercase;
}

/* -------------------------------------------------------------------------
   Recipe comments — pink “Rate & Review” band + cream “What Others Are Saying”
   ------------------------------------------------------------------------- */

.mtt-single-comments--recipe .mtt-single-comments__pink {
	background-color: var(--wp--preset--color--pink, #f6a6bf);
	box-sizing: border-box;
	padding-bottom: clamp(3rem, 6vw, 4.5rem);
	padding-top: 121px;
	position: relative;
}

/* Figma 867:7834 — repeat-x tile (viewBox width 743.185px); pink shows in SVG-transparent scallops */
.mtt-single-comments--recipe .mtt-single-comments__wave {
	--mtt-comment-wave-tile-w: 743.185px;
	--mtt-comment-wave-h: 114.827px;
	background-color: var(--wp--preset--color--pink, #f6a6bf);
	background-image: url("../images/comments-rate-review-wave.svg");
	background-position: left top;
	background-repeat: repeat-x;
	background-size: var(--mtt-comment-wave-tile-w) var(--mtt-comment-wave-h);
	box-sizing: border-box;
	display: block;
	height: var(--mtt-comment-wave-h);
	line-height: 0;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
	transform: translateZ(0);
}

/* Wider repeat tile on small screens: fewer scallops per viewport (avoids “cramped” edges). */
@media (max-width: 600px) {
	.mtt-single-comments--recipe .mtt-single-comments__wave {
		--mtt-comment-wave-tile-w: 1100px;
		--mtt-comment-wave-h: 170px;
	}
}

/* Full-bleed overlap into wave so the seam fix isn’t limited to the 1180px column */
.mtt-single-comments--recipe .mtt-single-comments__list-outer {
	background-color: #fffbeb;
	box-sizing: border-box;
	margin-top: -4px;
	min-width: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.mtt-single-comments--recipe .mtt-single-comments__list-wrap {
	background-color: var(--wp--preset--color--off-white, #fffbeb);
	box-sizing: border-box;
	margin: 0 auto 50px;
	max-width: 1180px;
	min-width: 0;
	padding-bottom: 50px;
	padding-top: 0;
	position: relative;
	width: 100%;
}

.mtt-single-comments__reviews-heading {
	box-sizing: border-box;
	font-family: var(--wp--preset--font-family--tt-norms-pro-cond, "TT Norms Pro Condensed", sans-serif);
	font-size: clamp(2rem, 4vw, 2.5rem);
	font-weight: 600;
	line-height: 1.1;
	margin: 0 0 clamp(1.875rem, 4vw, 3.75rem);
	text-align: center;
	width: 100%;
}

/* One row: author (left) + meta / date (right) */
.mtt-single-comments .commentlist .comment-body {
	align-items: center;
	box-sizing: border-box;
	column-gap: clamp(0.75rem, 2vw, 1.25rem);
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	row-gap: 0;
}

.mtt-single-comments .commentlist .comment-author {
	grid-column: 1;
	grid-row: 1;
	justify-self: start;
	margin: 0;
	min-width: 0;
}

.mtt-single-comments .commentlist .comment-meta {
	align-self: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	grid-column: 2;
	grid-row: 1;
	justify-content: flex-end;
	justify-self: end;
	margin: 0;
}

.mtt-single-comments .commentlist .comment-content {
	box-sizing: border-box;
	grid-column: 1 / -1;
	grid-row: 2;
	margin-top: 1.25rem;
	max-width: none;
	min-width: 0;
	overflow-wrap: break-word;
	width: 100%;
}

.mtt-single-comments .commentlist .comment-content > *:not(img) {
	box-sizing: border-box;
	max-width: none;
	width: 100%;
}

.mtt-single-comments .commentlist .reply {
	grid-column: 1 / -1;
	grid-row: 3;
}

.mtt-single-comments .toggle-comments,
.mtt-single-comments .commentlist {
	box-sizing: border-box;
	width: 100%;
}

.mtt-single-comments--recipe .commentlist {
	list-style: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.mtt-single-comments--recipe .commentlist li.comment {
	min-width: 0;
	list-style: none;
}

.mtt-single-comments--recipe .commentlist .comment-body {
	box-sizing: border-box;
	margin-bottom: 1.875rem;
	padding: clamp(1.75rem, 4vw, 2.5rem) clamp(1.25rem, 3vw, 2.5rem);
}

.mtt-single-comments--recipe .commentlist > li.comment > .comment-body {
	background-color: var(--wp--preset--color--pale-yellow, #fff8d2);
}
.mtt-single-comments--recipe .commentlist > li.comment > .comment-body p {
	box-sizing: border-box;
	font-size: 16px;
	line-height: 160%;
	margin: 30px 0 0;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.mtt-single-comments--recipe .commentlist .children > li.comment > .comment-body {
	background-color: var(--wp--preset--color--light-blue, #d1e7ff);
}
.mtt-single-comments--recipe .comment-meta a {
	text-decoration:none;
}
.mtt-single-comments--recipe img.wprm-comment-rating {
    width: 100px !important;
    height: 30px !important;
}
.mtt-single-comments--recipe .comment-meta {
	align-items: center;
	font-family: "TT Norms Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 1.96px;
	text-transform: uppercase;
}

.mtt-single-comments--recipe .comment-author {
	font-size: 1.75rem;
	font-weight: 600;
	line-height: 1;
	font-family: "TT Norms Pro Condensed";
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 28px */
}
.mtt-single-comments--recipe .comment-author cite {
	font-style:inherit;
}
.mtt-single-comments--recipe .comment-metadata a {
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-decoration: none;
	text-transform: uppercase;
}

.mtt-single-comments--recipe .comment-content {
	font-size: 1rem;
	line-height: 1.6;
}

.mtt-single-comments--recipe .reply a {
	border-bottom: 2px solid var(--wp--preset--color--brown, #5e4234);
	display: inline-block;
	font-family: var(--wp--preset--font-family--tt-norms-pro, "TT Norms Pro", sans-serif);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-top: 1.25rem;
	padding-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width:1240px) {
	.mtt-single-related__heading--four {
		max-width:1045px;
	}
}
@media (max-width:1170px) {
	.mtt-single-layout {
		max-width:90%;
		display:block;
	}
	.mtt-single-layout__sidebar {
		display:none;
	}
	.mtt-single-comments--recipe .mtt-single-comments__list-wrap {
		max-width:90%;
	}
}
@media (max-width:768px) {
	.mtt-single-comments .mtt-comment-form {
		max-width:90%;
	}
	.mtt-single-comments .commentlist .comment-body {
		display:block;
	}
	.mtt-single-comments .commentlist .comment-meta {
		    display: block;
    width: 100%;
    margin: 10px 0 0;
	}
	.mtt-single-content .mtt-video-figma__callout {
		display:none;
	}
	.mtt-single-content .mtt-video-figma__deco,
	.mtt-single-content .mtt-video-figma.mtt-video-figma--playing .mtt-video-figma__deco {
		display: none;
	}
}
@media (max-width:550px) {
	.mtt-single--wprm .mtt-single-hero__title {
		font-size:40px;
	}
		.mtt-single-related--two .post-card--related-inline .post-card__title {
			font-size: 22px;
			font-weight: 600;
			line-height: 1;
			margin: 0;
		}
				.mtt-single-comments__reviews-heading {
						margin: -80px auto 50px;
				}
}