/* Recept single (.rp-) — az 0907-es sablon szerinti kinézet minden nézeten: mobil egy oszlop, tablet és asztal rácsokkal. */

/* GP-konténer kinyitása (mint a body.single-edzes): a krém háttér a teljes szélességet kapja, nincs fehér sáv. */
body.single-recept .site.grid-container.container,
body.single-recept .site.grid-container {
	max-width: 100%;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

body.single-recept .site-content {
	display: block;
	max-width: 100%;
	width: 100%;
	padding: 0;
}

body.single-recept {
	background: #FDF8F7;
}

.rp-recept {
	font-family: "Nunito", sans-serif;
}

.rp-recept a {
	color: #8D4F7D;
	text-decoration: none;
}

.rp-recept a:hover {
	color: #7A3B6D;
}

/* --- Konténer --- */

.rp-article {
	position: relative;
	background: #FDF8F7;
	padding-bottom: 140px;
}

.rp-container {
	width: calc(100% - 32px);
	max-width: 1180px;
	margin: 0 auto;
}

/* --- Lebegő megosztósáv --- */

.rp-sharebar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 24px;
	z-index: 60;
	display: flex;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 220ms cubic-bezier(0.22, 1, 0.36, 1), transform 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-sharebar.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* A footer elérésekor a sáv leáll az article végére (nem úszik a lábléc felett). */
.rp-sharebar.is-lent {
	position: absolute;
	top: auto;
	bottom: 24px;
	transform: none;
}

.rp-sharebar-inner {
	pointer-events: auto;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border-radius: 999px;
	background: rgba(253, 248, 247, 0.92);
	backdrop-filter: blur(10px);
	border: 1px solid #EED7DE;
	box-shadow: 0 16px 40px rgba(77, 36, 76, 0.14);
	max-width: calc(100vw - 24px);
	box-sizing: border-box;
}

.rp-like {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 9px 18px;
	border-radius: 999px;
	cursor: pointer;
	font-family: "Nunito Sans", system-ui, sans-serif;
	font-size: 14px;
	font-weight: 700;
	background: #FFFFFF;
	color: #5D2C56;
	border: 1px solid #D2B4C1;
	transition: background 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-like.is-liked {
	background: linear-gradient(135deg, #8D4F7D 0%, #7A3B6D 73%);
	color: #FFFFFF;
	border-color: transparent;
}

.rp-like.is-liked svg {
	stroke: #FFFFFF;
}

.rp-bar-divider {
	width: 1px;
	height: 26px;
	background: #EED7DE;
}

.rp-bar-text {
	padding-left: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #6B5A5E;
	white-space: nowrap;
}

.rp-share-row {
	display: flex;
	align-items: center;
	gap: 6px;
}

.rp-share {
	width: 38px;
	height: 38px;
	border-radius: 999px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	display: grid;
	place-items: center;
	transition: background 160ms cubic-bezier(0.22, 1, 0.36, 1);
	cursor: pointer;
	padding: 0;
}

.rp-share:hover {
	background: #F3E6EE;
}

/* Másolás visszajelzés: pipa ikon 1,6 mp-re. */
.rp-share .rp-share-kesz {
	display: none;
}

.rp-share.is-kesz .rp-share-alap {
	display: none;
}

.rp-share.is-kesz .rp-share-kesz {
	display: block;
}

/* Mobilon a szöveg elhagyása, hogy a sáv beleférjen. */
@media (max-width: 560px) {
	.rp-bar-divider,
	.rp-bar-text {
		display: none;
	}
}

/* --- Hero --- */

.rp-hero {
	padding: 40px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.rp-hero-title {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.12;
	color: #5D2C56;
	margin: 0;
	text-wrap: balance;
}

.rp-hero-sub {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-style: italic;
	font-weight: 500;
	font-size: 21px;
	line-height: 1.35;
	color: #8D4F7D;
	margin: 10px 0 0;
}

.rp-hero-text {
    margin: 22px 0 0;
    max-width: 60%;
    text-wrap: pretty;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Nunito Sans', system-ui, sans-serif;
    line-height: 1.7em;
    color: #391B3B;
}

.rp-chip-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.rp-chip-solid {
	display: inline-flex;
	align-items: center;
	padding: 9px 18px;
	border-radius: 999px;
	background: #8D4F7D;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}

.rp-chip {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 9px 18px 9px 14px;
	border-radius: 999px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	box-shadow: 0 6px 18px rgba(77, 36, 76, 0.05);
}

.rp-chip svg {
	width: 16px;
	height: 16px;
	stroke: #8D4F7D;
	stroke-width: 1.5;
	flex: 0 0 auto;
}

.rp-chip-label {
	font-size: 14px;
	font-weight: 600;
	color: #5D2C56;
}

.rp-tag-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}

.rp-tag {
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 999px;
    background: #8d4f7d0f;
    font-size: 14px;
    font-weight: 600;
    color: #8d4f7d;
    font-family: 'Nunito Sans', system-ui, sans-serif;
    text-transform: lowercase;
}

.rp-hero-photo {
	width: 100%;
	margin-top: 32px;
}

/* --- Képkeret --- */

.rp-photo {
	position: relative;
	width: 100%;
	border-radius: 16px;
	overflow: hidden;
	background: #F8EBE9;
	border: 1px solid #EED7DE;
	display: grid;
	place-items: center;
}

.rp-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rp-photo--lead {
	aspect-ratio: 4 / 3;
}

.rp-photo--card {
	aspect-ratio: 16 / 10;
}

/* --- Miért jó neked? --- */

.rp-benefits {
	padding: 44px 0 0;
}

.rp-eyebrow {
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.22em;
    color: #8D4F7D;
}

.rp-benefit-row {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 16px;
}

.rp-benefit {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 10px 18px 10px 14px;
	border-radius: 999px;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	box-shadow: 0 6px 18px rgba(77, 36, 76, 0.05);
}

.rp-benefit svg {
	width: 17px;
	height: 17px;
	stroke: #8D4F7D;
	stroke-width: 1.5;
	flex: 0 0 auto;
}

.rp-benefit-label {
	font-size: 15px;
	font-weight: 600;
	color: #5D2C56;
}

/* --- Hozzávalók + Elkészítés --- */

.rp-main {
	display: flex;
	flex-direction: column;
	gap: 28px;
	padding: 40px 0 0;
}

.rp-card {
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.06);
}

.rp-ing-card {
	padding: 24px 22px 22px;
}

.rp-card-head {
	display: flex;
	align-items: baseline;
	gap: 10px;
}

.rp-h2 {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 25px;
	color: #5D2C56;
	margin: 0;
}

.rp-h2--steps {
	font-size: 28px;
}

.rp-card-sub {
	font-size: 13px;
	font-weight: 700;
	color: #6B5A5E;
}

.rp-ing-groups {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin-top: 22px;
}

.rp-ing-group-title {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8D4F7D;
    letter-spacing: 0.22em;
}

.rp-ing-list {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin-top: 10px;
}

.rp-ing {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 7px 8px;
	margin-left: -8px;
	border-radius: 10px;
	cursor: pointer;
	transition: background 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-ing:hover {
	background: #F3E6EE;
}

.rp-ing-dot {
	width: 19px;
	height: 19px;
	flex: 0 0 auto;
	border-radius: 999px;
	border: 1.5px solid #D2B4C1;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
}

.rp-ing-check {
	display: none;
}

.rp-ing.is-on .rp-ing-dot {
	background: #8D4F7D;
	border-color: #8D4F7D;
}

.rp-ing.is-on .rp-ing-check {
	display: block;
}

.rp-ing-text {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.7em;
    color: #391B3B;
}

.rp-ing.is-on .rp-ing-text {
	text-decoration: line-through;
	opacity: 0.45;
}

.rp-steps-card {
	padding: 28px 24px 30px;
}

.rp-steps-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rp-steps-hint {
    font-weight: 500;
    line-height: 1.7em;
    color: #391B3B;
    font-size: 15px;
	margin-top: 5px;
}

.rp-steps {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}

.rp-step {
	display: grid;
	grid-template-columns: 44px 1fr;
	gap: 16px;
	padding: 18px 0;
	border-top: 1px solid #EED7DE;
	cursor: pointer;
}

.rp-step-num {
	width: 44px;
	height: 44px;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 19px;
	font-weight: 700;
	background: #F3E6EE;
	color: #5D2C56;
}

.rp-step.is-on .rp-step-num {
	background: #8D4F7D;
	color: #FFFFFF;
}

.rp-step-text {
    font-size: 16px;
    margin: 0;
    align-self: center;
    text-wrap: pretty;
    font-weight: 500;
    font-family: 'Nunito Sans', system-ui, sans-serif;
    line-height: 1.7em;
    color: #391B3B;
}

.rp-step.is-on .rp-step-text {
	opacity: 0.5;
}

/* --- Tápérték + Makrók --- */

.rp-nutri {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 32px 0 0;
}

.rp-nutri-card {
	padding: 26px 24px 26px;
}

.rp-card-sub--tag {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #6B5A5E;
}

.rp-nutri-list {
	display: flex;
	flex-direction: column;
	margin-top: 18px;
}

.rp-nutri-row {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 0;
	border-top: 1px solid #EED7DE;
}

.rp-nutri-ico {
    width: 42px;
    height: 42px;
    flex: 0 0 auto;
    border-radius: 999px;
    background: linear-gradient(135deg, #8D4F7D 0%, #9B5B8A 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.rp-nutri-ico svg {
	width: 19px;
	height: 19px;
	stroke: #ffffff;
	stroke-width: 1.5;
}

.rp-nutri-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #6B5A5E;
	flex: 1;
}

.rp-nutri-value {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 25px;
	font-weight: 700;
	color: #5D2C56;
}

.rp-nutri-unit {
	font-size: 14px;
	font-weight: 600;
	color: #6B5A5E;
}

.rp-nutri-note {
    margin: 18px 0 0;
    font-weight: 500;
    font-family: 'Nunito Sans', system-ui, sans-serif;
    line-height: 1.7em;
    color: #391B3B;
    font-size: 15px;
}

.rp-macros-card {
	background: #F3E6EE;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	padding: 26px 24px 28px;
}

.rp-macros-row {
	display: flex;
	align-items: center;
	gap: 28px;
	margin-top: 20px;
	flex-wrap: wrap;
}

.rp-donut-wrap {
	position: relative;
	width: 190px;
	height: 190px;
	flex: 0 0 auto;
}

.rp-donut {
	display: block;
	transform: rotate(-90deg);
}

.rp-donut-center {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.rp-donut-kcal {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 30px;
	font-weight: 700;
	color: #5D2C56;
	line-height: 1;
}

.rp-donut-unit {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #6B5A5E;
	margin-top: 5px;
}

.rp-macro-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.rp-macro {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rp-macro-dot {
	width: 12px;
	height: 12px;
	border-radius: 999px;
	flex: 0 0 auto;
}

.rp-macro-dot--feherje {
	background: #5D2C56;
}

.rp-macro-dot--szenhidrat {
	background: #8D4F7D;
}

.rp-macro-dot--zsir {
	background: #C79A62;
}

.rp-macro-pct {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 22px;
	font-weight: 700;
	color: #5D2C56;
	min-width: 56px;
}

.rp-macro-label {
	font-size: 15px;
	font-weight: 600;
	color: #383135;
}

/* --- Extra dobozok --- */

.rp-extras {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px 0 0;
}

.rp-extras-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.rp-extras-head svg {
	width: 20px;
	height: 20px;
	stroke-width: 1.5;
	flex: 0 0 auto;
}

.rp-tip-card .rp-extras-head svg {
	stroke: #E5C49B;
}

.rp-mealprep-card .rp-extras-head svg,
.rp-deco-card .rp-extras-head svg {
	stroke: #8D4F7D;
}

.rp-tip-card {
	border-radius: 22px;
	overflow: hidden;
	background: linear-gradient(160deg, #6A3562 0%, #522850 55%, #40203F 100%);
	box-shadow: 0 18px 44px rgba(77, 36, 76, 0.24);
	padding: 26px 26px 28px;
}

.rp-eyebrow--gold-soft {
	color: rgba(229, 196, 155, 0.9);
}

.rp-tip-text {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.7em;
        color: #FFFFFF;
}

.rp-script {
	font-family: "Great Vibes", cursive;
	font-weight: 400;
	line-height: 1.2;
	font-size: 32px;
	color: #E5C49B;
	display: block;
	margin-top: 16px;
}

.rp-mealprep-card {
	padding: 26px 26px 28px;
}

.rp-mealprep-list {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 18px;
}

.rp-mealprep-title {
	font-size: 14px;
	font-weight: 700;
	color: #5D2C56;
}

.rp-mealprep-body {
    margin: 4px 0 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
    color: #391B3B;
}

.rp-deco-card {
	background: #F8EBE9;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	padding: 26px 26px 28px;
}

.rp-deco-text {
        margin-top: 22px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.7em;
        color: #391B3B;
}

.rp-deco-quote {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.5;
	color: #5D2C56;
	margin: 14px 0 0;
}

/* --- Receptkönyv sáv --- */

.rp-shop {
	padding: 52px 0 0;
}

.rp-shop-band {
	position: relative;
	overflow: hidden;
	border-radius: 22px;
	background: linear-gradient(160deg, #5D2C56 0%, #4A234C 100%);
	box-shadow: 0 18px 44px rgba(77, 36, 76, 0.22);
}

.rp-shop-glow {
	position: absolute;
	inset: 0;
	background: radial-gradient(60% 80% at 16% 6%, rgba(199, 154, 98, 0.3) 0%, rgba(199, 154, 98, 0) 62%), radial-gradient(55% 70% at 92% 100%, rgba(243, 230, 238, 0.18) 0%, rgba(243, 230, 238, 0) 70%);
}

.rp-shop-grid {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 26px;
	padding: 30px 26px 32px;
}

.rp-shop-title {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 27px;
	line-height: 1.22;
	color: #FFFFFF;
	margin: 12px 0 0;
}

.rp-shop-text {
	font-size: 16px;
	line-height: 1.7;
	color: #FFFFFF;
	margin: 12px 0 0;
}

.rp-shop-points {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 18px;
}

.rp-shop-point {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid rgba(229, 196, 155, 0.45);
	background: rgba(255, 255, 255, 0.06);
}

.rp-shop-point-label {
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
}

.rp-shop-buy {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-start;
}

.rp-price-row {
	display: flex;
	align-items: baseline;
	gap: 12px;
}

.rp-price {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 36px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 1;
}

.rp-price-old {
	font-size: 15px;
	font-weight: 600;
	color: rgba(229, 196, 155, 0.9);
	text-decoration: line-through;
}

.rp-shop-cta {
	width: 100%;
	box-sizing: border-box;
	height: 52px;
	border-radius: 5px;
	background: #FFFFFF;
	color: #8D4F7D;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: grid;
	place-items: center;
	text-decoration: none;
	transition: background 160ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-shop-cta:hover {
	background: #F3E6EE;
	color: #8D4F7D;
}

.rp-shop-link {
	align-self: center;
	font-size: 14px;
	font-weight: 600;
	color: #E5C49B;
	text-decoration: none;
}

.rp-shop-link:hover {
	color: #E5C49B;
}

/* --- További receptek --- */

.rp-more {
	padding: 52px 0 0;
}

.rp-more-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.rp-more-title {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-weight: 600;
	font-size: 27px;
	line-height: 1.2;
	color: #5D2C56;
	margin: 10px 0 0;
}

.rp-more-link {
	font-size: 14px;
	font-weight: 700;
	color: #8D4F7D;
	text-decoration: none;
}

.rp-more-grid {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 24px;
}

.rp-more-card {
	display: flex;
	flex-direction: column;
	background: #FFFFFF;
	border: 1px solid #EED7DE;
	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(77, 36, 76, 0.06);
	text-decoration: none;
	transition: transform 220ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 220ms cubic-bezier(0.22, 1, 0.36, 1);
}

.rp-more-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 16px 40px rgba(77, 36, 76, 0.1);
}

.rp-more-body {
	padding: 18px 20px 22px;
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.rp-more-cat {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: #8D4F7D;
}

.rp-more-name {
	font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	color: #5D2C56;
}

.rp-more-meta {
	display: inline-flex;
	align-items: center;
	align-self: flex-start;
	padding: 7px 13px;
	border-radius: 999px;
	background: #F3E6EE;
	color: #5D2C56;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.rp-more-actions {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

/* --- Tablet (768–1024px) --- */

@media (min-width: 768px) {
	.rp-hero {
		padding-top: 48px;
	}

	.rp-hero-title {
		font-size: 44px;
	}

	.rp-hero-sub {
		font-size: 24px;
	}

	.rp-hero-text {
    max-width: 100%;
    text-wrap: pretty;
    font-size: 15px;
    font-weight: 500;
	}

	.rp-photo--lead {
		aspect-ratio: 21 / 9;
	}

	.rp-ing-card {
		padding: 28px 28px 24px;
	}

	.rp-steps-card {
		padding: 34px 36px 38px;
	}

	.rp-nutri {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 28px;
		align-items: start;
	}

	.rp-nutri-card {
		padding: 30px 32px 28px;
	}

	.rp-macros-card {
		padding: 30px 32px 32px;
	}

	.rp-extras {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 28px;
		align-items: start;
	}

	.rp-tip-card,
	.rp-mealprep-card,
	.rp-deco-card {
		padding: 30px 30px 32px;
	}

	.rp-shop-grid {
		display: grid;
		grid-template-columns: 1.15fr 0.85fr;
		gap: 40px;
		align-items: center;
		padding: 40px 40px 44px;
	}

	.rp-shop-title {
		font-size: 32px;
	}

	.rp-price {
		font-size: 40px;
	}

	.rp-more-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 24px;
	}

	.rp-more-title {
		font-size: 30px;
	}
}

/* --- Asztal (1025px+) --- */

@media (min-width: 1025px) {
	.rp-container {
		width: 100%;
		max-width: 1180px;
	}

	.rp-article {
		padding-bottom: 140px;
	}

	.rp-hero {
		padding: 48px 0 0;
	}

	.rp-hero-title {
		font-size: 54px;
		line-height: 1.08;
	}

	.rp-hero-sub {
		font-size: 27px;
	}

	.rp-hero-text {
    max-width: 100%;
    text-wrap: pretty;
    font-size: 15px;
    font-weight: 500;
	}

	.rp-chip-row {
		margin-top: 26px;
	}

	.rp-tag-row {
		margin-top: 22px;
	}

	.rp-hero-photo {
		margin-top: 40px;
	}

	.rp-benefits {
		padding: 56px 0 0;
	}

	.rp-benefit-row {
		margin-top: 18px;
	}

	.rp-main {
		display: grid;
		grid-template-columns: 380px 1fr;
		gap: 40px;
		align-items: start;
		padding: 48px 0 0;
	}

	.rp-main-aside {
		position: sticky;
		top: 24px;
	}

	.rp-ing-card {
		padding: 28px 28px 24px;
	}

	.rp-h2 {
		font-size: 26px;
	}

	.rp-h2--steps {
		font-size: 30px;
	}

	.rp-ing-groups {
		margin-top: 24px;
	}

	.rp-ing-group-title + .rp-ing-list {
		margin-top: 12px;
	}

	.rp-steps-card {
		padding: 36px 40px 40px;
	}

	.rp-steps {
		margin-top: 26px;
	}

	.rp-step {
		gap: 20px;
		padding: 20px 0;
	}

	.rp-step-text {
		font-size: 16px;
	}

	.rp-nutri {
		padding: 40px 0 0;
	}

	.rp-nutri-card {
		padding: 32px 36px 30px;
	}

	.rp-nutri-list {
		margin-top: 20px;
	}

	.rp-macros-card {
		padding: 32px 36px 34px;
	}

	.rp-macros-row {
		gap: 36px;
		margin-top: 24px;
	}

	.rp-extras {
		display: grid;
		grid-template-columns: 1.1fr 1fr 1fr;
		gap: 28px;
		padding: 28px 0 0;
		align-items: start;
	}

	.rp-tip-card {
		padding: 32px 34px 34px;
	}

	.rp-tip-text {
font-size: 16px;
    font-weight: 500;
    line-height: 1.7em;
		margin-top: 20px;
	}

	.rp-script {
		font-size: 34px;
		margin-top: 18px;
	}

	.rp-mealprep-card {
		padding: 30px 32px 32px;
	}

	.rp-deco-card {
		padding: 30px 32px 32px;
	}

	.rp-deco-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 1.7em;
        color: #391B3B;
		margin-top: 22px;
	}

	.rp-shop {
		padding: 72px 0 0;
	}

	.rp-shop-grid {
		gap: 48px;
		padding: 44px 48px;
	}

	.rp-shop-title {
		font-size: 34px;
	}

	.rp-more {
		padding: 72px 0 0;
	}

	.rp-more-title {
		font-size: 32px;
	}

	.rp-more-body {
		padding: 22px 24px 26px;
	}
}

@media (max-width: 767px) {
.rp-hero-text {
    max-width: 100%;
    font-size: 16px;
}
}

@media (prefers-reduced-motion: reduce) {
	.rp-recept *,
	.rp-sharebar {
		transition: none !important;
		animation: none !important;
	}
}
