.recipe-hub {
    padding: 80px 0 80px;
    background-color: #fcf4ee;
}

.recipe-hub .inner {
    display: flex;
    align-items: flex-start;
    margin: 0 -13px
}

.recipe-hub .inner > div {
    padding: 0 13px;
}

.recipe-hub .inner .filters {
    flex: 0 0 288px;
    position: sticky;
    top: 0;
}

.recipe-hub .inner .filters h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
    color: #000;
}

.recipe-hub .inner .filters #recipe-filters > p {
    display: none;
}

.recipe-hub .inner .filters .clear-filters {
    display: none;
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recipe-hub .inner .filters .clear-filters.active {
    display: block;
}

.recipe-hub .inner .filters .clear-filters-btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    border: 1px solid rgb(165, 59, 66);
    transition: all 0.15s ease;
    color: rgb(165, 59, 66);
    background-color: transparent;
    border-radius: 6px;
    cursor: pointer;
    padding: 5px 10px;
}

.recipe-hub .inner .filters .clear-filters-btn:hover {
    color: #fff;
    background-color: rgb(165, 59, 66)
}

.recipe-hub .inner .filters .clear-filters-btn svg {
    width: 16px;
    height: 16px;
    fill: rgb(165, 59, 66);
    margin-right: 10px;
}

.recipe-hub .inner .filters .accordion-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}

.recipe-hub .inner .filters button {
    width: 100%;
    position: relative;
    text-align: left;
    border: none;
    background-color: transparent;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.recipe-hub .inner .filters button:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    right: 0;
    width: 16px;
    height: 16px;
    transition: rotate 0.3s ease;
    pointer-events: none;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-down h-4 w-4 transition-transform'%3E%3Cpath d='m6 9 6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
}

.recipe-hub .inner .filters .active button:after {
    rotate: 180deg;
}

.recipe-hub .inner .filters .accordion-subitems {
    padding: 8px 0 0;
}

.recipe-hub .inner .filters .accordion-item {
    padding: 0 0 16px;
    margin: 0 0 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.recipe-hub .inner .filters .accordion-item:last-of-type {
    margin-bottom: 0;
}

.recipe-hub .inner .filters .accordion-toggle {
    font-size: 16px;
    font-weight: 700;
}

.recipe-hub .inner .filters .accordion-content ul li {
    margin-bottom: 8px;
}

.recipe-hub .inner .filters .accordion-content ul li:last-of-type {
    margin-bottom: 0;
}


.recipe-hub .inner .results {
    width: 100%;
}

.recipe-hub .recipe-list,
.related-recipes .recipe-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: -13px;
    margin-left: -13px;
}

.recipe-hub .recipe-list .recipe-listing,
.related-recipes .recipe-list .recipe-listing {
    flex-basis: 100%;
    flex: 0 0 33.333333%; max-width: 33.333333%;
    padding: 24px 13px 0;
}

.recipe-hub .recipe-list .num-results {
    flex: 0 0 100%;
    padding: 0 13px;
    font-size: 16px;
    line-height: 24px;
}

.related-recipes .recipe-list .num-results {
    display: none;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner {
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.15s ease;
    height: 100%;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner:hover,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner:hover {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .img,
.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner img,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .img,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner img {
    overflow: hidden;
    height: 192px;
    width: 100%;
    object-fit: cover;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner img,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner img {
    transition: transform 0.15s ease;
    transform: scale(1);
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner:hover img,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner:hover img {
    transform: scale(1.05);
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 16px 12px 12px;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text h3,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats {
    display: flex;
    margin: 0 -8px 5px;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats.split,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats.split {
    justify-content: space-between;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span {
    display: flex;
    align-items: center;
    padding: 0 8px 5px;
    font-size: 14px;
    line-height: 20px;
    color: oklch(0.446 0.03 256.802);
    background-image: none !important;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span:before,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    max-width: 16px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span.total-time:before,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span.total-time:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='oklch(0.446 0.03 256.802)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-clock h-4 w-4'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span.yield:before,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span.yield:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='oklch(0.446 0.03 256.802)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-users h-4 w-4'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span.rating:before,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text .stats span.rating:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%2377b540' stroke='%2377b540' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-star h-4 w-4 fill-%5B%2377b540%5D text-%5B%2377b540%5D'%3E%3Cpath d='M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z'%3E%3C/path%3E%3C/svg%3E");
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text .tags,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text .tags {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -4px;
}

.recipe-hub .recipe-list .recipe-listing .recipe-listing-inner .inner-text .tags li,
.related-recipes .recipe-list .recipe-listing .recipe-listing-inner .inner-text .tags li {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    margin: 0 4px 12px;
    padding: 4px 8px;
    background-color: rgb(69, 88, 69);
    border-radius: 4px;
    color: #fff;
}

.related-recipes {
    margin: 48px 0 0;
}

.related-recipes .stats {
    background-color: transparent !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.related-recipes > h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    color: var(--gcid-primary-color);
}

.recipe-hub .load-more-controls {
    text-align: center;
}

.recipe-hub .btn.load-more {
    display: inline-block;
    background-color: var(--gcid-primary-color);
    color: var(--gcid-uezjnf41nu);
    font-size: var(--gvid-gul5bn2vus);
    margin: 30px 0 0;
    padding-top: var(--gvid-4qmtwj5niy) !important;
    padding-right: var(--gvid-lcl7bu20ns) !important;
    padding-bottom: var(--gvid-4qmtwj5niy) !important;
    padding-left: var(--gvid-lcl7bu20ns) !important;
    border-top-left-radius: var(--gvid-cdiib0lc1h) !important;
    border-top-right-radius: var(--gvid-cdiib0lc1h) !important;
    border-bottom-left-radius: var(--gvid-cdiib0lc1h) !important;
    border-bottom-right-radius: var(--gvid-cdiib0lc1h) !important;
    border-width: 0px !important;
    border-color: #333 !important;
    border-style: solid !important;
}


.recipe-view .recipe-view-inner {
    padding: 32px 0;
}

.recipe-view .recipe-banner {
    width: 100%;
    aspect-ratio: calc(1920/500);
    object-fit: cover;
}

.recipe-view .recipe-view-inner > h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
    color: #000;
}

.recipe-view .rating-number {
    display: flex;
    align-items: center;
}

.recipe-view .rating-number > span {
    margin-left: 10px;
}

.recipe-view .categories {
    display: flex;
    list-style: none;
    margin: 16px -5px 0;
    padding: 0;
}

.recipe-view .categories li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 5px;
    padding: 4px 12px;
    border-radius: 14px;
    color: oklch(0.373 0.034 259.733);
    background-color: oklch(0.967 0.003 264.542);
}

.recipe-view .recipe-view-inner .about {
    font-size: 18px;
    line-height: 30px;
    margin: 24px 0 0;
}

.recipe-view .recipe-view-inner .stats {
    display: flex;
    justify-content: space-around;
    padding: 24px;
    margin: 32px 0 0;
    border-radius: 8px;
    background-color: oklch(0.985 0.002 247.839);
}

.recipe-view .recipe-view-inner .stats .stat {
    text-align: center;
    padding: 0 15px;
}

.recipe-view .recipe-view-inner .stats .stat:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 8px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.recipe-view .recipe-view-inner .stats .stat.prep_time:before,
.recipe-view .recipe-view-inner .stats .stat.cook_time:before,
.recipe-view .recipe-view-inner .stats .stat.total_time:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2377b540' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-clock h-6 w-6 text-%5B%2377b540%5D mb-2'%3E%3Ccircle cx='12' cy='12' r='10'%3E%3C/circle%3E%3Cpolyline points='12 6 12 12 16 14'%3E%3C/polyline%3E%3C/svg%3E");
}

.recipe-view .recipe-view-inner .stats .stat.yield:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2377b540' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-users h-6 w-6 text-%5B%2377b540%5D mb-2'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'%3E%3C/path%3E%3Ccircle cx='9' cy='7' r='4'%3E%3C/circle%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'%3E%3C/path%3E%3Cpath d='M16 3.13a4 4 0 0 1 0 7.75'%3E%3C/path%3E%3C/svg%3E");
}

.recipe-view .recipe-view-inner .stats .stat span {
    font-size: 14px;
    line-height: 20px;
    color: oklch(0.446 0.03 256.802);
    margin: 0;
    padding: 0;
}

.recipe-view .recipe-view-inner .stats .stat p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: oklch(0.21 0.034 264.665);
    margin: 0;
    padding: 0;
}

.print-btn-container {
    text-align: right;
    margin: 32px 0 0;
}

.recipe-view .recipe-view-inner .print-btn {
    display: inline-flex;
    align-items: center;
    padding: 12px 24px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    border-radius: 8px;
    background-color: var(--gcid-primary-color);
    transition: all 0.15s ease;
}

.recipe-view .recipe-view-inner .print-btn:hover {
    background-color: #6ba038;
}

.recipe-view .recipe-view-inner .print-btn:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px 0 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-printer h-5 w-5'%3E%3Cpath d='M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2'%3E%3C/path%3E%3Cpath d='M6 9V3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6'%3E%3C/path%3E%3Crect x='6' y='14' width='12' height='8' rx='1'%3E%3C/rect%3E%3C/svg%3E");
}

.recipe-details {
    display: flex;
    margin: 16px -15px 0;
    align-items: flex-start;
}

.recipe-details > div {
    padding: 16px 15px 0;
}

.recipe-details .ingredients {
    flex: 0 0 44.09%;
    position: sticky;
    top: 0;
}

.recipe-details .instructions {
    flex: 1;
}

.recipe-details > div > h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    color: var(--gcid-primary-color);
    margin: 0 0 24px;
    padding: 0;
}

.recipe-details .ingredients h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 0 0 12px;
    padding: 0;
    color: oklch(0.21 0.034 264.665);
}

.recipe-details .ingredients ul {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.recipe-details .ingredients ul:last-of-type {
    margin-bottom: 0;
}

.recipe-details .ingredients ul li {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: oklch(0.373 0.034 259.733);
    margin: 0 0 12px;
    padding: 0;
}

.recipe-details .ingredients ul li:before {
    content: "";
    display: block;
    flex: 0 0 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 9px 12px 0 0;
    background-color: var(--gcid-primary-color);
}

.recipe-details .ingredients ul li:last-of-type {
    margin-bottom: 0;
}

.recipe-details .instructions > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recipe-details .instructions > ul li {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: oklch(0.373 0.034 259.733);
    margin: 0 0 21px;
    padding: 3px 0 0 0;
}

.recipe-details .instructions > ul li:last-of-type {
    margin-bottom: 0;
}

.recipe-details .instructions > ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: -3px 18px 0 0;
    background-color: var(--gcid-primary-color);
}

.recipe-details .instructions .chefs-tips {
    margin: 48px 0 0;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid oklch(0.962 0.044 156.743);
    background-color: oklch(0.982 0.018 155.826);
}

.recipe-details .instructions .chefs-tips h4 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 0;
    color: var(--gcid-primary-color);
}

.recipe-details .instructions .chefs-tips ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.recipe-details .instructions .chefs-tips ul li {
    display: flex;
    font-size: 16px;
    line-height: 24px;
    color: oklch(0.373 0.034 259.733);
    margin: 0 0 12px;
    padding: 0;
}

.recipe-details .instructions .chefs-tips ul li:before {
    content: "";
    display: block;
    flex: 0 0 20px;
    width: 20px;
    height: 24px;
    margin: 2px 10px 0 0;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg fill='%2377b540' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3C!--!Font Awesome Pro v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2026 Fonticons, Inc.--%3E%3Cpath opacity='.4' d=''/%3E%3Cpath d='M537.4 131.1C544.5 136.3 546.1 146.3 540.9 153.5L260.9 537.5C258.1 541.3 253.9 543.7 249.2 544C244.5 544.3 240 542.7 236.6 539.4L100.6 403.4C94.4 397.2 94.4 387 100.6 380.8C106.8 374.6 117 374.6 123.2 380.8L246 503.6L515 134.7C520.2 127.6 530.2 126 537.4 131.2z'/%3E%3C/svg%3E");
}

.recipe-details .instructions .chefs-tips ul li:last-of-type {
    margin-bottom: 0;
}

.recipe-view-inner .need-help {
    display: block;
    width: 100%;
    margin: 48px 0 0;
    padding: 24px;
    border-radius: 8px;
    background-color: rgb(69, 88, 69);
}

.recipe-view-inner .need-help h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 27px;
    margin: 0;
    padding: 0;
    color: #fff;
}

.recipe-view-inner .need-help p {
    font-size: 16px;
    line-height: 24px;
    margin: 8px 0 0;
    padding: 0;
    color: #fff;
}

.recipe-view-inner .need-help .btn {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 8px;
    background-color: #fff;
    color: rgb(69, 88, 69);
    margin: 16px 0 0;
    padding: 12px 56px 12px 24px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: calc(100% - 24px) center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='rgb(69, 88, 69)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-chevron-right h-5 w-5'%3E%3Cpath d='m9 18 6-6-6-6'%3E%3C/path%3E%3C/svg%3E");
}

.star-rating {
    display: flex;
}

.star-rating li {
    width: 20px;
    height: 20px;
    position: relative;
}

.star-rating li:before,
.star-rating li.active:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%2376b43f' stroke='%2376b43f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-star h-5 w-5 fill-%5B%2377b540%5D text-%5B%2377b540%5D opacity-50'%3E%3Cpath d='M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z'%3E%3C/path%3E%3C/svg%3E");
}

.star-rating li:before {
    opacity: 0.5;
}

.star-rating li.active.half:after {
    clip-path: inset(0 50% 0 0);
}

.recipe-hub .mobile-filter-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    padding: 7px 12px;
    margin: 0 0 32px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.15s ease;
    width: 100%;
}

.recipe-hub .mobile-filter-toggle:hover {
    background-color: var(--gcid-primary-color);
}

.recipe-hub .mobile-filter-toggle:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 0 8px 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-funnel h-4 w-4 mr-2'%3E%3Cpath d='M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z'%3E%3C/path%3E%3C/svg%3E");
}

.recipe-hub .mobile-filter-toggle span {
    display: none;
    width: 20px;
    height: 20px;
    background-color: var(--gcid-primary-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 8px;
}

.recipe-hub .mobile-filter-toggle span.active {
    display: flex;
}

.recipe-list .lwd-pagination-container {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .mobile-filter-overlay {
        opacity: 0;
        pointer-events: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: oklab(0 0 0 / 0.5);
        width: 100dvw;
        height: 100dvh;
        z-index: 9999998;
        transition: opacity 0.3s ease;
    }

    .mobile-filter-overlay.active {
        opacity: 1;
        pointer-events: all;
    }

    .recipe-hub .inner {
        flex-direction: column;
    }

    .recipe-hub .inner .results {
        width: 100%;
    }

    .recipe-hub .inner .filters {
        position: fixed;
        top: 0 !important;
        left: 0;
        height: 100%;
        width: 384px;
        max-width: 84%;
        z-index: 9999999;
        overflow-y: auto;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        padding: 0;
    }

    .recipe-hub .inner .filters.active {
        transform: translateX(0);
    }

    .recipe-hub .inner .filters .custom-box {
        height: 100%;
        border-radius: 0;
    }

    .recipe-hub .mobile-filter-toggle {
        display: flex;
    }

    .recipe-hub .inner .filters h3 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0;
    }

    .recipe-hub .inner .filters #recipe-filters > p {
        display: block;
        padding: 8px 0 24px;
    }

    .recipe-hub .inner .filters h3 span {
        display: block;
        width: 16px;
        height: 16px;
        cursor: pointer;
        opacity: 0.5;
        transition: opacity 0.3s ease;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-x size-4'%3E%3Cpath d='M18 6 6 18'%3E%3C/path%3E%3Cpath d='m6 6 12 12'%3E%3C/path%3E%3C/svg%3E");
    }

    .recipe-hub .inner .filters h3 span:hover {
        opacity: 1;
    }

    .recipe-hub .recipe-list .recipe-listing {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media only screen and (max-width: 767px) {
    .recipe-details {
        flex-wrap: wrap;
    }

    .recipe-details .ingredients,
    .recipe-details .instructions {
        flex: 0 0 100%;
    }

    .recipe-details .ingredients {
        position: relative;
        top: 0 !important;
    }

    .recipe-view .recipe-view-inner .stats {
        flex-wrap: wrap;
        padding-top: 0;

    }

    .recipe-view .recipe-view-inner .stats .stat {
        flex: 0 0 50%;
        padding-top: 24px;
    }

    .recipe-details .instructions {
        padding-top: 64px;
    }

    .related-recipes .recipe-list .recipe-listing {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media only screen and (max-width: 639px) {
    .recipe-hub .recipe-list .recipe-listing {
        flex: 0 0 100%;
        max-width: 100%;
    }
}