/*
 Theme Name:   Enfold Child - Websima Single
 Theme URI:    https://ashpazi.local
 Description:  Enfold child theme with professional recipe single layout
 Author:       Ashpazi
 Template:     enfold
 Version:      2.1.64
 Text Domain:  enfold-child
*/

/* ---- IRANSans / iran-sans (site font name from Use Any Font) ---- */
@font-face {
	font-family: "iran-sans";
	font-style: normal;
	font-weight: 200;
	font-display: swap;
	src: url("../enfold/fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
		 url("../enfold/fonts/woff/IRANSansWeb_UltraLight.woff") format("woff");
}
@font-face {
	font-family: "iran-sans";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("../enfold/fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
		 url("../enfold/fonts/woff/IRANSansWeb_Light.woff") format("woff");
}
@font-face {
	font-family: "iran-sans";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../enfold/fonts/woff2/IRANSansWeb.woff2") format("woff2"),
		 url("../enfold/fonts/woff/IRANSansWeb.woff") format("woff");
}
@font-face {
	font-family: "iran-sans";
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url("../enfold/fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
		 url("../enfold/fonts/woff/IRANSansWeb_Medium.woff") format("woff");
}
@font-face {
	font-family: "iran-sans";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../enfold/fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
		 url("../enfold/fonts/woff/IRANSansWeb_Bold.woff") format("woff");
}
@font-face {
	font-family: "iran-sans";
	font-style: normal;
	font-weight: 900;
	font-display: swap;
	src: url("../enfold/fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"),
		 url("../enfold/fonts/woff/IRANSansWeb_Black.woff") format("woff");
}

html,
body,
button,
input,
select,
textarea,
#top,
#top .container,
#top .main_menu,
#top .avia-section,
#top .content,
#top .entry-content-wrapper,
#top h1, #top h2, #top h3, #top h4, #top h5, #top h6,
#top p, #top a, #top span, #top li, #top label,
#top .recipe-page,
.recipe-page,
.recipe-page p,
.recipe-page a,
.recipe-page span,
.recipe-page li,
.recipe-page h1,
.recipe-page h2,
.recipe-page h3,
.recipe-page h4,
.recipe-page label,
.recipe-page button,
.recipe-page input,
.recipe-page textarea,
.recipe-page strong,
.recipe-stats-ic,
.recipe-stats-ic .recipe-stat-label,
.recipe-stats-ic .recipe-stat-value,
.ws-comment-form,
.ws-comments-box {
	font-family: "iran-sans", "IRANSans", Tahoma, Arial, sans-serif !important;
}
.recipe-page {
	--main_font: "iran-sans", "IRANSans", Tahoma, sans-serif;
	--medium_font: "iran-sans", "IRANSans", Tahoma, sans-serif;
	--bold_font: "iran-sans", "IRANSans", Tahoma, sans-serif;
	--light-font: "iran-sans", "IRANSans", Tahoma, sans-serif;
}
/* Icon fonts must keep their own family */
#top [class^="icon-"],
#top [class*=" icon-"],
#top .avia-font-entypo-fontello,
#top [data-av_iconfont="entypo-fontello"]:before,
#top .av-hamburger-inner,
#top .av-hamburger-inner:before,
#top .av-hamburger-inner:after {
	font-family: "icomoon", "entypo-fontello" !important;
}

/* Main menu — larger type */
#top .main_menu .av-main-nav > li > a,
#top #header .av-main-nav > li > a,
#top .av-main-nav > li > a .avia-menu-text {
	font-size: 16px !important;
	font-weight: 600 !important;
	letter-spacing: 0;
}
#top #header_main_alternate .av-main-nav > li > a,
#top #header_main_alternate .av-main-nav > li > a .avia-menu-text {
	font-size: 16px !important;
	font-weight: 600 !important;
}
#top .av-main-nav ul.sub-menu > li > a {
	font-size: 14px !important;
}
@media (max-width: 989px) {
	#top #av-burger-menu-ul > li > a,
	#top #av-burger-menu-ul > li > a .avia-menu-text {
		font-size: 17px !important;
		font-weight: 600 !important;
	}
}

/* =========================================================
   Recipe page — Iran Cook inspired
   Clean magazine layout + red CTA + ingredients drawer
========================================================= */
.recipe-page {
	--rp-bg: #f5f5f5;
	--rp-paper: #ffffff;
	--rp-ink: #222222;
	--rp-muted: #6b6b6b;
	--rp-line: #e6e6e6;
	--rp-accent: #d62828;
	--rp-accent-dark: #b51f1f;
	--rp-accent-soft: #ffe8e8;
	--rp-green: #2f6b4f;
	--rp-green-soft: #eaf5ef;
	--rp-radius: 12px;
	--rp-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
	direction: rtl;
	text-align: right;
	background: var(--rp-bg);
	color: var(--rp-ink);
	padding-bottom: 72px;
}
.recipe-page *,
.recipe-page *::before,
.recipe-page *::after {
	box-sizing: border-box;
}
.recipe-container {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 16px;
}
@media (min-width: 768px) {
	.recipe-container { padding: 0 20px; }
}

/* ---- Hero ---- */
.recipe-hero {
	padding: 18px 0 6px;
	background: var(--rp-paper);
	border-bottom: 1px solid var(--rp-line);
}
.recipe-header {
	margin-bottom: 14px;
}
/* Websima-style categories row */
.recipe-blog-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 10px 16px;
	margin-bottom: 14px;
}
.recipe-category-wrap,
.recipe-page .category-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px 0;
	min-width: 0;
	flex: 1 1 auto;
}
.recipe-cat-label,
.recipe-page .category-wrap > span.recipe-cat-label,
.recipe-page .category-wrap > span:first-child {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px !important;
	color: #33373e !important;
	line-height: 1.6 !important;
	font-weight: 700 !important;
	white-space: nowrap;
	margin: 0 !important;
}
.recipe-cat-label .icon-menu,
.recipe-page .category-wrap .icon-menu,
.recipe-blog-date .icon-date {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-family: "icomoon" !important;
	font-size: 16px !important;
	line-height: 1 !important;
	color: var(--rp-accent) !important;
	speak: never;
	font-style: normal !important;
	font-weight: normal !important;
}
.recipe-cat-label .icon-menu::before,
.recipe-page .category-wrap .icon-menu::before,
.recipe-blog-date .icon-date::before {
	display: inline-block !important;
	font-family: "icomoon" !important;
	color: inherit !important;
}
.recipe-cat-links {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
}
.recipe-page .category-wrap a,
.recipe-cat-links a {
	font-size: 13px !important;
	line-height: 1.6 !important;
	position: relative;
	display: inline-flex !important;
	align-items: center;
	color: #717171 !important;
	text-decoration: none !important;
	transition: color 0.25s ease;
	margin: 0 10px 0 0 !important;
	padding: 0 !important;
	font-weight: 500 !important;
	background: transparent !important;
	border: 0 !important;
}
.recipe-page .category-wrap a:hover,
.recipe-cat-links a:hover {
	color: var(--rp-accent) !important;
}
.recipe-page .category-wrap a:not(:last-child)::after,
.recipe-cat-links a:not(:last-child)::after {
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	position: absolute;
	left: -12px;
	top: 50%;
	margin-top: -2.5px;
	transform: rotate(45deg);
	border-radius: 0.5px;
	background: #ffc9c9;
}
.recipe-blog-date,
.recipe-page .blog-date.recipe-blog-date {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #33373e;
	white-space: nowrap;
	flex-shrink: 0;
}
.recipe-blog-date span {
	margin-right: 0;
	color: var(--rp-accent);
	font-weight: 700;
}
.recipe-title {
	margin: 0 0 16px !important;
	font-size: clamp(24px, 4.6vw, 36px) !important;
	line-height: 1.45 !important;
	font-weight: 800 !important;
	color: var(--rp-ink) !important;
	text-align: center !important;
}
@media (max-width: 767px) {
	.recipe-blog-meta {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
	}
	.recipe-blog-date {
		font-size: 12px;
	}
	.recipe-page .category-wrap a,
	.recipe-cat-links a {
		font-size: 12px !important;
		margin: 0 8px 0 0 !important;
	}
	.recipe-page .category-wrap a:not(:last-child)::after,
	.recipe-cat-links a:not(:last-child)::after {
		left: -10px;
		width: 4px;
		height: 4px;
	}
}
.recipe-meta-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px 16px;
	margin-bottom: 14px;
}
.recipe-meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px 8px;
	margin: 0;
	font-size: 13px;
	color: var(--rp-muted);
}
.recipe-meta-item {
	color: var(--rp-muted);
	text-decoration: none;
}
a.recipe-meta-item:hover {
	color: var(--rp-accent);
}
.recipe-meta-dot {
	opacity: 0.5;
}
.recipe-share-bar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 12px;
	margin: 0;
}
.recipe-share-label {
	font-size: 13px;
	color: var(--rp-muted);
}
.recipe-share-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}
.recipe-share-links a,
.recipe-share-links button.recipe-share-link,
.recipe-copy,
.recipe-print-btn {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid var(--rp-line);
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	transition: 0.2s ease;
	flex: 0 0 auto;
	padding: 0;
	line-height: 1;
	appearance: none;
	-webkit-appearance: none;
	font: inherit;
}
.recipe-print-btn {
	width: auto;
	padding: 0 14px;
	border-radius: 18px;
	gap: 6px;
	background: var(--rp-accent-soft);
	color: var(--rp-accent);
	border-color: var(--rp-accent-soft);
}
.recipe-print-text {
	font-size: 13px;
	font-weight: 700;
}
.recipe-print-btn:hover {
	background: var(--rp-accent) !important;
	color: #fff !important;
	border-color: var(--rp-accent) !important;
}
.recipe-share-links a:hover,
.recipe-share-links button.recipe-share-link:hover,
.recipe-copy:hover,
.recipe-share-links .is-copied {
	border-color: var(--rp-accent);
	color: var(--rp-accent);
	background: #fff8f8;
}
.recipe-share-link--telegram { color: #229ed9; }
.recipe-share-link--whatsapp { color: #25d366; }
.recipe-share-links a:hover,
.recipe-share-links button.recipe-share-link:hover {
	color: inherit;
}
.recipe-share-link--telegram:hover { color: #1b8fc4; }
.recipe-share-link--whatsapp:hover { color: #1ebe57; }
.recipe-share-svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
	flex-shrink: 0;
}
.recipe-share-links .screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
/* Brand share icons — always show SVG glyph (never font fallback mixups) */
.recipe-share-links i[class^="icon-"],
.recipe-copy i[class^="icon-"] {
	display: none !important;
}
.recipe-share-link .ws-share-ico {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 18px !important;
	height: 18px !important;
	line-height: 1 !important;
	font-size: 0 !important;
	color: inherit !important;
}
.recipe-share-link .ws-share-ico::before {
	content: none !important;
	display: none !important;
}
.recipe-share-link .recipe-share-svg {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	min-width: 18px !important;
	min-height: 18px !important;
	fill: currentColor !important;
	flex-shrink: 0 !important;
	opacity: 1 !important;
	visibility: visible !important;
}
@media (max-width: 767px) {
	.recipe-meta-share {
		flex-direction: column;
		align-items: stretch;
	}
	.recipe-meta-row {
		justify-content: center;
		text-align: center;
	}
	.recipe-share-bar {
		justify-content: center;
	}
}

.recipe-hero-media {
	margin: 0 0 16px;
	border-radius: var(--rp-radius);
	overflow: hidden;
	box-shadow: var(--rp-shadow);
	background: #ddd;
	aspect-ratio: 16 / 10;
}
.recipe-hero-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.recipe-stats-ic {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 8px;
}
@media (min-width: 768px) {
	.recipe-stats-ic {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}
.recipe-stats-ic .recipe-stat {
	background: #fafafa;
	border: 1px solid var(--rp-line);
	border-radius: 10px;
	padding: 12px;
	min-height: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}
.recipe-stats-ic .recipe-stat > div {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 0;
	min-width: 0;
	line-height: 1.4;
	text-align: center;
}
.recipe-stat-icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	flex-shrink: 0;
	background: var(--rp-accent-soft);
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	color: var(--rp-accent);
}
/* Websima / SVG icons inside stats */
.recipe-stat-icon::before,
.recipe-stat-icon::after {
	content: none !important;
	display: none !important;
}
.recipe-stat-icon > .ws-meta-svg,
.recipe-stat-icon > i[class^="icon-"],
.recipe-stat-icon > i[class*=" icon-"] {
	display: block !important;
	width: 18px !important;
	height: 18px !important;
	flex-shrink: 0;
	color: var(--rp-accent) !important;
	fill: currentColor;
	opacity: 1 !important;
	visibility: visible !important;
}
.recipe-stat-icon > i[class^="icon-"],
.recipe-stat-icon > i[class*=" icon-"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-family: "icomoon" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	line-height: 1 !important;
	speak: never;
	font-size: 16px !important;
	width: auto !important;
	height: auto !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.recipe-stat-icon > i[class^="icon-"]::before,
.recipe-stat-icon > i[class*=" icon-"]::before {
	display: inline-block !important;
	font-family: "icomoon" !important;
	color: inherit !important;
}
.recipe-stat-label {
	display: inline;
	font-size: 13px;
	color: var(--rp-muted);
	margin: 0;
	font-weight: 600;
}
.recipe-stat-label::after {
	content: " : ";
	color: var(--rp-muted);
	font-weight: 600;
	margin: 0 2px;
}
.recipe-stat-value {
	display: inline;
	font-size: 13px;
	font-weight: 800;
	color: var(--rp-ink);
	line-height: 1.35;
}

/* ---- Body grid ---- */
.recipe-body {
	padding: 18px 0 8px;
	overflow: visible !important;
}
.recipe-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	align-items: stretch;
	overflow: visible !important;
}
@media (min-width: 992px) {
	.recipe-grid {
		grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
		gap: 22px;
	}
}
.recipe-aside {
	overflow: visible !important;
	position: relative;
}
@media (min-width: 992px) {
	.recipe-aside {
		align-self: stretch;
		height: 100%;
		min-height: 100%;
	}
}
.recipe-aside-sticky {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
@media (min-width: 992px) {
	.recipe-aside-sticky {
		position: relative;
		top: auto;
		z-index: 40;
		width: 100%;
		max-height: calc(100vh - var(--rp-sticky-top, 100px) - 16px);
		overflow-y: auto;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 4px;
		box-sizing: border-box;
	}
	.recipe-aside-sticky.is-pinned {
		position: fixed !important;
		max-height: calc(100vh - var(--rp-sticky-top, 100px) - 16px);
	}
	.recipe-aside-sticky.is-pinned-bottom {
		position: absolute !important;
		top: auto !important;
		bottom: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
	}
	.recipe-aside-placeholder {
		display: block;
		width: 100%;
		pointer-events: none;
		visibility: hidden;
	}
	.recipe-aside-sticky .ws-ingredients-card,
	.recipe-aside-sticky .recipe-ingredients {
		max-height: none;
		flex-shrink: 0;
	}
}

/* Enfold #top{overflow-x:hidden} kills position:sticky — neutralize on recipe pages */
.recipe-page-body #top,
.recipe-page-body #wrap_all,
.recipe-page-body #main,
.recipe-page-body .container_wrap,
.recipe-page-body .container,
.recipe-page,
.recipe-page .site-main,
.recipe-page .recipe-article,
.recipe-page .recipe-body,
.recipe-page .recipe-container {
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	transform: none !important;
	filter: none !important;
	perspective: none !important;
	contain: none !important;
}

.recipe-jump,
.recipe-page .recipe-jump.access-post,
.recipe-page nav.access-post {
	display: flex !important;
	flex-direction: column !important;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 10px;
	width: 100%;
	max-width: 100%;
	margin: 10px 0 0;
	padding: 0;
}
.recipe-aside-sticky .recipe-jump,
.recipe-aside-sticky .access-post {
	margin-top: 12px;
}
.recipe-jump a,
.recipe-jump button,
.recipe-page .recipe-jump.access-post a,
.recipe-page .recipe-jump.access-post button,
.recipe-page nav.access-post a,
.recipe-page nav.access-post button {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 12px 14px !important;
	border-radius: 999px !important;
	background: #fff !important;
	border: 1px solid #dcdcdc !important;
	color: #222 !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	font-family: inherit !important;
	line-height: 1.4 !important;
	text-align: center;
	white-space: nowrap;
	box-sizing: border-box;
	box-shadow: none !important;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}
.recipe-jump a:hover,
.recipe-jump button:hover,
.recipe-page .recipe-jump.access-post a:hover,
.recipe-page .recipe-jump.access-post button:hover,
.recipe-page nav.access-post a:hover,
.recipe-page nav.access-post button:hover {
	border-color: var(--rp-accent) !important;
	color: var(--rp-accent) !important;
	background: #fff !important;
}
.recipe-jump a.is-active,
.recipe-jump button.is-active,
.recipe-page .recipe-jump.access-post a.is-active,
.recipe-page .recipe-jump.access-post button.is-active,
.recipe-page nav.access-post a.is-active,
.recipe-page nav.access-post button.is-active {
	background: var(--rp-accent) !important;
	border-color: var(--rp-accent) !important;
	color: #fff !important;
	box-shadow: 0 6px 16px rgba(214, 40, 40, 0.22) !important;
}
.recipe-jump a.is-active:hover,
.recipe-jump button.is-active:hover,
.recipe-page .recipe-jump.access-post a.is-active:hover,
.recipe-page .recipe-jump.access-post button.is-active:hover,
.recipe-page nav.access-post a.is-active:hover,
.recipe-page nav.access-post button.is-active:hover {
	background: var(--rp-accent-dark) !important;
	border-color: var(--rp-accent-dark) !important;
	color: #fff !important;
}
#spy-materials,
#recipe-steps,
#news-related,
#recipe-related-anchor,
#comments-single,
#materials {
	scroll-margin-top: 120px;
}
.recipe-scroll-anchor {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: relative;
	top: 0;
	pointer-events: none;
}
@media (max-width: 991px) {
	#spy-materials,
	#recipe-steps,
	#news-related,
	#recipe-related-anchor,
	#comments-single,
	#materials {
		scroll-margin-top: 16px;
	}
}

/* ---- Ingredients card ---- */
.recipe-ingredients,
.ws-ingredients-card {
	background: #fff !important;
	border: 1px solid var(--rp-line) !important;
	border-radius: var(--rp-radius) !important;
	box-shadow: var(--rp-shadow);
	padding: 16px 14px 14px !important;
	margin: 0 !important;
}
.recipe-ing-head-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
}
.recipe-ing-head-actions {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-shrink: 0;
}
.recipe-ing-close {
	display: none;
	width: 34px;
	height: 34px;
	border: 0;
	background: #f2f2f2;
	border-radius: 50%;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	color: #444;
}
/* Desktop collapse arrow for ingredients */
.ws-ingredients-toggle {
	display: none;
	align-items: center;
	gap: 4px;
	height: 34px;
	padding: 0 10px;
	border: 1px solid var(--rp-line);
	background: #fafafa;
	border-radius: 10px;
	color: var(--rp-muted);
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.ws-ingredients-toggle:hover {
	border-color: var(--rp-accent);
	color: var(--rp-accent);
	background: #fff7f7;
}
.ws-ingredients-toggle-icon {
	display: inline-flex;
	transition: transform 0.2s ease;
}
.ws-ingredients-toggle-label {
	font-size: 12px;
}
@media (min-width: 992px) {
	.ws-ingredients-toggle {
		display: inline-flex;
	}
	.ws-ingredients-card.is-collapsed .ws-ingredients-body,
	.ws-ingredients-card.is-collapsed .ws-ingredients-hint {
		display: none !important;
	}
	.ws-ingredients-card.is-collapsed {
		padding-bottom: 12px !important;
	}
	.ws-ingredients-card.is-collapsed .ws-ingredients-toggle-icon {
		transform: rotate(180deg);
	}
}
.ws-ingredients-title {
	margin: 0 0 4px !important;
	font-size: 20px !important;
	line-height: 1.35 !important;
	color: var(--rp-ink) !important;
	border: 0 !important;
}
.ws-ingredients-hint {
	margin: 0 0 12px !important;
	font-size: 12px !important;
	color: var(--rp-muted) !important;
}
.recipe-ing-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid var(--rp-line);
	border-radius: 10px;
	overflow: hidden;
}
.recipe-ing-item {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid var(--rp-line);
	background: #fff;
}
.recipe-ing-item:last-child { border-bottom: 0; }
.recipe-ing-item.is-checked { background: #fff7f7; }
.recipe-ing-item.is-checked .ws-ing-name {
	text-decoration: line-through;
	color: #8a8a8a;
}
.recipe-ing-label {
	display: grid !important;
	grid-template-columns: 26px minmax(0, 1fr);
	gap: 10px;
	align-items: start;
	padding: 11px 12px !important;
	margin: 0 !important;
	cursor: pointer;
	width: 100%;
}
.ws-ing-checkbox {
	position: absolute !important;
	opacity: 0 !important;
	pointer-events: none;
}
.ws-ing-mark {
	width: 20px;
	height: 20px;
	margin-top: 2px;
	border-radius: 50%;
	border: 2px solid #cfcfcf;
	background: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.ws-ing-checkbox:checked + .ws-ing-mark {
	background: var(--rp-accent);
	border-color: var(--rp-accent);
}
.ws-ing-checkbox:checked + .ws-ing-mark::after {
	content: "";
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	margin-top: -1px;
}
.recipe-ing-text {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 10px;
	min-width: 0;
	width: 100%;
	flex-wrap: wrap;
}
.ws-ing-name {
	font-size: 14px !important;
	line-height: 1.55 !important;
	color: var(--rp-ink) !important;
	font-weight: 600;
	flex: 1 1 110px;
	min-width: 0;
	max-width: 100%;
	overflow-wrap: anywhere;
	word-break: break-word;
}
.ws-amount-pill {
	display: block !important;
	flex: 1 1 140px;
	min-width: 0;
	max-width: 100%;
	padding: 5px 10px !important;
	border-radius: 8px !important;
	background: #f3f3f3 !important;
	color: #444 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.55 !important;
	white-space: normal !important;
	overflow-wrap: anywhere;
	word-break: break-word;
	box-sizing: border-box;
}
.ws-ingredients-reset {
	margin-top: 12px !important;
	width: 100% !important;
	border: 1px dashed #d2d2d2 !important;
	background: #fafafa !important;
	color: var(--rp-muted) !important;
	border-radius: 10px !important;
	padding: 10px 12px !important;
	font-size: 13px !important;
	cursor: pointer;
}
.ws-ingredients-reset:hover {
	border-color: var(--rp-accent) !important;
	color: var(--rp-accent) !important;
}

/* Mobile ingredients drawer like Iran Cook "نمایش مواد اولیه" */
.recipe-fab-ingredients {
	display: none;
}
@media (max-width: 991px) {
	.recipe-fab-ingredients {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: fixed;
		left: 50%;
		bottom: 18px;
		transform: translateX(-50%);
		z-index: 1200;
		min-width: 180px;
		padding: 12px 18px;
		border: 0;
		border-radius: 999px;
		background: var(--rp-accent);
		color: #fff;
		font-size: 14px;
		font-weight: 800;
		box-shadow: 0 10px 28px rgba(214, 40, 40, 0.35);
		cursor: pointer;
	}
	.recipe-aside {
		position: fixed;
		inset: 0;
		z-index: 1300;
		background: rgba(0, 0, 0, 0.45);
		padding: 18px 14px;
		display: flex;
		align-items: flex-end;
		opacity: 0;
		pointer-events: none;
		transition: opacity 0.2s ease;
	}
	.recipe-aside.is-open {
		opacity: 1;
		pointer-events: auto;
	}
	.recipe-aside-sticky {
		width: 100%;
		max-height: 82vh;
		overflow: auto;
		transform: translateY(24px);
		transition: transform 0.25s ease;
	}
	.recipe-aside.is-open .recipe-aside-sticky {
		transform: translateY(0);
	}
	.recipe-ing-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}
	body.recipe-ing-open {
		overflow: hidden;
	}
}

/* ---- Steps / content ---- */
.recipe-main {
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: var(--rp-radius);
	box-shadow: var(--rp-shadow);
	padding: 18px 14px 22px;
}
@media (min-width: 768px) {
	.recipe-main {
		padding: 24px 26px 28px;
	}
}
.recipe-steps {
	font-size: 15.5px;
	line-height: 1.95;
	color: #333;
	counter-reset: step;
}
.recipe-steps > *:first-child { margin-top: 0 !important; }
.recipe-steps h2 {
	margin: 26px 0 12px !important;
	padding-bottom: 8px;
	border-bottom: 2px solid var(--rp-accent-soft);
	font-size: 21px !important;
	line-height: 1.45 !important;
	color: var(--rp-ink) !important;
}
.recipe-steps h3 {
	margin: 20px 0 10px !important;
	font-size: 17px !important;
	color: var(--rp-accent) !important;
}
.recipe-steps p { margin: 0 0 14px !important; }
.recipe-steps ol {
	margin: 0 0 18px !important;
	padding: 0 !important;
	list-style: none !important;
}
.recipe-steps ol > li {
	position: relative;
	margin: 0 0 12px !important;
	padding: 14px 14px 14px 14px !important;
	padding-right: 54px !important;
	background: #fafafa;
	border: 1px solid var(--rp-line);
	border-radius: 10px;
	line-height: 1.85;
}
.recipe-steps ol > li::before {
	counter-increment: step;
	content: counter(step);
	position: absolute;
	right: 12px;
	top: 14px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--rp-accent);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	display: flex;
	align-items: center;
	justify-content: center;
}
.recipe-steps ul {
	margin: 0 0 16px !important;
	padding-right: 20px !important;
}
.recipe-steps blockquote {
	margin: 16px 0 !important;
	padding: 14px 16px !important;
	border: 0 !important;
	border-right: 4px solid var(--rp-accent) !important;
	background: var(--rp-accent-soft) !important;
	border-radius: 10px;
	color: #5a3030;
}
.recipe-steps img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}
.recipe-steps hr {
	border: 0;
	border-top: 1px solid var(--rp-line);
	margin: 22px 0;
}
.tags_post {
	margin-top: 20px;
	padding-top: 14px;
	border-top: 1px solid var(--rp-line);
}
.row-author {
	margin-top: 18px !important;
	padding: 14px !important;
	border-radius: 10px;
	background: #fafafa;
	border: 1px solid var(--rp-line);
}

/* ---- Related ---- */
.recipe-related {
	margin-top: 24px;
	padding: 24px 0 8px;
	background: #fff;
	border-top: 1px solid var(--rp-line);
}
.recipe-section-head { margin-bottom: 16px; }
.recipe-section-title {
	margin: 0 0 4px !important;
	font-size: 22px !important;
	color: var(--rp-ink) !important;
}
.recipe-section-sub {
	margin: 0;
	color: var(--rp-muted);
	font-size: 13px;
}
.recipe-related .swiper-wrapper { align-items: stretch; }
.recipe-related .swiper-slide {
	height: auto;
	display: flex;
}
.recipe-card,
.recipe-related .post-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: var(--rp-shadow);
}
.recipe-related .post-item-image {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #eee;
}
.recipe-related .post-item-image img,
.recipe-related .ws-card-noimg {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}
.recipe-related .ws-card-noimg {
	background: linear-gradient(135deg, #eee, #ddd);
}

/* Card image hover — slight zoom only, no fade */
.recipe-card .post-item-image,
.ws-archive-grid .post-item-image,
.recipe-related .post-item-image {
	position: relative;
	overflow: hidden;
}
.recipe-card .post-item-image::before,
.recipe-card .post-item-image::after,
.ws-archive-grid .post-item-image::before,
.ws-archive-grid .post-item-image::after,
.recipe-related .post-item-image::before,
.recipe-related .post-item-image::after,
.recipe-card .post-item-image .image-overlay,
.ws-archive-grid .post-item-image .image-overlay,
.recipe-related .post-item-image .image-overlay {
	content: none !important;
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}
.recipe-card .post-item-image img,
.ws-archive-grid .post-item-image img,
.recipe-related .post-item-image img {
	opacity: 1 !important;
	filter: none !important;
	-webkit-filter: none !important;
	transition: transform 0.4s ease !important;
	transform: scale(1);
	transform-origin: center center;
}
.recipe-card:hover .post-item-image img,
.ws-archive-grid .post-item:hover .post-item-image img,
.recipe-related .post-item:hover .post-item-image img,
.recipe-card .post-item-image:hover img,
.ws-archive-grid .post-item-image:hover img,
.recipe-related .post-item-image:hover img {
	opacity: 1 !important;
	filter: none !important;
	-webkit-filter: none !important;
	transform: scale(1.05);
}
@media (hover: none) {
	.recipe-card:hover .post-item-image img,
	.ws-archive-grid .post-item:hover .post-item-image img,
	.recipe-related .post-item:hover .post-item-image img,
	.recipe-card .post-item-image:hover img,
	.ws-archive-grid .post-item-image:hover img,
	.recipe-related .post-item-image:hover img {
		transform: scale(1);
	}
}
.recipe-related .row-post {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 12px;
}
.recipe-related .title-post {
	margin: 0 0 10px !important;
	min-height: 3.1em;
	font-size: 15px !important;
	line-height: 1.55 !important;
}
.recipe-related .title-post a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: var(--rp-ink);
	text-decoration: none;
	font-weight: 800;
}
.ws-card-stats,
.ws-card-stat {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 600;
	color: #6b6b6b;
	white-space: nowrap;
	line-height: 1;
}
.ws-card-stat-num {
	font-variant-numeric: tabular-nums;
}
/* Card / archive / related icons — SVG (reliable on mobile/tablet) */
.recipe-related .cart-detale > .ws-meta-svg,
.ws-archive-grid .cart-detale > .ws-meta-svg,
.recipe-related .post-link > .ws-meta-svg,
.ws-archive-grid .post-link > .ws-meta-svg,
.recipe-card .cart-detale > .ws-meta-svg,
.recipe-card .post-link > .ws-meta-svg,
.recipe-related .cart-detale > i[class^="icon-"],
.ws-archive-grid .cart-detale > i[class^="icon-"],
.recipe-related .post-link > i[class^="icon-"],
.ws-archive-grid .post-link > i[class^="icon-"],
.recipe-card .cart-detale > i[class^="icon-"],
.recipe-card .post-link > i[class^="icon-"] {
	display: inline-block !important;
	flex: 0 0 auto !important;
	flex-shrink: 0 !important;
	width: 13px !important;
	height: 13px !important;
	vertical-align: middle;
	fill: currentColor;
	opacity: 1 !important;
	visibility: visible !important;
}
.recipe-related .cart-detale > i[class^="icon-"],
.ws-archive-grid .cart-detale > i[class^="icon-"],
.recipe-related .post-link > i[class^="icon-"],
.ws-archive-grid .post-link > i[class^="icon-"],
.recipe-card .cart-detale > i[class^="icon-"],
.recipe-card .post-link > i[class^="icon-"] {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-family: "icomoon" !important;
	font-style: normal !important;
	font-weight: normal !important;
	line-height: 1 !important;
	speak: never;
	font-size: 13px !important;
	width: auto !important;
	height: auto !important;
	-webkit-font-smoothing: antialiased;
}
.recipe-related .cart-detale > i[class^="icon-"]::before,
.ws-archive-grid .cart-detale > i[class^="icon-"]::before,
.recipe-related .post-link > i[class^="icon-"]::before,
.ws-archive-grid .post-link > i[class^="icon-"]::before,
.recipe-card .cart-detale > i[class^="icon-"]::before,
.recipe-card .post-link > i[class^="icon-"]::before {
	display: inline-block !important;
	font-family: "icomoon" !important;
	color: inherit !important;
}
/* Colored meta icons */
.recipe-related .date-post > .ws-meta-svg,
.ws-archive-grid .date-post > .ws-meta-svg,
.recipe-card .date-post > .ws-meta-svg {
	color: #2a9d8f !important;
}
.ws-card-stat--rate .ws-meta-svg,
.ws-card-stat--rate .icon-star {
	color: #f5a623 !important;
	width: 13px !important;
	height: 13px !important;
}
.ws-card-stat--comments .ws-meta-svg,
.ws-card-stat--comments .icon-comment {
	color: #457b9d !important;
	width: 13px !important;
	height: 13px !important;
}
.recipe-related .reading-time > .ws-meta-svg,
.ws-archive-grid .reading-time > .ws-meta-svg,
.recipe-card .reading-time > .ws-meta-svg {
	color: var(--rp-accent, #d62828) !important;
}
.recipe-related .ws-card-footer,
.ws-archive-grid .ws-card-footer {
	margin-top: auto;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.recipe-related .detale-post,
.ws-archive-grid .detale-post {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	gap: 6px;
	width: 100%;
	font-size: 11px;
	color: var(--rp-muted, #717171);
	overflow: hidden;
}
.recipe-related .detale-post:before,
.recipe-related .detale-post:after,
.ws-archive-grid .detale-post:before,
.ws-archive-grid .detale-post:after {
	display: none !important;
}
.recipe-related .cart-detale,
.ws-archive-grid .cart-detale {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 0;
	flex: 1 1 0;
	white-space: nowrap;
	line-height: 1.2;
}
.recipe-related .cart-detale > span,
.ws-archive-grid .cart-detale > span,
.recipe-related .cart-detale .ws-card-stat-num,
.ws-archive-grid .cart-detale .ws-card-stat-num {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}
.recipe-related .cart-detale > i[class^="icon-"],
.ws-archive-grid .cart-detale > i[class^="icon-"] {
	flex-shrink: 0 !important;
}
.recipe-related .date-post,
.ws-archive-grid .date-post {
	justify-content: flex-start;
}
.recipe-related .reading-time,
.ws-archive-grid .reading-time {
	justify-content: flex-end;
}
.recipe-related .ws-card-stat,
.ws-archive-grid .ws-card-stat {
	justify-content: center;
}
.recipe-related .post-link,
.ws-archive-grid .post-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	align-self: flex-end;
	color: var(--rp-accent, #d62828);
	font-weight: 700;
	font-size: 13px;
	text-decoration: none;
}
.recipe-related .post-link .ws-meta-svg--arrow,
.ws-archive-grid .post-link .ws-meta-svg--arrow,
.recipe-related .post-link .icon-arrow-down,
.ws-archive-grid .post-link .icon-arrow-down {
	width: 12px !important;
	height: 12px !important;
	transform: rotate(90deg);
	color: currentColor !important;
}
.recipe-related-track {
	position: relative;
}
.recipe-related .swiper-blog {
	overflow: hidden;
	padding-bottom: 0 !important;
}
.recipe-related-controls {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	margin-top: 18px;
	min-height: 0;
}
.recipe-related .swiper-pagination,
.recipe-related-dots {
	position: static !important;
	bottom: auto !important;
	left: auto !important;
	width: auto !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
	gap: 6px;
	margin: 0 !important;
	transform: none !important;
}
.recipe-related .swiper-pagination-bullet,
.recipe-related-dots .swiper-pagination-bullet {
	width: 8px !important;
	height: 8px !important;
	margin: 0 !important;
	border-radius: 50% !important;
	background: #d0d0d0 !important;
	opacity: 1 !important;
}
.recipe-related .swiper-pagination-bullet-active,
.recipe-related-dots .swiper-pagination-bullet-active {
	width: 22px !important;
	border-radius: 8px !important;
	background: var(--rp-accent, #c30000) !important;
}
.recipe-related-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0;
	position: relative;
	z-index: 2;
}
.recipe-related-nav .swiper-button-prev,
.recipe-related-nav .swiper-button-next,
.recipe-related .swiper-button-prev.prev-single,
.recipe-related .swiper-button-next.next-single {
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	bottom: auto !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 40px !important;
	height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 50% !important;
	border: 1px solid var(--rp-line) !important;
	background: #fff !important;
	color: var(--rp-ink, #222) !important;
	box-shadow: none !important;
	cursor: pointer;
}
/* Hide Swiper default glyph — we use .icon-arrow instead */
.recipe-related-nav .swiper-button-prev:after,
.recipe-related-nav .swiper-button-next:after,
.recipe-related .swiper-button-prev.prev-single:after,
.recipe-related .swiper-button-next.next-single:after {
	content: none !important;
	display: none !important;
}
.recipe-related-nav .icon-arrow,
.recipe-related-nav .recipe-nav-arrow {
	display: block;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	color: #222;
	speak: never;
}
.recipe-related-nav .prev-single .icon-arrow {
	transform: none;
}
.recipe-related-nav .next-single .icon-arrow {
	transform: none;
}
.recipe-related-nav .swiper-button-prev:hover,
.recipe-related-nav .swiper-button-next:hover {
	border-color: var(--rp-accent, #d62828) !important;
	color: var(--rp-accent, #d62828) !important;
}
.recipe-related-nav .swiper-button-prev:hover .recipe-nav-arrow,
.recipe-related-nav .swiper-button-next:hover .recipe-nav-arrow {
	color: var(--rp-accent, #d62828);
}
.recipe-related-nav .swiper-button-disabled {
	opacity: 0.35 !important;
	pointer-events: none;
}
/* Hide dots/arrows when there is nothing to slide */
.recipe-related-controls:has(.swiper-pagination-lock),
.recipe-related .swiper-pagination-lock {
	display: none !important;
}

/* ---- Rating above comments ---- */
.recipe-rate-block {
	text-align: center;
	margin: 0 0 28px;
	padding: 8px 12px 20px;
}
.recipe-rate-title {
	margin: 0 0 6px !important;
	font-size: 18px !important;
	font-weight: 800 !important;
	color: var(--rp-ink) !important;
	line-height: 1.5 !important;
}
.recipe-rate-hint {
	margin: 0 0 12px !important;
	font-size: 13px;
	color: var(--rp-muted);
}
.recipe-rate-stars {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	direction: ltr;
	margin: 0 0 12px;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}
.recipe-rate-star {
	position: relative;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 42px !important;
	height: 42px !important;
	min-width: 42px;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: transparent !important;
	box-shadow: none !important;
	font-size: 34px !important;
	line-height: 1 !important;
	color: #d8d8d8 !important;
	cursor: default;
	appearance: none;
	-webkit-appearance: none;
}
.recipe-rate-stars.is-interactive .recipe-rate-star {
	cursor: pointer;
}
.recipe-rate-stars.is-interactive .recipe-rate-star:hover,
.recipe-rate-stars.is-interactive .recipe-rate-star:focus-visible {
	background: rgba(240, 210, 107, 0.12) !important;
	outline: none;
}
.recipe-rate-star-bg,
.recipe-rate-star-fg {
	display: block;
	font-style: normal;
	font-weight: 400;
	pointer-events: none;
}
.recipe-rate-star-bg {
	color: #d0d0d0;
}
.recipe-rate-star-fg {
	position: absolute;
	left: 0;
	top: 0;
	right: auto;
	height: 100%;
	overflow: hidden;
	color: #f0d26b;
	white-space: nowrap;
	transform: none;
}
.recipe-rate-star.is-on .recipe-rate-star-fg {
	color: #f0d26b;
}
.recipe-rate-stars.is-interactive .recipe-rate-star.is-preview .recipe-rate-star-fg {
	width: 100% !important;
	color: #f0d26b;
}
.recipe-rate-stars.is-interactive.is-previewing .recipe-rate-star:not(.is-preview) .recipe-rate-star-fg {
	width: 0 !important;
}
.recipe-rate-meta {
	margin: 0 !important;
	font-size: 13px;
	color: #666;
	line-height: 1.8;
}
.recipe-rate-meta strong {
	font-weight: 700;
	color: #444;
}
.recipe-rate-feedback {
	margin: 10px 0 0 !important;
	font-size: 13px;
	color: var(--rp-accent);
	font-weight: 700;
}
.recipe-rate-block.is-rated .recipe-rate-stars,
.recipe-rate-block[data-rated="1"] .recipe-rate-stars {
	pointer-events: none;
	opacity: 0.95;
}
@media (max-width: 767px) {
	.recipe-rate-star {
		width: 40px !important;
		height: 40px !important;
		min-width: 40px;
		font-size: 32px !important;
	}
	.recipe-rate-title {
		font-size: 16px !important;
	}
}

/* ---- Comments form (stable grid; override Enfold/Websima) ---- */
.recipe-comments {
	margin-top: 0;
	padding: 28px 0 20px;
	background: var(--rp-bg);
	overflow: visible;
}
.recipe-comments .ws-comments-title,
.recipe-comments .recipe-section-title.ws-comments-title {
	text-align: center !important;
	margin: 0 0 22px !important;
	font-size: clamp(20px, 3.5vw, 26px) !important;
	font-weight: 800 !important;
	color: #333 !important;
}
.recipe-comments .comment-wrapper {
	background: #fff;
	border: 1px solid var(--rp-line);
	border-radius: 12px;
	padding: 22px 16px 20px;
	box-shadow: var(--rp-shadow);
	overflow: hidden;
}
@media (min-width: 768px) {
	.recipe-comments .comment-wrapper {
		padding: 28px 28px 24px;
	}
}

.recipe-comments .comment_meta_container,
.recipe-comments .comment-notes,
.recipe-comments .logged-in-as,
.recipe-comments .comment-form-email,
.recipe-comments .comment-form-url,
.recipe-comments .ws-reply-title:empty,
.recipe-comments #reply-title:empty,
.recipe-comments #reply-title:has(#cancel-comment-reply-link[style*="display:none"]),
.recipe-comments .ws-comment-form > p[style*="clear"],
.recipe-comments .ws-comment-form input[name="image"],
.recipe-comments .ws-comment-form .akismet-fields-container {
	display: none !important;
}

.recipe-comments #respond,
.recipe-comments .comment-respond {
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	clear: both !important;
	margin: 0 !important;
	padding: 0 !important;
}

.recipe-comments .ws-comment-form,
.recipe-comments #commentform {
	display: grid !important;
	grid-template-columns: 1fr 1fr;
	gap: 18px 14px;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 8px 0 0 !important;
	float: none !important;
	box-shadow: none !important;
	border: 0 !important;
	border-radius: 0 !important;
}

.recipe-comments .ws-comment-form > p,
.recipe-comments .ws-comment-form > div,
.recipe-comments #commentform > p,
.recipe-comments #commentform > div {
	float: none !important;
	clear: none !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
	left: auto !important;
	right: auto !important;
	box-sizing: border-box !important;
}

.recipe-comments .comment-form-author,
.recipe-comments .comment-form-phone {
	grid-column: span 1;
}
.recipe-comments .comment-form-comment,
.recipe-comments .comment-form-cookies-consent,
.recipe-comments .form-submit,
.recipe-comments .comment-form-comment + p {
	grid-column: 1 / -1;
}

.recipe-comments .ws-field {
	position: relative !important;
}
.recipe-comments .ws-field label {
	position: absolute !important;
	top: -9px !important;
	right: 14px !important;
	left: auto !important;
	z-index: 3;
	width: auto !important;
	max-width: calc(100% - 28px);
	margin: 0 !important;
	padding: 0 8px !important;
	background: #fff !important;
	color: #444 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.2 !important;
	white-space: nowrap;
	pointer-events: none;
	writing-mode: horizontal-tb !important;
}
.recipe-comments .ws-field .ws-req {
	color: #e53935;
	font-weight: 800;
}
.recipe-comments .ws-field input,
.recipe-comments .ws-field textarea,
.recipe-comments .ws-comment-form input[type="text"],
.recipe-comments .ws-comment-form input[type="tel"],
.recipe-comments .ws-comment-form textarea {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	min-width: 0 !important;
	float: none !important;
	box-sizing: border-box !important;
	border: 1px solid #d0d0d0 !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #222 !important;
	font-size: 14px !important;
	padding: 14px !important;
	margin: 0 !important;
	outline: none !important;
	box-shadow: none !important;
	writing-mode: horizontal-tb !important;
}
.recipe-comments .ws-field textarea {
	min-height: 140px !important;
	resize: vertical;
	line-height: 1.8 !important;
}
.recipe-comments .ws-field input:focus,
.recipe-comments .ws-field textarea:focus {
	border-color: var(--rp-accent) !important;
}
.recipe-comments .ws-field:focus-within > label {
	color: var(--rp-accent) !important;
}

.recipe-comments .ws-cookies,
.recipe-comments .comment-form-cookies-consent {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
	gap: 10px !important;
	width: 100% !important;
	max-width: 100% !important;
	font-size: 13px !important;
	color: #666 !important;
	line-height: 1.7 !important;
}
.recipe-comments .ws-cookies input,
.recipe-comments .comment-form-cookies-consent input {
	flex: 0 0 auto !important;
	width: 16px !important;
	height: 16px !important;
	min-width: 16px !important;
	margin: 4px 0 0 !important;
	float: none !important;
	accent-color: var(--rp-accent);
}
.recipe-comments .ws-cookies label,
.recipe-comments .comment-form-cookies-consent label {
	position: static !important;
	display: block !important;
	flex: 1 1 auto !important;
	width: auto !important;
	max-width: none !important;
	padding: 0 !important;
	background: transparent !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.7 !important;
	white-space: normal !important;
	writing-mode: horizontal-tb !important;
	color: #666 !important;
	pointer-events: auto;
}

.recipe-comments .ws-form-submit,
.recipe-comments .form-submit {
	text-align: center !important;
	grid-column: 1 / -1 !important;
}
.recipe-comments .ws-comment-submit,
.recipe-comments .form-submit .submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	float: none !important;
	width: auto !important;
	min-width: 200px !important;
	max-width: 100% !important;
	margin: 0 auto !important;
	padding: 12px 28px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: var(--rp-accent) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	cursor: pointer;
	box-shadow: none !important;
}

/*
 * Comment list — override Websima global1.css
 * (huge head margins, absolute 72px avatars, children 112px margin)
 */
.recipe-comments .ws-comment-list,
.recipe-comments .commentlist {
	list-style: none !important;
	margin: 0 0 28px !important;
	padding: 0 !important;
	display: block !important;
}
.recipe-comments .ws-citem,
.recipe-comments .commentlist > li,
.recipe-comments .commentlist li {
	margin: 0 0 18px !important;
	padding: 0 !important;
	list-style: none !important;
	background: transparent !important;
	border: 0 !important;
	position: relative !important;
	display: block !important;
}
.recipe-comments .commentlist li:after {
	content: none !important;
}

/* Nested replies: indent under parent (RTL) */
.recipe-comments .ws-comment-list .children,
.recipe-comments .commentlist .children,
.recipe-comments .commentlist ul.children {
	list-style: none !important;
	margin: 12px 0 0 !important;
	padding: 0 !important;
	border: 0 !important;
	width: 100% !important;
	display: block !important;
}
.recipe-comments .commentlist .children > li,
.recipe-comments .ws-comment-list .children > li {
	margin: 0 0 14px !important;
	padding-right: 40px !important;
	padding-left: 0 !important;
	box-sizing: border-box !important;
}
.recipe-comments .commentlist .children .children > li {
	padding-right: 28px !important;
}
@media (min-width: 768px) {
	.recipe-comments .commentlist .children > li {
		padding-right: 64px !important;
	}
}

/* Card — kill Websima width/margin on children */
.recipe-comments .ws-cbox,
.recipe-comments .comment_container,
.recipe-comments .commentlist .children .comment_container,
.recipe-comments .comment-list .children .comment_container {
	border: 1px solid #ececec !important;
	background: #fff !important;
	box-shadow: 0 4px 18px -4px rgba(26, 24, 26, 0.07) !important;
	border-radius: 10px !important;
	overflow: hidden !important;
	position: relative !important;
	width: 100% !important;
	max-width: 100% !important;
	flex: none !important;
	margin: 0 !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
	float: none !important;
	display: block !important;
}

/* Header — kill Websima margin: 36px 69px 0 32px */
.recipe-comments .head-comment,
.recipe-comments .comment_container .head-comment,
.recipe-comments .commentlist .comment_container .head-comment {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 12px !important;
	padding: 12px 16px !important;
	margin: 0 !important;
	min-height: 48px;
	border-bottom: 1px solid #f2f2f2 !important;
	background: #fff !important;
	position: relative !important;
	border-radius: 0 !important;
	color: inherit !important;
}
.recipe-comments .head-comment.is-admin,
.recipe-comments li.byadmin > .ws-cbox > .head-comment,
.recipe-comments li.byadmin > .comment_container > .head-comment,
.recipe-comments .byadmin > .comment_container .head-comment {
	background: #c30000 !important;
	border-bottom: 0 !important;
	color: #fff !important;
}

.recipe-comments .name_comment,
.recipe-comments .byadmin > .comment_container .name_comment {
	display: inline-flex !important;
	align-items: center !important;
	gap: 10px !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	color: #222 !important;
	margin: 0 !important;
	padding: 0 !important;
	padding-right: 0 !important;
	position: static !important;
	max-width: 75%;
}
.recipe-comments li.byadmin .name_comment,
.recipe-comments .head-comment.is-admin .name_comment,
.recipe-comments li.byadmin .ws-c-name,
.recipe-comments .head-comment.is-admin .ws-c-name,
.recipe-comments .byadmin > .comment_container .name_comment {
	color: #fff !important;
}

/* User avatar */
.recipe-comments .ws-c-avatar {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
	background: #f4f4f4;
	position: relative;
	flex-shrink: 0;
}
.recipe-comments .ws-c-avatar::before {
	content: "";
	position: absolute;
	top: 7px;
	left: 50%;
	width: 11px;
	height: 11px;
	margin-left: -5.5px;
	border-radius: 50%;
	background: #9aa0a6;
}
.recipe-comments .ws-c-avatar::after {
	content: "";
	position: absolute;
	bottom: 5px;
	left: 50%;
	width: 16px;
	height: 9px;
	margin-left: -8px;
	border-radius: 9px 9px 2px 2px;
	background: #9aa0a6;
}

/* Admin house badge */
.recipe-comments li.byadmin .ws-c-avatar,
.recipe-comments .head-comment.is-admin .ws-c-avatar {
	background: #fff !important;
	border-color: #fff !important;
}
.recipe-comments li.byadmin .ws-c-avatar::before,
.recipe-comments .head-comment.is-admin .ws-c-avatar::before {
	content: "";
	top: 8px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #c30000;
	border-radius: 0;
	background: transparent;
}
.recipe-comments li.byadmin .ws-c-avatar::after,
.recipe-comments .head-comment.is-admin .ws-c-avatar::after {
	content: "";
	top: 14px;
	bottom: auto;
	left: 50%;
	width: 12px;
	height: 10px;
	margin-left: -6px;
	border-radius: 1px;
	background: #c30000;
}

.recipe-comments .time_comment,
.recipe-comments .head-comment .time_comment {
	font-size: 12px !important;
	color: #999 !important;
	white-space: nowrap;
	flex-shrink: 0;
	display: inline-flex !important;
	align-items: center !important;
	position: static !important;
}
.recipe-comments li.byadmin .time_comment,
.recipe-comments .head-comment.is-admin .time_comment,
.recipe-comments .byadmin > .comment_container .time_comment,
.recipe-comments .byadmin > .comment_container .time_comment i {
	color: rgba(255, 255, 255, 0.95) !important;
}
.recipe-comments span.time_comment i:after {
	content: none !important;
	display: none !important;
}

.recipe-comments .ws-c-body,
.recipe-comments .comment-conetnt,
.recipe-comments .comment_container .comment-conetnt {
	padding: 14px 16px 12px !important;
	margin: 0 !important;
	background: #fff !important;
	font-family: inherit !important;
}
.recipe-comments .ws-c-text,
.recipe-comments .ws-c-text p {
	font-size: 14px !important;
	line-height: 1.9 !important;
	color: #333 !important;
	margin: 0 0 10px !important;
}
.recipe-comments .ws-c-text img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
	margin-top: 8px;
}

/* Reply — kill Websima padding:40px / red admin reply bar */
.recipe-comments .reply-comment,
.recipe-comments .commentlist ul.children .reply-comment,
.recipe-comments .byadmin > .comment_container > .reply-comment,
.recipe-comments li.byadmin .reply-comment {
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	background: transparent !important;
	flex: none !important;
	display: block !important;
	position: static !important;
	width: auto !important;
	max-width: none !important;
	justify-content: flex-start !important;
}
.recipe-comments .reply-comment a,
.recipe-comments a.comment-reply-link,
.recipe-comments .editor-content a.comment-reply-link {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	color: #0152c5 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	text-decoration: none !important;
	background: transparent !important;
	border: 0 !important;
	padding: 0 !important;
	float: none !important;
	position: static !important;
	line-height: 1.4 !important;
	justify-content: flex-start !important;
}
.recipe-comments .reply-comment a::after,
.recipe-comments a.comment-reply-link::after,
.recipe-comments .editor-content a.comment-reply-link::after {
	content: "‹" !important;
	font-size: 16px !important;
	line-height: 1;
	font-weight: 800;
	margin: 0 !important;
	margin-right: 0 !important;
	transform: none !important;
	font-family: inherit !important;
}
.recipe-comments .comment-awaiting-moderation {
	display: block;
	margin: 0 0 10px;
	padding: 8px 10px;
	border-radius: 8px;
	background: #ffe8e8;
	color: #c30000;
	font-size: 13px;
	font-style: normal;
}

/* Kill Websima absolute avatar / connector hacks */
.recipe-comments .comment_container .head-comment:before,
.recipe-comments .byadmin > .comment_container .name_comment::before,
.recipe-comments .name_comment::before,
.recipe-comments .reply-comment::after,
.recipe-comments .commentlist ul.children .comment_container:before {
	content: none !important;
	display: none !important;
	background: none !important;
	width: 0 !important;
	height: 0 !important;
	border: 0 !important;
}

@media (max-width: 767px) {
	.recipe-comments .commentlist .children > li {
		padding-right: 18px !important;
	}
	.recipe-comments .ws-comment-form,
	.recipe-comments #commentform {
		grid-template-columns: 1fr !important;
	}
	.recipe-comments .comment-form-author,
	.recipe-comments .comment-form-phone,
	.recipe-comments .comment-form-comment,
	.recipe-comments .comment-form-cookies-consent,
	.recipe-comments .form-submit {
		grid-column: 1 / -1 !important;
	}
	.recipe-comments .ws-field input,
	.recipe-comments .ws-field textarea {
		font-size: 16px !important;
	}
	.recipe-comments .ws-comment-submit {
		width: 100% !important;
	}
}

/* =========================================================
   Category / blog archive — Websima sidebar + card grid
========================================================= */
.ws-archive {
	--ws-arch-accent: #0152c5;
	--ws-arch-accent-soft: #f5f9ff;
	--ws-arch-ink: #222;
	--ws-arch-muted: #717171;
	--ws-arch-line: #e8eef8;
	padding: 20px 0 48px;
	background: #fff;
	direction: rtl;
}
.ws-archive-head {
	text-align: center;
	margin-bottom: 28px;
	width: 100%;
}
.ws-archive-head .ws-archive-desc {
	text-align: right;
}
.ws-archive-title {
	margin: 0 0 8px !important;
	font-size: clamp(26px, 4vw, 36px) !important;
	font-weight: 800 !important;
	color: var(--ws-arch-ink) !important;
	line-height: 1.4 !important;
}
.ws-archive-desc {
	max-width: none;
	width: 100%;
	margin: 0;
	font-size: 14px;
	color: var(--ws-arch-muted);
	line-height: 1.85;
	text-align: right;
}
.ws-archive-desc--top {
	margin-bottom: 20px;
}
.ws-archive-desc--bottom {
	max-width: none;
	width: 100%;
	margin: 36px 0 8px;
	padding: 22px 18px;
	background: #fafbfd;
	border: 1px solid var(--ws-arch-line);
	border-radius: 12px;
	color: var(--ws-arch-ink);
	text-align: right;
}
.ws-archive-desc p {
	margin: 0 0 12px;
}
.ws-archive-desc p:last-child {
	margin-bottom: 0;
}
.ws-archive-desc img {
	max-width: 100%;
	height: auto;
	border-radius: 8px;
}
.ws-archive-desc h2,
.ws-archive-desc h3,
.ws-archive-desc h4 {
	margin: 0 0 12px !important;
	color: var(--ws-arch-ink);
	line-height: 1.5 !important;
}
.ws-archive-layout {
	display: grid;
	grid-template-columns: 1fr;
	gap: 22px;
	align-items: start;
}
@media (min-width: 992px) {
	.ws-archive-layout {
		grid-template-columns: minmax(240px, 280px) minmax(0, 1fr);
		gap: 28px;
	}
}
.ws-archive-sidebar {
	position: relative;
	z-index: 2;
}
.ws-archive-sidebar-sticky {
	width: 100%;
}
.ws-archive-sidebar-sticky.is-pinned,
.ws-archive-sidebar-sticky.is-pinned-bottom {
	will-change: transform;
}
@media (min-width: 992px) {
	.ws-archive-layout {
		position: relative;
	}
	.ws-archive-sidebar {
		align-self: stretch;
	}
}

/* Enfold overflow breaks sticky — same fix as recipe ingredients */
.ws-archive-active #top,
.ws-archive-active #wrap_all,
.ws-archive-active #main,
.ws-archive-active .container_wrap,
.ws-archive-active .container,
.ws-archive,
.ws-archive .recipe-container,
.ws-archive-layout {
	overflow: visible !important;
	overflow-x: visible !important;
	overflow-y: visible !important;
	transform: none !important;
	filter: none !important;
	perspective: none !important;
	contain: none !important;
}

/* Categories accordion widget */
.ws-cat-widget {
	border-radius: 6px;
	overflow: hidden;
}
.ws-cat-widget-title {
	width: 100%;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	margin: 0 !important;
	padding: 12px 16px !important;
	border: 0 !important;
	border-radius: 4px !important;
	background: var(--ws-arch-accent) !important;
	color: #fff !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	font-family: inherit !important;
	cursor: pointer;
	box-shadow: none !important;
	appearance: none;
	-webkit-appearance: none;
	position: relative;
	z-index: 2;
}
.ws-cat-widget-chevron {
	width: 22px;
	height: 22px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.25s ease;
	flex-shrink: 0;
}
.ws-cat-widget-chevron::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	transform: rotate(45deg);
	margin-top: -4px;
}
.ws-cat-widget.is-open .ws-cat-widget-chevron {
	transform: rotate(180deg);
}
.ws-cat-widget-body {
	background: var(--ws-arch-accent-soft);
	border-radius: 0 0 4px 4px;
	margin-top: -6px;
	padding: 28px 0 14px;
}
.ws-cat-list,
.ws-cat-list .children {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
.ws-cat-list .cat-item {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}
.ws-cat-list .cat-item:last-child {
	border-bottom: 0;
}
.ws-cat-list .cat-item > a {
	display: flex !important;
	align-items: center;
	gap: 10px;
	padding: 10px 40px 10px 40px !important;
	color: #33373e !important;
	text-decoration: none !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 1.5 !important;
	background: transparent !important;
	border: 0 !important;
	position: relative;
}
.ws-cat-list .cat-item > a::before {
	content: "";
	width: 7px;
	height: 7px;
	flex-shrink: 0;
	background: #33373e;
	border-radius: 1.5px;
	transform: rotate(45deg);
}
.ws-cat-list .current-cat > a,
.ws-cat-list .current-cat-parent > a {
	color: var(--ws-arch-accent) !important;
}
.ws-cat-list .current-cat > a::before,
.ws-cat-list .current-cat-parent > a::before {
	background: var(--ws-arch-accent);
}
.ws-cat-list .cat-item > a:hover {
	color: var(--ws-arch-accent) !important;
}
.ws-cat-list .children {
	padding-right: 18px !important;
	background: rgba(255, 255, 255, 0.35);
}
.ws-cat-list .caticon {
	position: absolute;
	top: 6px;
	left: 10px;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.ws-cat-list .caticon::before {
	content: "";
	width: 7px;
	height: 7px;
	border-right: 2px solid #9aa0a6;
	border-bottom: 2px solid #9aa0a6;
	transform: rotate(45deg);
	margin-top: -3px;
	transition: transform 0.2s ease, border-color 0.2s ease;
}
.ws-cat-list .caticon.is-open::before {
	transform: rotate(225deg);
	margin-top: 3px;
	border-color: var(--ws-arch-accent);
}

/* Posts grid */
.ws-archive-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
}
@media (min-width: 576px) {
	.ws-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}
@media (min-width: 1100px) {
	.ws-archive-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 20px;
	}
}
.ws-archive-grid .post-item,
.ws-archive-grid .recipe-card {
	height: 100%;
	background: #fff;
	border: 1px solid #eee;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
}
.ws-archive-grid .post-item-image {
	display: block;
	position: relative;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #f0f0f0;
}
.ws-archive-grid .post-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.45s ease;
}
.ws-archive-grid .row-post {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 14px;
	gap: 10px;
}
.ws-archive-grid .title-post {
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
	min-height: 2.9em;
}
.ws-archive-grid .title-post a {
	color: var(--ws-arch-ink);
	text-decoration: none;
	font-weight: 800;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.ws-archive-grid .detale-post {
	color: var(--ws-arch-muted);
}
.ws-archive-grid .post-link {
	color: var(--ws-arch-accent);
}
@media (max-width: 767px) {
	.recipe-related .detale-post,
	.ws-archive-grid .detale-post {
		flex-wrap: nowrap;
		justify-content: space-between;
		gap: 4px;
		font-size: 10px;
	}
	.recipe-related .cart-detale,
	.ws-archive-grid .cart-detale {
		flex: 1 1 0;
		gap: 3px;
	}
	.recipe-related .cart-detale > .ws-meta-svg,
	.ws-archive-grid .cart-detale > .ws-meta-svg,
	.recipe-card .cart-detale > .ws-meta-svg {
		width: 12px !important;
		height: 12px !important;
	}
	.recipe-related .reading-time,
	.ws-archive-grid .reading-time {
		justify-content: flex-end;
		margin-right: 0;
	}
}
.ws-archive-pagination {
	margin-top: 28px;
	display: flex;
	justify-content: center;
}
.ws-archive-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: center;
}
.ws-archive-pagination a,
.ws-archive-pagination .page-numbers {
	min-width: 36px;
	height: 36px;
	padding: 0 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	border: 1px solid #e6e6e6;
	background: #fff;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
}
.ws-archive-pagination .current {
	background: var(--ws-arch-accent);
	border-color: var(--ws-arch-accent);
	color: #fff;
}
.ws-archive-empty {
	padding: 28px;
	text-align: center;
	background: #fafafa;
	border-radius: 12px;
	color: var(--ws-arch-muted);
}
@media (max-width: 991px) {
	.ws-archive-sidebar {
		order: -1;
	}
}

/* ==========================================================================
   Print Styles
   ========================================================================== */
@media print {
	#header, #footer, .socket_color, .recipe-share-bar, .recipe-jump, .recipe-related, .recipe-comments, .recipe-faqs, .recipe-fab-ingredients, .ws-breadcrumb, .recipe-author-box, .recipe-tags-box, .ws-site-footer {
		display: none !important;
	}
	.recipe-aside { display: none !important; }
	.recipe-main { width: 100% !important; padding: 0 !important; }
	.recipe-hero-media img { max-height: 300px; object-fit: contain; }
	body { background: #fff !important; color: #000 !important; }
	.recipe-steps { font-size: 14px; }
}


/* ==========================================================================
   Site footer
   ========================================================================== */
.ws-site-footer {
	direction: rtl;
	text-align: center;
	background: #1f2428;
	color: #c8cdd1;
	padding: 28px 16px 32px;
	margin: 0;
	border-top: 3px solid #d62828;
}
.ws-site-footer-inner {
	max-width: 720px;
	margin: 0 auto;
}
.ws-footer-copy,
.ws-footer-license,
.ws-footer-love {
	margin: 0 0 8px;
	line-height: 1.7;
}
.ws-footer-copy {
	font-size: 14px;
	color: #f2f2f2;
}
.ws-footer-copy strong {
	font-weight: 800;
	color: #fff;
}
.ws-footer-mark {
	margin-left: 4px;
	opacity: 0.85;
}
.ws-footer-license {
	font-size: 13px;
	color: #b0b6bb;
}
.ws-footer-love {
	margin-bottom: 0;
	margin-top: 12px;
	font-size: 13px;
	color: #e8e8e8;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.ws-footer-heart {
	color: #d62828;
	font-size: 14px;
	line-height: 1;
}
@media (max-width: 767px) {
	.ws-site-footer {
		padding: 22px 14px 28px;
	}
	.recipe-page ~ .ws-site-footer,
	body.single-post .ws-site-footer {
		padding-bottom: 88px;
	}
	.ws-footer-copy { font-size: 13px; }
	.ws-footer-license,
	.ws-footer-love { font-size: 12px; }
}

/* --- ACF content blocks (stable slots) --- */
.ws-content-blocks {
	margin-top: 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.ws-block {
	margin: 0;
	max-width: 100%;
}
.ws-block-title {
	margin: 0 0 10px;
	font-size: 1.15rem;
	font-weight: 700;
	color: #1f1f1f;
}
.ws-block-label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.95rem;
}
.ws-block-body {
	overflow-wrap: anywhere;
	word-break: break-word;
}
.ws-block-body > *:first-child { margin-top: 0; }
.ws-block-body > *:last-child { margin-bottom: 0; }
.ws-block--tip,
.ws-block--alert {
	padding: 14px 16px;
	border-radius: 12px;
	border: 1px solid transparent;
}
.ws-block--tip {
	background: #f7faf2;
	border-color: #d6e4c0;
}
.ws-block--tip .ws-block-label { color: #5a7a28; }
.ws-block--alert {
	background: #fff7f2;
	border-color: #f0d0c0;
}
.ws-block--alert .ws-block-label { color: #b33a1a; }
.ws-block--image {
	margin: 0;
}
.ws-block--image .ws-block-img,
.ws-block--image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	border-radius: 14px;
}
.ws-block--image figcaption {
	margin-top: 8px;
	font-size: 0.9rem;
	color: #666;
	text-align: center;
}
@media (max-width: 767px) {
	.ws-content-blocks { margin-top: 20px; gap: 12px; }
	.ws-block--tip,
	.ws-block--alert { padding: 12px 14px; border-radius: 10px; }
}

/* Tool pages (unit converter etc.) */
.ws-tool-page .recipe-grid--tool {
	display: block;
}
.ws-tool-page .recipe-main {
	width: 100%;
	max-width: 820px;
	margin: 0 auto;
}
.ws-tool-page .recipe-hero {
	padding-bottom: 8px;
}
.ws-tool-content > p:first-child {
	font-size: 1.05rem;
	line-height: 1.9;
	color: #444;
}
.ws-tool-content table {
	width: 100%;
	border-collapse: collapse;
	margin: 16px 0 22px;
	font-size: 14px;
}
.ws-tool-content th,
.ws-tool-content td {
	border: 1px solid #ececec;
	padding: 10px 12px;
	text-align: right;
}
.ws-tool-content th {
	background: #fafafa;
}
@media (max-width: 767px) {
	.ws-tool-content table {
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
}
