/**
 * Recipes archive & single — matched to live Elementor All Recipes page.
 * Scoped under .ck-recipes-page so Elementor header/footer are never affected.
 */

body.ck-recipes-page.ast-separate-container .site-main,
body.ck-recipes-page.ast-page-builder-template .site-main,
body.ck-recipes-page #primary.ck-recipes-archive,
body.ck-recipes-page #primary.ck-recipe-single {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100% !important;
}

body.ck-recipes-page.ast-separate-container #content > .ast-container,
body.ck-recipes-page.ast-page-builder-template #content > .ast-container,
body.ck-recipes-page .site-content > .ast-container {
	max-width: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 !important;
}

body.ck-recipes-page.ast-separate-container #primary,
body.ck-recipes-page.ast-page-builder-template #primary {
	margin: 0 !important;
	padding: 0 !important;
}

body.ck-recipes-page,
body.ck-recipes-page.ast-separate-container,
body.ck-recipes-page.ast-separate-container #page,
body.ck-recipes-page.ast-separate-container .site-content {
	background-color: #ffffff !important;
}

body.ck-recipes-page .ast-archive-description,
body.ck-recipes-page .entry-header,
body.ck-recipes-page .page-header {
	display: none !important;
}

.ck-recipes-archive,
.ck-recipe-single,
.ck-recipes-popular--featured {
	--ck-brown: #432d1a;
	--ck-ink: #03081f;
	--ck-rose: #d33f6f;
	--ck-rose-btn: #cc4156;
	--ck-tab-muted: #7e746b;
	--ck-muted: #777676;
	--ck-hero-blush: #fcf4f6;
	--ck-container: 1260px;
	--ck-recipes-width: 1170px;
	--ck-heading: "Libertinus Sans", sans-serif;
	--ck-sans: "Poppins", sans-serif;
}

.ck-recipes-container {
	max-width: var(--ck-container, 1260px);
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
	box-sizing: border-box;
}

.ck-recipes-container--section {
	max-width: var(--ck-recipes-width, 1170px);
	padding-left: 0;
	padding-right: 0;
}

/* ----- Archive hero (Elementor #e6fd74a) -----
   Wave is part of Rectangle-45.png — no SVG divider. */
.ck-recipes-hero {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 635px;
	width: 100%;
	box-sizing: border-box;
	padding: 0 10px;
	background-color: #fcf4f6;
	background-image: var(--ck-recipes-hero-image, none);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: visible;
	text-align: center;
}

.ck-recipes-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	max-width: 1260px;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
}

.ck-recipes-hero__title {
	font-family: "Libertinus Sans", sans-serif;
	font-size: 66px;
	font-weight: 700;
	line-height: 70px;
	color: #432d1a;
	margin: 0;
	padding: 0;
}

.ck-recipes-hero__subtitle {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
	color: #03081f;
	margin: 0;
	padding: 0;
}

/* ----- Main recipes section (Elementor #18b88d4) ----- */
.ck-recipes-main {
	position: relative;
	padding: 80px 0 210px;
	min-height: 1440px;
	box-sizing: border-box;
	background-color: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.ck-recipes-container--section {
	display: block;
}

.ck-recipes-main__header {
	width: 100%;
	margin: 0 0 30px;
}

.ck-recipes-main__header .ck-recipes-eyebrow + .ck-recipes-section-title {
	margin-top: 0;
}

.ck-recipes-eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 26.4px;
	color: #03081f;
	margin: 0;
	padding: 0;
	text-align: left;
}

.ck-recipes-section-title {
	font-family: "Libertinus Sans", sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 70px;
	color: #432d1a;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* ----- Tabs (Elementor nested tabs #76f5ce8) ----- */
.ck-recipes-tabs-wrap {
	width: 100%;
	margin: 0;
	overflow: visible;
}

.ck-recipes-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 17px;
	border-bottom: 0;
	margin: 0 0 58px;
	padding: 0;
}

.ck-recipes-tab {
	appearance: none;
	flex: 1 1 auto;
	font-family: "Libertinus Sans", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	color: #7e746b;
	background: transparent;
	border: 0;
	border-bottom: 2px solid transparent;
	border-radius: 0;
	padding: 15px 35px;
	margin: 0;
	cursor: pointer;
	transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
	white-space: nowrap;
	text-align: center;
}

.ck-recipes-tab:hover {
	color: #432d1a;
	background: transparent;
	border-bottom-color: #432d1a;
	border-bottom-width: 1px;
}

.ck-recipes-tab.is-active,
.ck-recipes-tab[aria-selected="true"] {
	color: #432d1a;
	background: transparent;
	border-bottom: 2px solid #432d1a;
}

/* ----- Grid & cards ----- */
.ck-recipes-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	width: 100%;
	margin: 0;
}

.ck-recipes-grid.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.ck-recipe-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: transparent;
	box-shadow: none;
	border: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.ck-recipe-card__image-link {
	display: block;
	width: 100%;
	overflow: hidden;
	border-radius: 0;
	margin: 0 0 20px;
	line-height: 0;
}

.ck-recipe-card__image {
	width: 100%;
	height: auto;
	display: block;
	aspect-ratio: 276 / 338;
	object-fit: cover;
	border-radius: 0;
	transition: transform 0.3s ease;
}

.ck-recipe-card:hover .ck-recipe-card__image {
	transform: none;
}

.ck-recipe-card__body {
	padding: 0;
	text-align: left;
	width: 100%;
}

.ck-recipe-card__title {
	font-family: "Libertinus Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 13px;
	padding: 0;
}

.ck-recipe-card__title a {
	color: #432d1a;
	text-decoration: none;
}

.ck-recipe-card__title a:hover {
	color: #432d1a;
}

.ck-recipe-card__meta {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 24.75px;
	color: #03081f;
	margin: 0;
	padding: 0;
}

.ck-recipe-card__button,
.entry-content a.ck-recipe-card__button,
.ast-separate-container .entry-content a.ck-recipe-card__button {
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 9px;
	width: fit-content;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	color: #d33f6f;
	background: transparent !important;
	background-color: transparent !important;
	border: 0;
	border-radius: 3px;
	padding: 0;
	margin: 27px 0 0;
	text-decoration: none;
	box-shadow: none;
	transition: color 0.2s ease;
}

.ck-recipe-card__button:hover,
.ck-recipe-card__button:focus,
.ck-recipe-card__button:visited,
.entry-content a.ck-recipe-card__button:hover,
.entry-content a.ck-recipe-card__button:focus,
.entry-content a.ck-recipe-card__button:visited {
	background: transparent !important;
	background-color: transparent !important;
	color: #d33f6f;
	text-decoration: none;
}

.ck-recipe-card__button-icon {
	display: inline-flex;
	width: 14px;
	height: 14px;
	flex-shrink: 0;
}

.ck-recipe-card__button-icon svg {
	width: 14px;
	height: 14px;
	fill: currentColor;
	display: block;
}

.ck-recipes-empty {
	grid-column: 1 / -1;
	font-family: "Poppins", sans-serif;
	color: #03081f;
	text-align: center;
	padding: 40px 0;
}

/* Watch More Videos (#cfddb6b) */
.ck-recipes-videos-cta {
	width: 100%;
	text-align: center;
	margin-top: 110px;
}

.ck-recipes-videos-button {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffff;
	background: #cc4156;
	border: 1px solid #cc4156;
	border-radius: 3px;
	padding: 12px 24px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.ck-recipes-videos-button:hover {
	background: #cc4156;
	border-color: #cc4156;
	color: #ffffff;
}

/* Popular / Featured Recipes — sitewide (homepage design) */
.ck-recipes-popular {
	padding: 60px 0 80px;
	background: transparent;
	width: 100%;
	box-sizing: border-box;
}

.ck-recipes-popular--featured {
	padding: 80px 0 40px;
}

.ck-recipes-popular .ck-recipes-section-title {
	margin-bottom: 30px;
	text-align: center;
}

.ck-recipes-popular__header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	width: 100%;
	margin: 0 0 20px;
	box-sizing: border-box;
}

.ck-recipes-popular__intro {
	flex: 1 1 auto;
	min-width: 0;
	max-width: 575px;
}

.ck-recipes-popular__eyebrow {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	color: #03081f;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}

.ck-recipes-popular__title {
	font-family: "Libertinus Sans", sans-serif;
	font-size: 42px;
	font-weight: 700;
	line-height: 70px;
	color: #432d1a;
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}

.ck-recipes-popular__subtitle {
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 33px;
	color: #03081f;
	margin: 0;
	padding: 0;
	text-align: left;
}

.ck-recipes-popular__cta {
	flex: 0 0 auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	padding-top: 20px;
}

.ast-single-post .entry-content a.ck-recipes-popular__button,
.entry-content a.ck-recipes-popular__button,
.ck-recipes-popular__button {
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
	color: #ffffff;
	background: #cc4156;
	border: 1px solid #cc4156;
	border-radius: 3px;
	padding: 12px 24px;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ast-single-post .entry-content a.ck-recipes-popular__button:hover,
.ast-single-post .entry-content a.ck-recipes-popular__button:focus,
.ast-single-post .entry-content a.ck-recipes-popular__button:visited,
.entry-content a.ck-recipes-popular__button:hover,
.entry-content a.ck-recipes-popular__button:focus,
.entry-content a.ck-recipes-popular__button:visited,
.ck-recipes-popular__button:hover,
.ck-recipes-popular__button:focus,
.ck-recipes-popular__button:visited {
	color: #ffffff;
	background: #cc4156;
	border-color: #cc4156;
	text-decoration: none;
}

.ck-recipes-grid--popular {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

/* Homepage Featured cards — match Elementor image-box chrome */
.ck-recipes-grid--home {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.ck-recipe-card--home {
	width: 100%;
	min-width: 0;
	max-width: 100%;
}

.ck-recipe-card--home .ck-recipe-card__image-link {
	display: block;
	width: 100%;
	margin: 0 0 7px;
}

.ck-recipe-card--home .ck-recipe-card__image {
	aspect-ratio: 370 / 419;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.ck-recipe-card--home .ck-recipe-card__title {
	font-size: 28px;
	line-height: 1.3;
	margin: 0 0 3px;
	font-weight: 700;
}

.ck-recipe-card--home .ck-recipe-card__title a,
.ck-recipe-card--home .ck-recipe-card__title a:hover,
.ck-recipe-card--home .ck-recipe-card__title a:focus {
	color: #432d1a;
	text-decoration: none;
}

.ck-recipe-card--home .ck-recipe-card__body {
	text-align: left;
}

/* Keep shortcode embed centered + constrained inside Elementor widgets */
.elementor-widget-shortcode .ck-recipes-popular,
.elementor-element .ck-recipes-popular {
	margin: 0;
	width: 100%;
	box-sizing: border-box;
}

.elementor-widget-shortcode .ck-recipes-container--section,
.elementor-element .ck-recipes-popular--featured .ck-recipes-container--section {
	max-width: var(--ck-recipes-width, 1170px);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}

.elementor-widget-shortcode .ck-recipes-grid--home {
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.elementor-widget-shortcode .ck-recipe-card--home .ck-recipe-card__image,
.elementor-element .ck-recipe-card--home .ck-recipe-card__image {
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 370 / 419;
	object-fit: cover;
}

/* Home Elementor wrapper already had section padding — avoid double spacing there only */
.elementor-11 .elementor-element-df07fed {
	--padding-top: 0px;
	--padding-bottom: 0px;
}

.elementor-11 .elementor-element-df07fed .ck-recipes-popular--featured {
	padding: 80px 0 40px;
}

@media (max-width: 1024px) {
	.ck-recipes-popular__title {
		font-size: 30px;
		line-height: 34px;
	}

	.ck-recipes-popular__intro {
		max-width: none;
	}
}

@media (max-width: 767px) {
	.ck-recipes-popular__header {
		flex-direction: column;
		align-items: stretch;
		gap: 16px;
	}

	.ck-recipes-popular__cta {
		padding-top: 0;
		justify-content: flex-start;
	}

	.ck-recipes-popular__button {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}
}

/* ==========================================================================
   Single recipe — Platea layout + Chardonnay brand (.ck-recipe-single)
   ========================================================================== */
.ck-recipe-single {
	--ck-rs-accent: #d33f6f;
	--ck-rs-brown: #432d1a;
	--ck-rs-ink: #03081f;
	--ck-rs-muted: #7e746b;
	--ck-rs-line: #e8e2df;
	--ck-rs-panel: #f7f4f2;
	--ck-rs-radius: 12px;
}

.ck-rs-top {
	padding: 48px 0 40px;
	background: #ffffff;
}

.ck-rs-top__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
	gap: 40px 48px;
	align-items: start;
	max-width: 1170px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.ck-rs-top__media {
	position: relative;
}

.ck-rs-top__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	border-radius: var(--ck-rs-radius);
	background: var(--ck-rs-panel);
}

.ck-rs-top__panel {
	background: var(--ck-rs-panel);
	border-radius: var(--ck-rs-radius);
	padding: 36px 36px 40px;
}

.ck-rs-top__category {
	margin: 0 0 10px;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ck-rs-accent);
}

.ck-rs-top__title {
	margin: 0 0 28px;
	font-family: "Libertinus Sans", sans-serif;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	color: var(--ck-rs-brown);
}

.ck-rs-meta {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0;
	margin: 0 0 28px;
	padding: 0 0 28px;
	border-bottom: 1px solid var(--ck-rs-line);
}

.ck-rs-meta__item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	padding: 0 16px;
	border-right: 1px solid var(--ck-rs-line);
}

.ck-rs-meta__item:first-child {
	padding-left: 0;
}

.ck-rs-meta__item:last-child {
	border-right: 0;
	padding-right: 0;
}

.ck-rs-meta__icon {
	color: var(--ck-rs-muted);
	display: inline-flex;
}

.ck-rs-meta__value {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--ck-rs-brown);
	line-height: 1.2;
}

.ck-rs-meta__label {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: var(--ck-rs-muted);
	line-height: 1.3;
}

.ck-rs-author {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 32px;
}

.ck-rs-author__avatar {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	display: block;
}

.ck-rs-author__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.ck-rs-author__name {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: var(--ck-rs-brown);
}

.ck-rs-author__role {
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	color: var(--ck-rs-muted);
}

/* Ingredients */
.ck-rs-ingredients__head {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 20px;
}

.ck-rs-ingredients__title {
	margin: 0;
	font-family: "Libertinus Sans", sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: var(--ck-rs-brown);
}

.ck-rs-ingredients__servings {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: var(--ck-rs-muted);
}

.ck-rs-ingredients__servings-num {
	font-weight: 600;
	color: var(--ck-rs-brown);
	margin-right: 4px;
}

.ck-rs-ingredients__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px 28px;
}

.ck-rs-ingredients__item.is-checked .ck-rs-check__text {
	opacity: 0.55;
	text-decoration: line-through;
}

.ck-rs-check {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.ck-rs-check__input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	clip: rect(0, 0, 0, 0);
}

.ck-rs-check__box {
	flex: 0 0 18px;
	width: 18px;
	height: 18px;
	margin-top: 1px;
	border: 1.5px solid #cfc7c2;
	border-radius: 3px;
	background: #fff;
	box-sizing: border-box;
}

.ck-rs-check__input:checked + .ck-rs-check__box {
	border-color: var(--ck-rs-accent);
	background: var(--ck-rs-accent);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7.5'/%3E%3C/svg%3E");
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center;
}

.ck-rs-check__text {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	min-width: 0;
}

.ck-rs-check__amount {
	font-weight: 600;
	color: var(--ck-rs-brown);
}

.ck-rs-check__name {
	color: var(--ck-rs-muted);
}

/* Lower: directions + sidebar */
.ck-recipe-single-lower {
	padding: 20px 0 80px;
	background: #ffffff;
}

.ck-recipe-single-lower__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(260px, 0.85fr);
	gap: 48px;
	max-width: 1170px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	align-items: start;
}

.ck-rs-directions__title,
.ck-rs-nutrition__title,
.ck-rs-video__title,
.ck-rs-gallery__title {
	margin: 0 0 28px;
	font-family: "Libertinus Sans", sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: var(--ck-rs-brown);
}

.ck-rs-directions__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ck-rs-step {
	padding: 28px 0;
	border-top: 1px solid var(--ck-rs-line);
}

.ck-rs-step:last-child {
	border-bottom: 1px solid var(--ck-rs-line);
}

.ck-rs-step__head {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
}

.ck-rs-step__icon {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--ck-rs-accent);
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.ck-rs-step__title {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: var(--ck-rs-accent);
}

.ck-rs-step__body {
	display: block;
}

.ck-rs-step__body--has-image {
	display: grid;
	grid-template-columns: minmax(160px, 240px) 1fr;
	gap: 24px;
	align-items: start;
}

.ck-rs-step__figure {
	margin: 0;
}

.ck-rs-step__image {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 10px;
}

.ck-rs-step__text {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	color: var(--ck-rs-ink);
}

/* Sidebar */
.ck-rs-sidebar {
	position: sticky;
	top: 100px;
}

.ck-rs-sidebar__title {
	margin: 0 0 20px;
	font-family: "Poppins", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--ck-rs-brown);
	padding-bottom: 10px;
	border-bottom: 2px solid var(--ck-rs-accent);
	display: inline-block;
}

.ck-rs-sidebar__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.ck-rs-sidebar__link {
	display: flex;
	gap: 14px;
	align-items: center;
	text-decoration: none;
}

.ck-rs-sidebar__thumb {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
	border-radius: 10px;
	overflow: hidden;
}

.ck-rs-sidebar__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ck-rs-sidebar__content {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

.ck-rs-sidebar__cat {
	font-family: "Poppins", sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--ck-rs-accent);
}

.ck-rs-sidebar__name {
	font-family: "Poppins", sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--ck-rs-brown);
}

.ck-rs-sidebar__link:hover .ck-rs-sidebar__name {
	color: var(--ck-rs-accent);
}

/* Nutrition / entry / video / gallery */
.ck-rs-media-block {
	margin-top: 48px;
}

.ck-rs-nutrition {
	margin: 0 0 36px;
	padding: 24px;
	background: var(--ck-rs-panel);
	border-radius: var(--ck-rs-radius);
}

.ck-rs-nutrition__title {
	margin-bottom: 16px;
	font-size: 28px;
}

.ck-rs-nutrition__row {
	display: flex;
	align-items: baseline;
	gap: 10px;
	font-family: "Poppins", sans-serif;
	font-size: 15px;
}

.ck-rs-nutrition__label {
	color: var(--ck-rs-muted);
}

.ck-rs-nutrition__value {
	color: var(--ck-rs-brown);
}

.ck-rs-entry {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 1.75;
	color: var(--ck-rs-ink);
	margin: 0 0 36px;
}

.ck-rs-entry a {
	color: var(--ck-rs-accent);
}

.ck-rs-video {
	margin: 0 0 36px;
}

.ck-rs-video__embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: var(--ck-rs-radius);
	background: #000;
}

.ck-rs-video__embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ck-rs-gallery__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.ck-rs-gallery__img {
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
	border-radius: 10px;
	display: block;
}

.ck-recipe-post-nav {
	padding: 30px 0 60px;
	background: #ffffff;
}

.ck-recipe-post-nav__inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-family: "Poppins", sans-serif;
	max-width: 1170px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.ck-recipe-post-nav a {
	color: var(--ck-rs-accent);
	text-decoration: none;
	font-weight: 500;
}

.ck-recipe-post-nav a:hover {
	text-decoration: underline;
}

/* Responsive */
@media (max-width: 1024px) {
	.ck-recipes-grid,
	.ck-recipes-grid--popular,
	.ck-recipes-grid--home,
	.ck-recipes-grid--related,
	.elementor-widget-shortcode .ck-recipes-grid--home {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ck-rs-top__inner,
	.ck-recipe-single-lower__grid {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.ck-rs-top__inner,
	.ck-recipe-single-lower__grid,
	.ck-recipe-post-nav__inner {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
		box-sizing: border-box;
	}

	.ck-rs-sidebar {
		position: static;
	}

	.ck-rs-meta {
		grid-template-columns: repeat(2, 1fr);
		gap: 18px 0;
	}

	.ck-rs-meta__item:nth-child(2) {
		border-right: 0;
	}

	.ck-recipes-hero {
		min-height: 420px;
		padding: 48px 24px;
	}

	.ck-recipes-hero__title {
		font-size: 52px;
		line-height: 1.15;
	}

	.ck-recipes-main {
		padding: 56px 0 80px;
		min-height: 0;
	}

	.ck-recipes-tab {
		padding: 12px 18px;
	}

	.ck-recipes-container--section {
		padding-left: 20px;
		padding-right: 20px;
		max-width: 100%;
		box-sizing: border-box;
	}

	.ck-recipes-videos-cta {
		margin-top: 56px;
	}

	.ck-recipes-popular--featured {
		padding: 56px 0 32px;
	}
}

@media (max-width: 767px) {
	/* Hero — compact, content-first (was 635px desktop shell) */
	.ck-recipes-hero {
		min-height: 260px;
		padding: 56px 16px 64px;
		justify-content: center;
	}

	.ck-recipes-hero__inner {
		gap: 8px;
		padding: 0;
	}

	.ck-recipes-hero__title {
		font-size: 36px;
		line-height: 1.15;
	}

	.ck-recipes-hero__subtitle {
		font-size: 16px;
		line-height: 1.5;
		max-width: 22em;
	}

	/* Main — single gutter (avoid double pad with container) */
	.ck-recipes-main {
		padding: 28px 0 48px;
		min-height: 0;
	}

	.ck-recipes-container--section {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ck-recipes-main__header {
		margin-bottom: 16px;
		text-align: left;
	}

	.ck-recipes-section-title {
		font-size: 30px;
		line-height: 1.2;
	}

	/* Category tabs — sticky + horizontal scroll chips + fade hint */
	.ck-recipes-tabs-wrap {
		position: sticky;
		top: 0;
		z-index: 20;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		margin: 0 0 20px;
		padding: 10px 0 12px;
		background: linear-gradient(#ffffff 70%, rgba(255, 255, 255, 0.92));
		-webkit-mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 28px), transparent 100%);
		mask-image: linear-gradient(to right, #000 0%, #000 calc(100% - 28px), transparent 100%);
	}

	body.admin-bar .ck-recipes-tabs-wrap {
		top: 46px;
	}

	.ck-recipes-tabs-wrap::-webkit-scrollbar {
		display: none;
	}

	.ck-recipes-tabs {
		display: flex;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: center;
		gap: 6px;
		width: max-content;
		min-width: 100%;
		margin: 0;
		padding: 0 4px 0 0;
	}

	.ck-recipes-tab {
		flex: 0 0 auto;
		padding: 12px 16px;
		font-size: 15px;
		white-space: nowrap;
		min-height: 44px;
		box-sizing: border-box;
	}

	.ck-recipes-grid {
		gap: 28px 16px;
	}

	.ck-recipe-card {
		min-width: 0;
	}

	.ck-recipe-card__image-link {
		margin-bottom: 12px;
		border-radius: 8px;
		overflow: hidden;
	}

	.ck-recipe-card__image {
		/* Shorter than desktop 276/338 so more cards fit above the fold */
		aspect-ratio: 5 / 6;
		width: 100%;
		max-width: 100%;
	}

	.ck-recipe-card__title {
		font-size: 20px;
		margin-bottom: 6px;
	}

	.ck-recipe-card__meta {
		font-size: 14px;
		line-height: 1.45;
	}

	.ck-recipe-card__button {
		margin-top: 16px;
		padding: 10px 0;
		min-height: 44px;
		font-size: 15px;
		gap: 10px;
	}

	.ck-recipe-card__button-icon,
	.ck-recipe-card__button-icon svg {
		width: 16px;
		height: 16px;
	}

	.ck-recipes-videos-cta {
		margin-top: 36px;
	}

	.ck-recipes-videos-button {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		text-align: center;
		padding: 14px 20px;
		font-size: 18px;
		min-height: 48px;
		line-height: 1.2;
	}

	/* Featured block on archive */
	.ck-recipes-popular--featured {
		padding: 36px 0 28px;
	}

	.ck-recipes-popular--featured .ck-recipes-container--section {
		padding-left: 16px;
		padding-right: 16px;
	}

	.ck-recipes-popular--featured .ck-recipe-card--home .ck-recipe-card__image {
		aspect-ratio: 5 / 6;
	}

	.ck-rs-top {
		padding: 28px 0 20px;
	}

	.ck-rs-top__panel {
		padding: 24px 20px 28px;
	}

	.ck-rs-top__title {
		font-size: 30px;
	}

	.ck-rs-meta {
		grid-template-columns: 1fr 1fr;
	}

	.ck-rs-ingredients__list {
		grid-template-columns: 1fr;
	}

	.ck-rs-step__body--has-image {
		grid-template-columns: 1fr;
	}

	.ck-rs-gallery__grid {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 544px) {
	.ck-recipes-grid,
	.ck-recipes-grid--popular,
	.ck-recipes-grid--home,
	.ck-recipes-grid--related,
	.elementor-widget-shortcode .ck-recipes-grid--home,
	.ck-recipe-gallery__grid,
	.ck-rs-gallery__grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.ck-recipes-section-title {
		font-size: 28px;
		line-height: 1.2;
	}

	.ck-recipes-hero {
		min-height: 240px;
		padding: 48px 16px 56px;
	}

	.ck-recipes-hero__title {
		font-size: 32px;
	}

	.ck-recipe-post-nav__inner {
		flex-direction: column;
	}

	.ck-rs-meta {
		grid-template-columns: 1fr;
	}

	.ck-rs-meta__item {
		border-right: 0;
		padding: 0 0 12px;
		border-bottom: 1px solid var(--ck-rs-line);
	}

	.ck-rs-meta__item:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}
}
