/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rakkas&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* Header */
.recipe-popup {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999;
}
.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  max-width: 500px;
  width: 100%;
  text-align: center;
  position: relative;
}
.close-popup {
  position: absolute;
  top: 10px; right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.popup-content img {
  max-width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}
.recipe-popup-inner a.button {
    background: linear-gradient(to right, #F37C08, #f37c08a3);
    color: white;
    padding: 10px 70px;
    border-radius: 50px;
    font-weight: 600;
}
.recipe-popup-inner h2 {
    margin-bottom: 25px;
}
.popup-content {
  position: relative;
  padding: 40px;
  border-radius: 20px; /* your border radius */
  background: #fff; /* inner background */
  z-index: 1;
}

.popup-content::before { 
    content: "";
    position: absolute;
    inset: 0;
    padding: 5px;
    border-radius: 20px;
        background: linear-gradient(
        270deg, 
        #ffffff, 
        #F37C08, 
        #FF5733, 
        #FFC300, 
        #28A745, 
        #000000
    );
    background-size: 300% 300%;
    animation: moveGradient 4s linear infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

@keyframes moveGradient {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.description h2:after, .ingredients h3:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 3px;
    background-color: #F37C08;
    animation: underlineSlide 3s forwards infinite; /* runs once on page load */
}
.description h2, .ingredients h3{
    position:relative;
	max-width:max-content;
}
@keyframes underlineSlide {
    from { width: 0; }
    to { width: 100%; }
}
/* header */

header.site-header {
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #19130F;
    width: 100%;
    margin: 0px !important;
    min-width: 100%;
	
}
.site-logo {
    min-width: 100%;
}
a.recipee {
    color: #19130f;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 30px;
    float: right;
    padding-right: 50px;
    margin-top: -80px;
    z-index: 2;
}
.site-header .container {
    display: block;
    align-items: center;
    width: 100%;
}



/* Body */
.color{
	color:#F37C08;
	text-transform:uppercase;
}
.gradient{
	 background: linear-gradient(to right, #F37C08, #FFFFFF);
	-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	background-clip: text;
  	color: transparent;
	margin-bottom:40px;
	font-size:80px;
	text-transform: uppercase;
    font-weight: bold !important;
	margin:0px;
}
p {
    color: white;
    font-size: 32px;
	font-family: "Poppins", sans-serif;
}



/*--------------- Banner sec ---------------*/
.banner-sec {
    background-image: url(/wp-content/uploads/2025/08/24dcb5a0-3469-11f0-9d7f-7f02ac4de3b0-Web-Banner_desktop_image-2025-05-19042424.jpg.png);
    background-position: center;
    max-width: 100% !important;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 700px;
	background-color: black;
}
.banner-sec p{
	padding: 0px 200px;
}
.banner-sec:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 5px; /* Thickness of the border */
	width: 100%;
	background: linear-gradient(to right, white, #F37C08);
}
.banner-sec h1{
	margin:0px;
    font-family: 'Poppins';
    max-width: 60%;
	margin-bottom:40px
}
button.btn-no {
    background-color: transparent;
    border: 3px solid #FF5858;
    color: #FF5858;
    font-size: 40px;
    text-transform: uppercase;
    border-radius: 24px;
    padding: 8px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
}
button.btn-yes, .weekly-btn {
    background:linear-gradient(to right, #F37C08, #f37c08a3);
    border: 0px solid transparent;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    border-radius: 24px;
    padding: 8px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
}
button.btn-no img, .btn-yes img, .weekly-btn img{
	margin-right:20px;	
}
.banner-btn{
	margin:40px 0px;	
}
div#recipeLoader img {
    width: 200px;
    height: 200px;
}
button.button.btn-no:hover {
    background-color: #FF5858;
}
button.button.btn-no:hover img{
filter: hue-rotate(267deg) brightness(10);
}

/* ---------------Section two--------------- */

.sec-two {
    background-color: #19130F !important;
    padding: 200px 0px 200px;
}
.sec-two h2{
	margin:0px;
	font-size: 80px;
    font-family: Poppins;
    font-weight: 400;
	color: white;
	text-align:center;
	font-family: "Poppins", sans-serif;
}
.sec-two h2 span{
    text-transform: uppercase;
    font-weight: bold;	
	font-family: "Poppins", sans-serif;
}


/* ---------------section three--------------------  */
.pageid-6 .content p {
    padding: 0px 200px !important;
}
.sec-three{
	background-color: #19130F !important;
	background-image:url(http://madrice.com/wp-content/uploads/2025/08/Frame-379.png);
	text-align:center;
	position: relative;
}
.sec-three .content {
    max-width:100%;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    display: flex;
    flex-flow: column;
    gap: 50px;
	padding: 150px 0px 150px;
	position:relative;
	z-index:1;
}
section.sec-three:before {
    content: "";
    background-image: url(http://madrice.com/wp-content/uploads/2025/08/Blue-Yellow-Illustrative-Rice-Bowl-Logo-1.png);
    background-size: contain;
    position: absolute;
    left: 0;
    top: 30%;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
}

section.sec-three:after {
    content: "";
    background-image: url(http://madrice.com/wp-content/uploads/2025/08/Blue-Yellow-Illustrative-Rice-Bowl-Logo-2.png);
    background-size: contain;
    position: absolute;
    right: 5%;
    bottom: 100px;
    width: 150px;
    height: 150px;
    background-repeat: no-repeat;
	z-index:1;
}
.backdrop {
    backdrop-filter: blur(31px);
    z-index: 9;
    position: relative;
}
div#weeklyMenu {
    max-width: 100%;
}
.weekly-recipes {
  background: #1c1c1c; /* force background */
    padding: 20px;
    display: flex; 
    gap: 20px;
    justify-content: center;
}

.weekly-recipes .recipe-card {
  flex: 0 0 220px;      /* fixed width for each card */
  scroll-snap-align: start; /* optional: snap each card nicely */
}
.weekly-recipes .recipe-card a, button#refreshWeeklyMenu, .change-recipe, #capture-btn{
	background: linear-gradient(to right, #F37C08, #f37c08a3);
    color: white;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 600;
	border:none !important;
}
.weekly-recipes::-webkit-scrollbar {
  height: 10px;               /* scrollbar thickness */
}

.weekly-recipes::-webkit-scrollbar-track {
  background: #f1f1f1;        /* track color */
  border-radius: 5px;
}

.weekly-recipes::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #F37C08, #f77d06a3); /* gradient thumb */
  border-radius: 5px;
}

.weekly-recipes::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(90deg, #f77d06, #F37C08); /* hover effect */
}
input#form_email_1 {
    max-width: 50%;
    margin: 0 auto !important;
    padding: 14px !important;
    border-radius: 20px !important;
}
input.mailpoet_submit{
	background: linear-gradient(to right, #F37C08, #f37c08a3);
    border: 0px;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    border-radius: 24px;
    padding: 8px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-family: "Poppins", sans-serif;
    margin: 0 auto !important;
	max-width:50% !important;
}
/* Firefox */
.weekly-recipes {
    scrollbar-width: thin;
    scrollbar-color: #f77d06a3 #00000000;
}
button#refreshWeeklyMenu img {
    display: none !important;
}
.recipe-card {
  background: #fff;
  border-radius: 12px;
  padding: 15px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  text-align: center;
  transition: transform 0.2s ease;
}
.recipe-card:hover {
  transform: translateY(-5px);
}
.page-id-6 .recipe-card img {
  border-radius: 10px;
  margin-bottom: 1px;
  width: 100% ;
  height: 100%;
  object-fit: cover;
}
a.recipee:hover {
    color: #f07b08;
}

/* ---------------section four--------------------  */
.last-sec {
    background-color: #19130F !important;
    padding: 150px 20px;
    text-align: center;
    display: flex;
    flex-flow: column;
    gap:20px;
}
.box-content {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}
.img-box{
	border-radius:40px;
	background-color:#ffffff24 !important;
	padding:48px;
	text-align:center;
	min-width: 400px;
}
.last-sec .img-box h3 {
    color: white;
    font-size: 36px;
    font-weight: 600;
    margin-top: -70px;
}
.last-sec .img-box p{
	color:white;
	font-size:30px;
	font-weight:300;
}
.list-para {
	display:flex;
	gap:20px;
	justify-content: center;
}
.last-sec h2{
	color:white;
	font-size:64px;
	font-weight:300;
	text-transform:uppercase;
}
input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    max-width: 1000px;
    border-radius: 10px;
    padding: 20px;
    background-color: #393431;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner{
	background:linear-gradient(to right, #F37C08, #f37c08a3);
    border: 0px;
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    border-radius: 24px;
    padding: 8px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-weight: bold;
	font-family: "Poppins", sans-serif;
	    margin: 0 auto;
}
/*--------------- Footer--------------- */
footer.site-footer {
    text-align: center;
    background-image: url(/wp-content/uploads/2025/08/footer-bg-3.png);
    background-position: center;
    max-width: 100% !important;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-content {
    max-width: 1366px;
    padding: 0px 20px;
}
.footer-logo{
	margin:64px 0px;
}
.footer-content p{
	color:white;
	font-size:24px;
	font-family: "Poppins", sans-serif;
}
.footer-content p span{
	color:#F37C08;
	font-weight:bold;
}
.site-footer .container {
    display: flex;
    justify-content: center;
}
.footer-copywrite{
	font-weight:300;
}
.doted-line {
    width: 100%;
    border: none;
    border-top: 2px dashed #fff;
    margin: 64px 0;
}

/* Recipee card */
	.post-type-archive{
		background-color:#19130F;
	}
/* === Filter Bar Wrapper === */
form#recipe-filter-form {
  display: flex;
  flex-direction: row; /* keep in a row */
  gap: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  background:linear-gradient(180deg, #f77d06, #f5a623, #000000);
  border-radius:50px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  overflow-x: auto; /* scroll if too many */
}

/* === Custom Selects === */
form#recipe-filter-form select {
  appearance: none;       
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 12px 40px 12px 16px;
  border: none;
  border-radius:50px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  background: #fff url("data:image/svg+xml;utf8,<svg fill='%23f77d06' height='20' width='20' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>") no-repeat right 12px center;
  background-size: 14px;
  min-width: 180px;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}
form#recipe-filter-form select:focus,form#recipe-filter-form select:focus-visible{
	border:none;
	outline:none;
}
form#recipe-filter-form select:hover {
  box-shadow: 0 4px 14px rgba(0,0,0,0.15);
  transform: translateY(-2px);
}
/* === Filter Container Wrapper (optional) === */
.recipe-filter {
  margin: 40px auto;
  max-width: 1366px;
  padding: 0 20px;
}

    .recipe-filter form select {
        margin-right: 10px;
        padding: 8px 12px;
        border-radius: 5px;
        border: none;
    }
    .recipe-filter button {
        padding: 8px 16px;
        background: #ff6600;
        color: #fff;
        border: none;
        border-radius: 6px;
        cursor: pointer;
    }

    .recipe-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: flex-start;
		max-width:1366px;
		padding:50px 20px;
		margin:0 auto;
    }

    .recipe-card {
        background: #1c1c1c;
        border-radius: 8px;
        padding: 15px;
        width: 300px;
        color: #fff;
        box-shadow: 0 2px 10px rgba(0,0,0,0.3);
		display: flex;
		flex-flow: column;
		justify-content: space-between;
		    text-align: left;
    }

	.recipe-card h3 {
		font-size: 20px;
		min-height: 100px;
		color: white;
	}
	button.button.change-recipe {
		margin-top: 10px;
		text-align: justify;
		text-align: center;
}
    .recipe-card p {
        margin: 5px 0;
        font-size: 14px;
		display: flex;
   		gap:5px;
		align-items: center;
    }
	.meta-data {
		display: flex;
		justify-content: space-between;
	}
	.recipe-card p img {
		width: 15px;
		height: 15px;
	}
    .pagination {
        text-align: center;
        margin-top: 30px;
        width: 100%;
		display: flex;
		justify-content: center !important;
    }
    .pagination .page-numbers {
        display: inline-block;
        margin: 0 5px;
        padding: 8px 14px;
        background-color: #333;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
    }
    .pagination .page-numbers:hover {
        background-color: #ff6600;
    }



/* Recipee single */

/* ===== GENERAL RECIPE PAGE STYLES ===== */
.image-banner { 
  width: 100%; 
  height: 600px; 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
}
.image-banner.mobile { 
	display: none; 
}
body.single-recipe {
  background-color: #19130F;
  color: #ffffff;
  font-family: 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

/* ===== HERO SECTION ===== */
.recipe-hero {
    display: flex;
    gap: 60px;
    background-color: #19130F;
    max-width: 1466px;
    padding: 50px 100px;
    color: white;
    margin: 0 auto;
	font-family: "Poppins", sans-serif;
}
.details ul.meta {
	margin-top:40px;
    display: flex;
    justify-content: space-between;
}
.recipe-hero .meta li {
    display: flex;
    flex-flow: row;
    text-align: center;
    gap: 10px;
    font-family: "Poppins", sans-serif;
}
span.icons {
    display: flex;
    gap: 10px;
    flex-flow: row;
}
.icons img {
    width: 25px !important;
    height: 25px;
}
.recipe-hero .image {
  flex: 1 1 40%;
  max-width: 500px;
}

.recipe-hero .image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.recipe-hero .details {
  flex: 1 1 55%;
}

.recipe-hero .details h1 {
    font-size: 50px;
    margin-bottom: 5rem;
    color: white;
    font-weight: 600;
    text-align: center;
}

.recipe-hero .meta {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.recipe-hero .ingredients {
  margin-top: 2rem;
}

.recipe-hero .ingredients h3 {
  margin-bottom: 1rem;
  color: white;
}
.description p {
    font-size: 18px;
}
.description {
    margin: 0 auto;
    padding-right: 150px;
}
.description h2 {
    color: #f37c08;
	font-size:40px;
	text-align:left;
}
.description h3 {
    font-size: 22px;
	color: #f37c08;
}
.description li{
	font-size: 18px;
	margin-bottom:10px;
}
.recipe-hero .ingredients ul {
  list-style: none;
  padding-left: 0;
}

.recipe-hero .ingredients li {
  padding: 0.25rem 0;
  border-bottom: 1px solid #333;
}
/* ===== STEPS SECTION ===== */
.recipe-steps {
  padding: 3rem 5%;
  background: #141414;
}

.recipe-steps h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffcc70;
}

.recipe-steps .step {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #333;
}

.recipe-steps .step h4 {
  font-size: 1.5rem;
  color: #ffffff;
}

.recipe-steps .step img {
  margin-top: 1rem;
  max-width: 100%;
  border-radius: 8px;
}

/* ===== NUTRITION ===== */
.nutrition-info {
  padding: 3rem 5%;
  background: #1e1e1e;
  color: #ddd;
}

.nutrition-info h3 {
  color: #ffff;
  margin-bottom: 1rem;
}

/* ===== AUTHOR BOX ===== */
.recipe-author {
	display: flex;
	align-items: center;
	gap: 2rem;
	padding-bottom: 20px;
}
.content {
  display: flex;
  align-items: flex-start; /* keeps both at top */
  gap: 20px;
}

.left-side {
  flex: 0 0 300px; /* sidebar width */
  background-color: #bdbdbd;
  padding: 30px;
  border-radius: 20px;
  color: black;
  position: sticky;
  top: 20px;
  height: fit-content;
}
.author-box {
  margin-top:0px;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.author-box img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.author-box h3 {
  color:white;
  font-size:16px;
  margin:0px;	
}
.author-box p {
 font-size:14px;
}
/* ===== RELATED RECIPES ===== */
.related-recipes {
  padding: 3rem 5%;
  background: #1a1a1a;
}

.related-recipes h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffff;
}

.related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 2rem;
}

.related-item {
  background: #222;
  padding: 1rem;
  border-radius: 8px;
  transition: transform 0.2s;
}

.related-item:hover {
  transform: scale(1.03);
}

.related-item img {
  width: 100%;
  border-radius: 6px;
  max-height: 200px;
  object-fit: cover;	
}

.related-item h4 {
  margin-top: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
}
.single-recipe-desp-box {
    display: flex;
    max-width: 1366px;
    margin: 0 auto;
}
.content {
    max-width: 1466px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
	padding-bottom: 100px;
}
ul.ingredients-list {
    column-count: 1; /* number of columns */
    column-gap: 100px; /* space between columns */
    list-style-type: disc;
    padding-left: 20px;
}

ul.ingredients-list li {
    break-inside: avoid; /* keeps list items from splitting between columns */
    margin-bottom: 5px;
}
.recipe-hero .ingredients li {
    padding: 10px  0;
    border-bottom: 1px solid #333;
    display: flex;
    gap: 50px;
    justify-content: space-between;
}
.ingredients-list span {
    font-weight: 700 !important;
}
ul.nutrition-list {
    column-count: 8;
    padding: 0px;
    column-gap: 10px;
}
ul.nutrition-list li {
    list-style: none;
    display: flex;
    flex-flow: column;
    /* border: 1px solid; */
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    background: linear-gradient(86.57deg, #F37C08 -0.13%, rgba(243, 124, 8, 0.4) 100.14%);
    padding: 20px 10px;
    text-align: center;
}
ul.nutrition-list li span{
	font-weight: 700 !important;
}
h4.weekday {
    text-align: center;
    margin-top: 0px;
}
/* ===== RESPONSIVE ===== */
@media screen and (max-width: 1600px) {
.weekly-recipes {
    flex-wrap: wrap;
}		
}
@media screen and (max-width: 767px) {
section.banner-sec {
    padding: 0px 20px;
}
.left-side {
    position: unset;
    width: 90%;
    margin: 0 auto;
}
.content {
    display: block;
}
.content {
    display: block;
}	
.post-type-archive-recipe .banner-sec {
    height: 400px;
}
.banner-sec p{
	padding: 0px 20px;
}
.recipe-hero .details h1 {
    font-size: 28px;
    text-align: left;
    margin-bottom: 20px;
}	
h1.gradient {
	font-size: 35px;
	max-width:100%
}
h2.gradient {
	font-size: 30px;
}	
p {
	font-size: 16px;
}
.banner-btn {
    flex-flow: column;
}
button.btn-yes, button.btn-no, .weekly-btn {
    font-size:18px;
}
button.btn-no img, .btn-yes img {
    width: 24px;
}	
.sec-two h2 {
    font-size: 30px;
}	
.sec-two {
    padding: 100px 20px 100px;
}
.sec-three .content {
    max-width: 90%;  
    padding: 100px 0px 100px;
}
.last-sec {
    padding: 100px 15px;
}
.box-content {
    display: flex;
    flex-flow: column;
}
.img-box {   
    padding: 10px;
	min-width: auto;
}
.last-sec .img-box h3 {
    font-size: 24px;
    margin-top: -30px;
}
.last-sec .img-box p {
    font-size: 16px;	
}
.img-box img {
    max-width: 40%;
}
.list-para { 
    flex-flow: column;
	gap:0px;
}
.last-sec h2 {
    font-size: 30px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-size: 16px;
}
.footer-content p {
    font-size: 16px;
}
.doted-line {
    margin: 34px 0;
}
.footer-logo img {
    max-width: 100%;
}
.recipe-hero {
    flex-direction: column;
    padding: 2rem;
}
.recipe-steps, .nutrition-info, .recipe-author, .related-recipes {
    padding: 2rem;
}
.recipe-hero .meta {
    flex-direction: column;
    gap: 0.5rem;
}
.recipe-card {
    width: auto;
}	
#recipe-filter-form {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr); /* two equal columns */
    gap: 10px; /* space between selects */
}

#recipe-filter-form select {
    width: 100%; /* make each dropdown fill its grid cell */
    box-sizing: border-box;
}
.single-recipe-desp-box {
    display: block;
    max-width: 1366px;
    margin: 0 auto;
}
.recipe-hero {
    gap: 0px;
}
.recipe-hero .details h1 {
    font-size: 28px;
}		
.recipe-hero .meta li {
    flex-flow: row;
}
.author-box {
    margin-top: 20px;
}
.recipe-author {
    padding: 0px 0px 20px;
}
.description {
    margin: 0 auto;
    padding: 0px 20px;
}
.description ul {
    padding-left: 15px;
}
.side-bar {
    padding: 20px;
}
.image-banner.desktop { 
	display: none; 
}
.image-banner.mobile { 
	display: block; 
	height: 400px; 
}
ul.ingredients-list li {
    font-family: 'Poppins';
}
.description p {
    font-size: 16px;
}	
a.recipee {
    font-size: 20px;
    float: unset;
    padding-right: 0px;
    margin-top: 0px;
    z-index: 2;
}
form#recipe-filter-form {
    gap: 5px;
    padding: 5px 5px;
}	
form#recipe-filter-form select {
    padding: 12px 30px 12px 16px;
    font-size: 14px;
    min-width: 130px;
}	
.weekly-recipes .recipe-card {
    flex: 10 0 340px;

}	
}