.recipe-single__thumbnail img,
.recipe-hero__bg img {
    width: 100%;
    height: auto;
    display: block;
}

.ls-recipe-single .limit-width,
.ls-recipe-archive .limit-width {
    max-width: 100% !important;
}

.ls-recipe-single .margin-auto,
.ls-recipe-archive .margin-auto {
    margin-left: auto;
    margin-right: auto;
}

.recipe-hero,
.ls-recipe-hero,
.ls-recipe-archive__hero,
.ls-recipe-single .section.half-overlay-left,
.ls-recipe-archive .section.half-overlay-left {
    position: relative;
    min-height: 0;
    display: flex;
    align-items: center;
    background: #5c1a1b;
    padding-top: 60px;
    padding-bottom: 60px;
}

.recipe-hero__bg,
.recipe-hero__overlay,
.ls-recipe-single .section-bg,
.ls-recipe-single .section-bg-overlay,
.ls-recipe-archive .section-bg,
.ls-recipe-archive .section-bg-overlay {
    position: absolute;
    inset: 0;
}

.recipe-hero__bg img,
.ls-recipe-archive__hero .section-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 71% 16%;
}

.ls-recipe-archive__hero .section-bg-overlay {
    background: rgba(0, 0, 0, 0.5);
}

.recipe-hero__overlay {
    background: rgba(0, 0, 0, 0.5);
}

.recipe-hero__content,
.ls-recipe-hero__content,
.ls-recipe-archive__hero .section-content {
    position: relative;
    z-index: 2;
    color: #fff;
    width: 100%;
    max-width: none;
}

.recipe-hero__title,
.ls-recipe-archive__hero-title {
    color: inherit;
    margin-bottom: 1rem;
    line-height: 1.05;
}

.recipe-hero__intro,
.ls-recipe-archive__hero-intro {
    max-width: 720px;
    font-size: 1.05rem;
    margin-bottom: 0;
    color: rgb(235, 235, 235);
}

.ls-recipe-archive__hero-intro > * {
    color: rgb(235, 235, 235);
}

.ls-recipe-hero-col-inner {
    padding: 0;
}

.ls-recipe-archive__hero-col > .col-inner {
    padding: 0;
}

.recipe-hero__cta,
.ls-recipe-hero__cta.button,
.ls-recipe-archive__hero-cta.button {
    margin-top: 1rem;
    border-radius: 99px !important;
    padding: 13px 25px 13px 25px !important;
}

.recipe-body,
.ls-recipe-body {
    padding-top: 60px;
    padding-bottom: 60px;
}

.recipe-ingredients {
    position: static;
}

.recipe-ingredients .is-sticky-column {
    position: sticky;
    top: 30px;
}

.recipe-ingredients__inner {
    background: #fbf5ef;
    padding: 40px;
    border-radius: 10px;
}

.ls-recipe-content-col-inner {
    padding: 0;
}

.recipe-stats,
.ls-recipe-stats {
    margin-bottom: 37px;
}

.recipe-stat .text {
    font-size: 1rem;
    color: #c52c49;
}

.recipe-stat .text > * {
    color: #c52c49;
}

.recipe-stat h3 {
    color: #c52c49;
    margin-bottom: 0.2rem;
}

.recipe-stat h3 * {
    color: #c52c49;
}

.recipe-stat p {
    margin-bottom: 0;
}

.recipe-content h2 {
    margin-top: 0;
}

.recipe-ingredients__inner .eyebrow,
.recipe-directions .eyebrow,
.recipe-notes .eyebrow {
    text-transform: capitalize;
    letter-spacing: 0.06em;
    margin-bottom: 0.5rem;
    color: #c52c49;
}

.recipe-ingredients__inner h4 {
    margin-top: 1.4rem;
    margin-bottom: 0.4rem;
}

.recipe-ingredients__inner h4:first-child {
    margin-top: 0;
}

.recipe-directions h3.eyebrow {
    margin-top: 2rem;
}

.recipe-directions h3.eyebrow:first-of-type {
    margin-top: 0;
}

.recipe-directions ol,
.ls-recipe-directions ol {
    margin-bottom: 0;
}

.recipe-notes,
.ls-recipe-notes {
    margin-top: 0;
}

.recipe-notes h3,
.ls-recipe-notes h3 {
    margin-top: 1.6rem;
    margin-bottom: 0.4rem;
}

.recipe-notes h3:first-of-type,
.ls-recipe-notes h3:first-of-type {
    margin-top: 0;
}

.ls-recipe-gap--notes {
    padding-top: 20px;
}

.recipe-badges,
.ls-recipe-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 0;
}

.recipe-badges .recipe-badge,
.ls-recipe-badges .recipe-badge {
    border-radius: 99px !important;
}

.recipe-social-cards,
.ls-recipe-social-cards {
    margin-bottom: 0;
}

.ls-recipe-social-cards > .col > .col-inner,
.recipe-social-card {
    position: relative;
    background: #fbf5ef;
    padding: 40px;
    border-radius: 10px;
    height: 100%;
}

.recipe-social-card__link {
    color: inherit;
    display: block;
    position: absolute;
    inset: 0;
    text-decoration: none;
    z-index: 2;
}

.ls-recipe-social-cards .icon-box {
    position: relative;
    z-index: 3;
}

.ls-recipe-gap--stats {
    padding-top: 37px;
}

.ls-recipe-gap--directions {
    padding-top: 20px;
}

.ls-recipe-gap--badges {
    padding-top: 42px;
}

@media (min-width: 550px) {
    .recipe-hero,
    .ls-recipe-hero,
    .ls-recipe-archive__hero,
    .ls-recipe-single .section.half-overlay-left,
    .ls-recipe-archive .section.half-overlay-left {
        padding-top: 153px;
        padding-bottom: 153px;
    }

    .ls-recipe-hero-col-inner {
        width: 100%;
        padding-left: 80px;
    }

    .recipe-body,
    .ls-recipe-body {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (max-width: 849px) {
    .recipe-ingredients .is-sticky-column {
        position: static;
    }

    .ls-recipe-social-cards > .col > .col-inner {
        margin-bottom: 1rem;
    }
}

@media (min-width: 850px) {
    .recipe-hero,
    .ls-recipe-hero,
    .ls-recipe-archive__hero,
    .ls-recipe-single .section.half-overlay-left,
    .ls-recipe-archive .section.half-overlay-left {
        padding-top: 110px;
        padding-bottom: 110px;
        min-height: 65vh;
    }

    .recipe-body,
    .ls-recipe-body {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .ls-recipe-content-col-inner {
        padding-left: 40px;
    }

    .ls-recipe-hero-col-inner,
    .ls-recipe-archive__hero-col > .col-inner {
        padding-left: 80px;
    }
}

/* -------- Recipe archive body + filter sidebar -------- */
.ls-recipe-archive__body {
    margin-top: 60px; 
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 550px) {
    .ls-recipe-archive__body {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 850px) {
    .ls-recipe-archive__body {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.ls-recipe-archive__filter-col .is-sticky-column {
    position: sticky;
    top: 30px;
}

.ls-recipe-archive__filter-inner {
    background-color: rgb(251, 245, 239);
    padding: 40px;
    border-radius: 10px;
}

.ls-recipe-archive__filter-inner h4 {
    margin-bottom: 1rem;
}

.ls-recipe-archive__search {
    margin-bottom: 1.35rem;
}

.ls-recipe-archive__search-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ls-recipe-archive__search-input {
    flex: 1;
    min-width: 0;
    margin: 0;
    padding: 0.55rem 0.65rem;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    font-size: 0.95rem;
    background: #fff;
}

.ls-recipe-archive__search-submit {
    flex-shrink: 0;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
    width: 2.75rem;
    height: 2.75rem;
    min-width: 2.75rem;
    border-radius: 99px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* Above child theme .button.primary ::before gradient overlay (only span gets position:relative there). */
.ls-recipe-archive__search-submit > .ls-recipe-archive__search-icon-wrap {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ls-recipe-archive__search-icon {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    flex-shrink: 0;
}

.ls-recipe-archive__filter-inner .ux-menu-link {
    margin: 0;
}

.ls-recipe-archive__filter-inner .ux-menu-link .ux-menu-link__link,
.ls-recipe-archive__filter-inner .ux-menu-link .ux-menu-link__text {
    transition: color 0.22s ease-in-out;
}

.ls-recipe-archive__filter-inner .ux-menu-link .ux-menu-link__link {
    padding: 0.35rem 0;
}

.ls-recipe-archive__filter-inner .ux-menu-link.active .ux-menu-link__link,
.ls-recipe-archive__filter-inner .ux-menu-link.active .ux-menu-link__text {
    color: var(--fs-color-primary, #c52c49);
    font-weight: 600;
}

.ls-recipe-archive__filter-inner .ux-menu-link .ux-menu-link__link:hover,
.ls-recipe-archive__filter-inner .ux-menu-link .ux-menu-link__link:hover .ux-menu-link__text {
    color: var(--fs-color-primary, #c52c49);
}

@media (max-width: 849px) {
    .ls-recipe-archive__filter-col .is-sticky-column {
        position: static;
    }

    .ls-recipe-archive__filter-col {
        margin-bottom: 2rem;
    }
}

/* -------- Recipe archive cards -------- */
.ls-recipe-archive__grid {
    /* inherit Flatsome .row behaviour */
}

.ls-recipe-archive__card > .col-inner {
    position: relative;
    padding: 62% 25px 9px 25px;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #fff;
}

@media (min-width: 550px) {
    .ls-recipe-archive__card > .col-inner {
        padding: 30% 30px 14px 30px;
    }
}

@media (min-width: 850px) {
    .ls-recipe-archive__card > .col-inner {
        padding: 70% 40px 24px 40px;
    }
}

.ls-recipe-archive__card-img {
    width: 100%;
}

.ls-recipe-archive__card-img,
.ls-recipe-archive__card-img .img-inner {
    position: absolute;
    inset: 0;
    height: 100%;
}

.ls-recipe-archive__card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ls-recipe-archive__card-text {
    position: relative;
    z-index: 4;
    margin-top: auto;
}

.ls-recipe-archive__card-title {
    color: #fff;
    margin: 0 0 0.25rem;
    line-height: 1.2;
}

.ls-recipe-archive__card-time {
    position: relative;
    z-index: 4;
    margin: 0;
    padding: 0;
    min-height: 0;
    line-height: 1.3;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    background: transparent !important;
    border: none !important;
    color: var(--fs-color-alert, #c52c49);
    font-weight: 600;
    text-transform: none;
}

.ls-recipe-archive__card-time i {
    margin-right: 0.15rem;
}

.ls-recipe-archive__pagination {
    margin-top: 2rem;
}

.ls-recipe-archive__empty {
    padding: 2rem 0;
}

.ls-recipe-archive.is-loading .ls-recipe-archive__content-col > .col-inner {
    opacity: 0.4;
    pointer-events: none;
    transition: opacity 0.15s ease-in-out;
}

