ul{
    padding-left: 15px;
}

.topreceipeGreenBg {
    background-image: url(../images/topgrrenHeader.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: space-evenly;
    padding: 10px 0;
}

.topreceipeGreenBg .media-boxes-drop-down-header {
    font-size: 18px;
    height: 100%;
    line-height: 45px;
    padding: 0 15px !important;
    background-color: transparent;
    color: #ffffff;
    font-family: 'PoppinsRegular';
}
.media-boxes-drop-down-menu > li > a{
    height: auto !important;
        padding: 5px!important;
        line-height: 18px !important;
}

.topreceipeGreenBg .media-boxes-drop-down {
    width: 150px;
    margin: 0;
    border: none;
}
.topreceipeGreenBg .media-boxes-drop-down-header .fa {
    padding: 0 10px;
}
.topreceipeGreenBg .media-boxes-drop-down {
    width: auto;
}
.receipeGrid  .receipeTitle  {
    color: #2B2B2B;
    font-size: 24px;
    font-family: 'PoppinsBold';
    min-height: 90px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
}

.pressroom_cards{
    height: 265px;
}
.madeSugar{
    color: #37B34A;
    font-size: 18px;
       font-family: 'PoppinsBold';
}
.media-boxes-drop-down-header .fa {
    float: right;
    height: 34px;
    line-height: 40px;
}
.sortbyicon p, .clearfilter a{
    color: #fff;
    line-height: 45px;
}
.media-boxes-search input[type=text] {
    background-color: #0E6239;
    color: #ffffff;
    font-size: 18px;
    font-family: 'PoppinsRegular';
    padding: 0 10px !important;
    height: 45px;
}
.media-boxes-search .media-boxes-icon, .media-boxes-search .media-boxes-clear {
    display: inline-block;
    font-size: 13px;
    height: 45px;
    line-height: 38px;
    width: 34px;
    text-align: center;
    background: #0E6239;
    margin-right: -4px;
    color: #ffffff;
}
.media-boxes-search {
    border: none;
}
 #search::placeholder,  #searchmbl::placeholder{
    color: #ffffff;
 }
 .media-box-content{
    padding: 20px 0;
    background: transparent;
 }
  
 .media-boxes-load-more-button{
    margin-bottom: 30px;
 }
 
.mediabtn{
    padding: 10px 15px;
}
.fullpagebgColor {
    background-color: #f9f9f2;
}

.recipe-img {
    width: 100%;
    border-radius: 15px;
}

.topbgGradint {
    background-image: url('../images/dark-green.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* 
.short_description {
    height: 200px;
}
 */

.ingredient-item {
    /* display: flex; */
    display: block;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-left: 20px; 
    cursor: pointer;
    position: relative;
}

.ingredient-item input[type="checkbox"] {
   width: 20px;
    height: 20px;
    accent-color: #22c55e;
    cursor: pointer;
    display: inline-block;
    margin-right: 7px;
        position: absolute;
    left: -30px;
}

/* ⭐ MAGIC: checkbox checked → span text cut */
.ingredient-item input[type="checkbox"]:checked+span {
    text-decoration: line-through;
    color: #999;
    transition: 0.2s;
}

.round-check {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #22c55e;
    /* green border */
    border-radius: 50%;
    /* round like radio */
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
}

/* Green filled circle when checked */
.round-check:checked {
    background-color: #22c55e;
}

/* Inner white dot (radio-like) */
.round-check:checked::after {
    content: "\F26E";
    /* Bootstrap Icon Code */
    font-family: "bootstrap-icons";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    left: -2px;
    color: #fff;
}

.howmake {
    background-image: url('../images/how-to-make-bgimg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5rem 0;
    border: 6px solid #37b34a;
    border-radius: 5rem;
    position: relative;
}
.short_recipeimg{
        position: absolute;
    right: -98px;
    top: 75px;
    max-width: 225px;
}
/* Cut text when checked */
.round-check:checked+span {
    text-decoration: line-through;
    color: #777;
}

.ingredientsheading {
    font-family: 'PoppinsExtraBold';
    font-size: clamp(28px, calc(20px + 1vw), 48px); 
}

.IngredientsProduct {
    font-family: 'PoppinsBold';
    font-size: 24px;
}

.Nutrition_info h3 {
    font-family: 'PoppinsBold';
    font-size: 32px;
}

.Nutrition_info .col {
    font-family: 'PoppinsBold';
    font-size: 18px;
}

.howmake h3 {
    font-family: 'PoppinsBold';
    font-size: 24px;
}

.allsteps h4::after {
    content: '';
    background-color: #37B34A;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    position: absolute;
    left: -39px;
    top: 5px;
}

.greenColor{
    color: #37B34A;
}

.allsteps{
    padding-left: 35px;
}
.allsteps h4{
     font-family: 'PoppinsBold';
     font-size: 24px;
}

.perfecrRecipe ul{
    padding-left: 15px;
}
.perfecrRecipe ul li{
    list-style: disc;
     /* font-family: 'PoppinsBold'; */
     font-size: 18px;
     margin-bottom: 20px;
}


.star-rating {
    direction: rtl;
    display: inline-flex;
    font-size: 35px;
    background-color: #EFEFE8;
    padding: 0 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.star-rating input {
    display: none;             /* hide radio buttons */
}

.star-rating label {
    color: #ccc;               /* default grey star */
    cursor: pointer;
    padding: 0 5px;
    transition: 0.2s;
}

/* Hover effect */
.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #37B34A;
}

/* Selected star */
.star-rating input:checked ~ label {
    color: #37B34A;
}
.star-rating-review h5{
 font-family: 'PoppinsBold';
 font-size: 24px;
}
.aboutrecipe ul li{
    list-style: disc;
}
.cal-pro{
     font-family: 'PoppinsBold';
     font-size: 18px;
}

/* Outer visible container */
.filters-container {
  position: relative;
  overflow: visible;
}
.greenbuysection ul li{
    list-style: disc;
}

.media-boxes-drop-down-menu {
    width: fit-content;
}

@media(max-width:767px) {
 
    .short_recipeimg {
        right: auto;
        top: -100px;
        max-width: 186px;
        left: 0;
    }
    .howmake{
        border: 0;
        padding: 5rem 0 0;
    }
    .h-scroll {
        width: 100%;
        background: #F5F5F5;
        overflow-x: scroll;
        margin-bottom: 25px;
        display: flex;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .pressromms {
        padding: 4rem 0;
    }
    /* .short_description {
        height: 250px;
    } */

}
@media(max-width:1180px) {
    .media-boxes-container{
    z-index: 1;
}
 
/* Track (no overflow) */
.filterarrows{
        margin: 0 auto; 
        position: absolute;
        bottom: -33px;
        left: 0;
        display: flex;
        right: 0;
        justify-content: center;
}
    .receipe-scroll {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
    transition: transform 0.3s ease;
    will-change: inherit;
        /* padding-bottom: 10px;  */
                position: relative;
        z-index: 99;
    }

/* Items */
.receipe-scroll > div {
  flex: 0 0 auto;
  white-space: nowrap;
}

/* Optional arrows */
.filter-arrow {
        padding: 3px 10px;
        cursor: pointer;
        text-align: center;
        color: #000;
        border-radius: 50px;
        border: 1px solid #000;
        font-size: 13px;
        margin: 0 11px; 
}

.filter-arrow.left { left: 5px; }
.filter-arrow.right { right: 5px; }
}
  @media(min-width:992px){
        .topreceipeGreenBg .media-boxes-drop-down-header {
            font-size: 14px;
            padding: 0 1px !important;
        }
        .sortbyicon p, .clearfilter a, .media-boxes-search input[type=text]{
             font-size: 14px;
        }
 }
  @media(min-width:1200px){

 }

   @media(min-width:1400px){

 }
   @media(min-width:1600px){
        .topreceipeGreenBg .media-boxes-drop-down-header {
            font-size: 18px;
            padding: 0 15px !important;
        }
          .sortbyicon p, .clearfilter a, .media-boxes-search input[type=text]{
             font-size: 18px;
        }
 }

    @media(min-width:1900px){

 }