/*
Theme Name:   Miss Bagel by LighthouseMedia
Theme URI:    https://generatepress.com
Author: LighthouseMedia
Author URI: https://lighthousemedia.dk
Description: SMS 2025 Child Theme
Template:     generatepress
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: spectruss
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
body {
	font-family: 'Raleway', sans-serif;
}
:root :where(.is-layout-flow) > * {
	margin-block-start: 16px;
	margin-block-end: 0;
}
h1{
	font-size: 45px;
	font-weight: 900;
}

h2 {
	font-size: 38px;
	font-weight: 900;
}
h3{
	font-size: 32px;
	font-weight: 900;
}
.entry-content p a{
	color: #131514;
	text-decoration: underline;
	font-weight: 800;
}
.entry-content p a:hover{
	color: #14C37E;
	text-decoration: none;
}

.wp-singular.has-scrollbar .site-header-custom {
	margin-left: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
}

.site-header-custom .wp-block-social-links {
	margin-bottom: 0 !important;
	gap: 6px !Important;
}
.site-header-custom .wp-block-social-links .wp-social-link svg {
	height: .7em;
	width: .7em;
}

.social-icons {
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.no-underline a {
	text-decoration: none;
}

.main-navigation {
	margin-left: 40px !important;
	margin-right: auto;
	width: 100%;
}

#primary-menu a {
	font-weight: 700;
}

.wp-block-button.is-style-outline a {
	background: transparent;
	border-radius: 8px;
	border: 1px solid #246049;
	color: #246049;
	font-weight: 600;
	padding: 12px 28px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.wp-block-button.is-style-outline a:hover {
	color: #fff;
	background: #246049;
	border-color: #246049;
}


/**
	Utilities
*/
[data-animation] {
	opacity: 0;
	visibility: hidden;
	/* Ensure elements are not visible initially */
	transform: translateY(20px);
	/* Default starting point */
	transition: opacity 0.3s ease, transform 0.3s ease;
}

[data-animation].animated {
	opacity: 1;
	visibility: visible;
	/* Make the element visible when animated */
	transform: translateY(0);
	/* Reset the transform */
}

/* Fade-in animations */
@keyframes fade-in {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fade-in {
	animation-name: fade-in;
}

/* Fade-up animation */
@keyframes fade-up {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-up {
	animation-name: fade-up;
}

/* Fade-down animation */
@keyframes fade-down {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


.fade-down {
	animation-name: fade-down;
}

.is-style-box-animation {
	position: relative;
	z-index: auto;
}

.is-style-box-animation img {
	display: block;
	position: relative;
	z-index: 1;
}

.is-style-box-animation::before {
	background-color: var(--light);
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block !important;
	z-index: -1;
	top: 50%;
	left: 50%;
	opacity: 0.2;
	transform: translate(-50%, -50%);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.is-style-box-animation.active::before {
	transform: translate(-90%, -50%);
	opacity: 1;
}

.is-style-box-animation-right {
	position: relative;
	z-index: auto;
}

.is-style-box-animation-right img {
	display: block;
	position: relative;
	z-index: 1;
}

.is-style-box-animation-right::before {
	background-color: var(--light);
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block !important;
	z-index: -1;
	top: 50%;
	left: 50%;
	opacity: 0.2;
	transform: translate(-50%, -50%);
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.is-style-box-animation-right.active::before {
	transform: translate(10%, -50%);
	opacity: 1;
}

/* Fade-left animation */
@keyframes fade-left {
	from {
		opacity: 0;
		transform: translateX(-20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.fade-left {
	animation-name: fade-left;
}

/* Fade-right animation */
@keyframes fade-right {
	from {
		opacity: 0;
		transform: translateX(20px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.fade-right {
	animation-name: fade-right;
}

/* Rotation animation */
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

.rotate-animation {
	animation: rotate 44s linear infinite;
}

.rotate-animation.rotate-speed-2 {
	animation: rotate 80s linear infinite;
}

/* Hide on Mobile */
@media (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}
}

/* Hide on Tablet */
@media (min-width: 768px) and (max-width: 1023px) {
	.hide-on-tablet {
		display: none !important;
	}
}

/* Hide on Desktop */
@media (min-width: 1024px) {
	.hide-on-desktop {
		display: none !important;
	}
}

@media (max-width: 768px) {
	.page .left-on-mobile {
		text-align: left;
		display: flex;
		justify-content: flex-start;
		float: none !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}


.link-stretched {
	position: static;
}

.link-stretched::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	pointer-events: auto;
	background-color: rgba(0, 0, 0, 0);
}

.lc-reset *:last-child {
	margin-bottom: 0;
}

.overflow-hidden {
	overflow: hidden;
}

.breakout-bg {
	position: relative;
}

.breakout-bg::before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 50%;
	left: 50%;
	display: block;
	width: 100vw;
	height: 100%;
	margin-right: -50vw;
	margin-left: -50vw;
	content: "";
	background-color: inherit;
	background-size: cover;
	background-repeat: no-repeat;
}


:where(.wp-block-group.has-background),
.wp-block-cover,
.wp-block-cover-image,
.wp-block-group.alignfull {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.alignfull {
	margin-left: calc(50% - 50vw) !important;
	margin-right: calc(50% - 50vw) !important;
	max-width: 100vw !important;
	width: 100vw;
}

.has-scrollbar .alignfull {
	margin-left: calc(-50vw + 50% + (var(--scrollbar-width) / 2)) !important;
	margin-right: calc(-50vw + 50% + (var(--scrollbar-width) / 2)) !important;
	max-width: calc(100vw - var(--scrollbar-width)) !important;
}

.alignwide {
	max-width: 1232px !important;
}

.entry-content> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
	max-width: var(--wp--style--global--content-size);
	margin-left: auto !important;
	margin-right: auto !important;
}

@media only screen and (min-width: 960px) {
	.container {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

}

@media only screen and (max-width: 960px) {
	.entry-content>.alignwide {
		margin-left: 24px !important;
		margin-right: 24px !important;
		max-width: calc(100% - 48px) !important;
	}
}

@media only screen and (max-width: 768px) {
	.center-on-mobile {
		text-align: center;
		justify-content: center !important;
		align-items: center !important
	}

	.center-on-mobile.wp-block-image {
		display: flex !important;
		float: none !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.is-style-reverse-mobile {
		flex-direction: column-reverse
	}

	.entry-content .alignwide,
	body:not(.no-sidebar) .entry-content .alignfull {
		margin-left: 0px;
		width: 100%;
		max-width: 100%;
	}

}


.client-logos-3 .wp-block-image {
	position: relative;
	padding: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.client-logos-3 .wp-block-image img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 300ms ease;
	max-height: 100px;
	width: auto;
}

.client-logos-3 .wp-block-image:hover img {
	transform: scale(1.1);
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.client-logos-3 .wp-block-image img {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	transform: scale(1);
}

.client-logos-3 .wp-block-heading {
	display: flex;
	align-items: center;
	justify-content: center;
}

.client-logos-3 .wp-block-image:not(:nth-child(3n))::before {
	position: absolute;
	content: "";
	width: 1px;
	height: 90%;
	top: 0;
	right: -12px;
	display: block !important;
	background: #E0E2EA;
}

.client-logos-3 .wp-block-image:not(:nth-last-child(-n+3))::after {
	position: absolute;
	content: "";
	width: 80%;
	height: 1px;
	bottom: -12px;
	left: 10% !important;
	display: block !important;
	background: #E0E2EA;
}

.break-right {
	width: calc(100% + 48px) !important;
	max-width: calc(100% + 48px) !important;
	margin-left: -24px !important;

}

.break-right>*:not(.wp-block-image.bg-image) {
	position: relative;
	z-index: 1;
}

.break-right .wp-block-image.bg-image img {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}

@media only screen and (min-width: 768px) {
	.break-right {
		position: static;
	}

	.break-right .wp-block-image.bg-image {
		position: absolute;
		right: 0;
		top: 0;
		width: 50%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		z-index: 0;
	}

	.break-right .wp-block-image.bg-image img {
		display: block;
		margin: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: top center;
	}
}

.site-footer {
	position: relative;
}
.site-footer h4{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
}
.site-footer a{
	text-decoration: none;
}
.site-footer a:hover {
	text-decoration: underline;
	color: #fff;
}

.site-footer::before {
	content: '';
	position: absolute;
	top: -14px;
	left: 0;
	width: 100%;
	height: 15px;
	background: url(img/footer-top.svg) no-repeat center center;
	background-size: cover;
	background-repeat: repeat-x;
	z-index: 1;
}

.img-box-1 {
	position: relative;
	min-height: 440px;
}

.img-box-1 .wp-block-heading {
	margin-top: auto !important;
	margin-bottom: 0;
}

.img-box-1 img {
	/* top: -140px; */
	right: 0;
	margin-right: 0px;
	position: absolute;
}

.img-box-2 {
	position: relative;
	min-height: 440px;
}

.img-box-2 .wp-block-heading {
	margin-top: auto !important;
	margin-bottom: 0;
}

.img-box-2 img {
	top: 60px;
	right: 0;
	width: calc(100% + 40px);
	max-width: calc(100% + 40px);
	margin-right: 0px;
	position: absolute;
}
.overlay-cards a{
	position: static;
	text-decoration: none;
}

.overlay-cards a::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	pointer-events: auto;
	background-color: rgba(0,0,0,0)
}
.overlay-cards a:hover{
	color: #E5203F!important;
	text-decoration: none;
}
.overlay-cards .wp-block-column:hover{
background: #F8E7ED!important;
}

/* Share Dropdown */
.share {
	position: relative;
}

.share-trigger {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
}

.share-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 8px;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	padding: 8px 0;
	min-width: 160px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
	z-index: 1000;
}

.share-dropdown.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.share-link {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 10px 16px;
	color: #131514;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.share-link:hover {
	background-color: #f5f5f5;
}

.share-link svg {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}

.share-link span {
	font-size: 14px;
}

/* Styled Toggle Switch */
.styled-toggle {
	display: flex;
	align-items: center;
	gap: 12px;
}


.styled-toggle input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.styled-toggle label {
	position: relative;
	padding-left: 64px;
	cursor: pointer;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	user-select: none;
	line-height: 1.5;
}

.styled-toggle label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 28px;
	border: 2px solid #d0d0d0;
	border-radius: 18px;
	background-color: #fff;
	transition: all 0.3s ease;
}

.styled-toggle label::after {
	content: '';
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #ddd;
	transition: all 0.3s ease;
}

.styled-toggle input[type="checkbox"]:checked+label::before {
	background-color: #fff;
	border-color: #d0d0d0;
}

.styled-toggle input[type="checkbox"]:checked+label::after {
	left: 28px;
	background-color: #14C37E;
}


.styled-toggle.wake-lock-not-supported {
	opacity: 0.6;
	pointer-events: none;
	position: relative;
	display: none;
}

.styled-toggle.wake-lock-not-supported::after {
	content: ' (Not supported in this browser)';
	font-size: 12px;
	color: #999;
	margin-left: 24px;
	position: relative;
	display: inline-block;
	position: absolute;
	bottom: -20px;
}

.recipe-top {
	display: flex;
	flex-direction: row;
	gap: 40px;
}

.recipe-top-left {
	background: #E9F5F4;
	padding: 30px;
	border-radius: 12px;
	width: 268px;
}

.recipe-top-right {
	flex: 1;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.recipe-short-description {
	font-size: 16px;
}

.recipe-difficulty,
.recipe-cook-time,
.print,
.share {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
	font-weight: 500;
}

.recipe-difficulty svg,
.recipe-cook-time svg{
	width: 24px;
	height: 24px;
}

.print-link {
	display: flex;
	align-items: center;
	gap: 10px;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.print-link:hover {
	opacity: 0.8;
}

.recipe-top-right .share {
	margin-bottom: 0;
}

/* Recipe Video Player */
.recipe-video-container {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 12px;
	overflow: hidden;
	background: #000;
}

.recipe-video-poster {
	position: relative;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.recipe-video-poster-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.recipe-video-play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none !important;
	border: none;
	padding: 0;
	cursor: pointer;
	transition: transform 0.2s ease;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.recipe-video-play-button:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.recipe-video-play-button svg {
	display: block;
	width: 64px;
	height: 64px;
}

.recipe-video-player {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.recipe-video-player iframe,
.recipe-video-player video {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

.recipe-video-badge {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;

}

.recipe-category {
	font-weight: 700;
	display: inline-block;
	padding: 8px 20px;
	text-decoration: none;
	color: #131514;
	font-size: 15px;
	line-height: 1.5;
	background: #E9F5F4;
	border-radius: 34px;
	transition: all 0.3s ease;
}

.recipe-video-badge svg,
.recipe-video-badge img {
	max-width: 180px;
}

.recipe-title {
	margin-top: 80px;
}

.recipe-title h1 {
	font-weight: 800;
	font-size: 45px;
	color: #131514;
}

.recipe-categories {
	display: flex;
	flex-direction: row;
	gap: 10px;
	margin-bottom: 12px;
}

.recipe-content {
	border: 1px solid #D1D1D1;
	border-radius: 12px;
	padding: 32px;
	display: flex;
	flex-direction: row;
	gap: 40px;
}

.recipe-content .cooking-steps {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.recipe-content .cooking-steps .cooking-step {
	display: flex;
	flex-direction: row;
	gap: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 24px;
}

.recipe-content .cooking-steps .cooking-step:last-child {
	border-bottom: none;
}

.cooking-step-number {
	font-size: 20px;
	float: left;
	font-weight: 900;
	text-transform: uppercase;
	color: #fff;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	background: #246049;
	margin-right: 12px;
	line-height: 1;
}

.cooking-step-image {
	width: 33%;
	flex: 0 0 auto;
}

.cooking-step-image img {
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 8px;
}

.cooking-step {
	transition: opacity 0.2s ease;
}

.cooking-step.strikethrough .cooking-step-content p {
	text-decoration: line-through;
	opacity: .3;
}

.cooking-step .cooking-step-content a {
	color: #246049;
}

.cooking-step .cooking-step-content a:hover {
	color: #14C37E;
	text-decoration: none;
}

.cooking-step.strikethrough .cooking-step-number {
	background-color: #E9F5F4;
	color: #246049;
}

/* Ingredient strikethrough */
.ingredients .ingredient {
	transition: opacity 0.2s ease;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.2;
}

.recipe-content .ingredients {
	display: flex;
	flex-direction: column;
	gap: 24px;
	border-right: 1px solid #D1D1D1;
	padding-right: 32px;
	width: 280px;
}

.ingredients .ingredient-title {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	color: #246049;
	margin-bottom: 8px;
}

.ingredients .ingredient.strikethrough {
	text-decoration: line-through;
	opacity: 0.3;
}

.single-recipe .site-main {
	margin-bottom: 0;
}

/* Related Recipes */
.related-recipes {
	margin: 100px 0
}

.related-recipes-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.related-recipes-header a {
	color: #246049;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
}

.related-recipes-header a:hover {
	color: #14C37E;
	text-decoration: none;
}

.related-recipes-title {
	font-size: 32px;
	font-weight: 900;
	color: #131514;
	margin-bottom: 32px;
}

.related-recipe-title a {
	text-decoration: none;
	color: #131514;
}

.related-recipe-title a:hover {
	color: #14C37E !important;
	text-decoration: none;
}

.related-recipes-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.related-recipe-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.related-recipe-image {
	width: 100%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	background: #f5f5f5;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}
.related-recipe-image .play-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.related-recipe-image .play-icon svg{
	width: 60px;
	height: 60px;
}
.related-recipe-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.3s ease;
	border-radius: 12px;
}

.related-recipe-item:hover .related-recipe-image img {
	transform: scale(1.05);
}
.related-recipe-item:hover .related-recipe-title a{
	color: #14C37E!important;
}

.related-recipe-content {
	margin-top: 12px;
}

.related-recipe-title {
	font-size: 20px;
	font-weight: 500;
	color: #131514;
	margin-bottom: 12px;
	line-height: 1.4;
}

.related-recipe-item:hover .related-recipe-title {
	color: #246049;
}

.related-recipe-bottom {
	display: flex;
	flex-direction: row;
	gap: 20px;
}

.recipes-grid .related-recipe-item {
	display: flex;
	flex-direction: column;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	height: 100%;
}

.hero-video{
	position: relative;
}
.hero-video::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: url(img/overlay.svg) no-repeat center center;
	background-size: cover;
	opacity: .3;
}
.hero-video .nk-awb-wrap-content{
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 960px) {
	.single-recipe .site.container {
		padding-left: 1.5rem !important;
		padding-right: 1.5rem !important;
	}
}

@media (max-width: 768px) {
	.hero-video::before{
		width: 100%;
		opacity: .3;
	}
	h1,
	.recipe-title h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 28px;
	}

	.related-recipes-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.site-header-custom .wp-block-social-links {
		gap: 10px;
	}

	.site-header-custom .wp-block-social-links .wp-social-link svg {
		height: .6em;
		width: .6em;
	}

	.site-header-custom p {
		font-size: 14px;
	}

	.site-header-custom img {
		max-width: 64px;
	}

	.img-box-1,
	.img-box-2 {
		align-items: center !important;
		min-height: 400px !important;
	}

	.img-box-1 img {
		margin-top: -100px;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}

	.overlay-cards {
		margin-top: 180px !important;
		margin-bottom: 100px !important;
	}

	.overlay-cards .wp-block-columns {
		row-gap: 80px !important;
	}

	.recipe-top {
		flex-direction: column-reverse !important;
	}

	.recipe-top-left {
		width: 100% !important;
	}

	.recipe-top-right {
		width: 100% !important;
	}

	.recipe-content {
		flex-direction: column !important;
		padding: 24px;
	}

	.recipe-content .ingredients {
		width: 100% !important;
		border-right: none !important;
		border-bottom: 1px solid #D1D1D1 !important;
	}

	.recipe-video-badge {
		max-width: 50px !important;
	}

	.recipe-video-badge svg,
	.recipe-video-badge img {
		max-width: 50px !important;
		max-height: 50px !important;
	}

	.recipe-title {
		margin-top: 40px;
	}

	.recipe-top {
		gap: 24px;
	}

	.recipe-content .cooking-steps .cooking-step {
		flex-direction: column !important;
	}

	.cooking-step-content {
		font-size: 15px;
	}

	.cooking-step-content>*:last-child {
		margin-bottom: 0 !important;
	}

	.cooking-step-image {
		width: 100% !important;
	}

	.recipe-content .cooking-steps .cooking-step:last-child {
		margin-bottom: 0 !important;
	}

	.related-recipes-title {
		font-size: 24px !important;
		margin-bottom: 12px;
	}

	.related-recipes-header {
		flex-direction: column !important;
		align-items: flex-start !important;
		margin-bottom: 12px;
	}

	.client-logos-3 .wp-block-image {
		padding: 10px;
	}
	.break-right-badge{
		position: absolute!important;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.break-right-badge img{
		max-width: 120px!important;
	}
	.mobile-hide{
		display:none !important;
	}
}

@media only screen and (max-width: 480px) {

	.img-box-1,
	.img-box-2 {
		align-items: center !important;
		min-height: 280px !important;
	}
	.img-box-1 img {
		margin-top: -140px;
		left: 50% !important;
		transform: translateX(-50%) !important;
	}
	.img-box-2 img {
		top: 130px;
	}
}