/* Recipe page styles moved from the global stylesheet. */
body.page-recipe-auth-theme [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

/* Recipe Snapshot */
.recipe-snapshot-shell {
    background:
        radial-gradient(circle at 5% 0%, rgba(var(--yump-gold-rgb), 0.12), transparent 35%),
        radial-gradient(circle at 95% 100%, rgba(35, 88, 0, 0.1), transparent 40%),
        linear-gradient(145deg, #ffffff 0%, #fbf8f4 100%);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.15);
    border-radius: 26px;
    padding: clamp(1.5rem, 2vw + 1rem, 3rem);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.06);
}

body.page-recipe-auth-theme .recipe-snapshot-shell {
    background:
        radial-gradient(circle at 5% 0%, rgba(var(--yump-gold-rgb), 0.14), transparent 34%),
        radial-gradient(circle at 95% 100%, rgba(var(--yump-gold-rgb), 0.08), transparent 38%),
        linear-gradient(180deg, rgba(31, 24, 21, 0.96), rgba(21, 17, 14, 0.96));
    border-color: var(--auth-card-border);
    box-shadow: var(--auth-shadow);
}

.snapshot-intro-card {
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    border-radius: 18px;
    padding: 1.5rem;
    height: 100%;
    backdrop-filter: blur(4px);
}

body.page-recipe-auth-theme .snapshot-intro-card,
body.page-recipe-auth-theme .snapshot-macro-item,
body.page-recipe-auth-theme .snapshot-suitability-item {
    background: rgba(255, 255, 255, 0.04);
    border-color: var(--auth-input-border);
    backdrop-filter: blur(10px);
}

.snapshot-kicker {
    display: inline-block;
    font-family: var(--yump-mono-font);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--yump-gold);
    margin-bottom: 0.85rem;
}

.snapshot-title {
    font-size: clamp(1.8rem, 2vw + 1rem, 2.4rem);
    margin-bottom: 1rem;
    font-weight: 500;
}

.snapshot-copy {
    font-style: normal;
    font-weight: 100;
    margin-bottom: 1.5rem;
}

body.page-recipe-auth-theme .snapshot-copy,
body.page-recipe-auth-theme .snapshot-serving-note,
body.page-recipe-auth-theme .snapshot-suitability-label {
    color: var(--auth-copy);
}

.snapshot-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.snapshot-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 18px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.58);
    background: rgba(255, 255, 255, 0.04);
    color: #b89654;
    padding: 0.45rem 0.9rem;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    transition: background 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

body.page-recipe-auth-theme .snapshot-pill {
    border-color: rgba(var(--yump-gold-rgb), 0.58);
    background: rgba(255, 255, 255, 0.04);
    color: #b89654;
}

.snapshot-pill:hover,
.snapshot-pill:focus-visible,
body.page-recipe-auth-theme .snapshot-pill:hover {
    background: var(--yump-gold);
    border-color: var(--yump-gold);
    color: #120f0d;
    box-shadow: 0 10px 22px rgba(var(--yump-gold-rgb), 0.18);
    transform: translateY(-1px);
}

body.page-recipe-auth-theme .dietary-badge {
    border-color: rgba(var(--yump-gold-rgb), 0.58);
    background: rgba(255, 255, 255, 0.04);
    color: #b89654;
}

body.page-recipe-auth-theme .dietary-badge:hover,
body.page-recipe-auth-theme .dietary-badge:focus-visible {
    border-color: var(--yump-gold);
    background: var(--yump-gold);
    color: #120f0d;
    box-shadow: 0 10px 22px rgba(var(--yump-gold-rgb), 0.18);
}

.snapshot-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
    margin-bottom: 0.9rem;
}

.snapshot-stat {
    background: linear-gradient(170deg, #c07a65 0%, #a66350 100%);
    color: var(--white);
    border-radius: 16px;
    padding: 0.8rem 0.9rem;
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: 0.65rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

body.page-recipe-auth-theme .snapshot-stat {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
        linear-gradient(135deg, rgba(var(--yump-gold-rgb), 0.26), rgba(var(--yump-gold-rgb), 0.14));
    border: 1px solid rgba(var(--yump-gold-rgb), 0.26);
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.snapshot-stat:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 25px rgba(var(--yump-gold-rgb), 0.3);
}

body.page-recipe-auth-theme .snapshot-stat:hover {
    box-shadow: 0 20px 36px rgba(0, 0, 0, 0.3);
}

.snapshot-stat-media {
    flex: 0 0 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
}

.snapshot-stat i {
    font-size: 1.45rem;
    line-height: 1;
}

.snapshot-stat-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}

.snapshot-stat h5 {
    text-transform: uppercase;
    letter-spacing: 0.03em;
    font-size: 0.88rem;
    font-weight: 200;
    margin-bottom: 0.14rem;
    opacity: 0.92;
    text-align: left;
}

.snapshot-stat p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: var(--yump-copy-size);
    text-align: left;
}

.snapshot-macros-row {
    margin-top: 0.8rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}

.snapshot-suitability-row {
    margin-top: 0.8rem;
    margin-bottom: 0.2rem;
    --suit-gap: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: var(--suit-gap);
}

.snapshot-suitability-title {
    margin-top: 1.15rem;
    margin-bottom: 0.75rem;
    color: var(--yump-gold);
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.8rem;
    font-weight: 400;
    text-align: center;
}

body.page-recipe-auth-theme .snapshot-suitability-title,
body.page-recipe-auth-theme .snapshot-macro-label {
    color: var(--yump-gold);
}

.snapshot-suitability-separator {
    height: 1px;
    width: 100%;
    background: rgba(var(--yump-gold-rgb), 0.55);
    margin-top: 1.2rem;
    margin-bottom: 0.25rem;
}

body.page-recipe-auth-theme .snapshot-suitability-separator {
    background: rgba(var(--yump-gold-rgb), 0.36);
}

.snapshot-suitability-item {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.22);
    border-radius: 14px;
    padding: 0.5rem 0.35rem 0.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 96px;
    flex: 0 1 calc((100% - (var(--suit-gap) * 5)) / 6);
    max-width: calc((100% - (var(--suit-gap) * 5)) / 6);
}

.snapshot-suitability-icon {
    color: var(--yump-gold);
    line-height: 1;
    margin-bottom: 0.35rem;
}

body.page-recipe-auth-theme .snapshot-suitability-icon {
    color: var(--yump-gold);
}

.snapshot-suitability-icon svg,
.snapshot-suitability-icon i {
    width: 34px;
    height: 34px;
    display: block;
}

.snapshot-suitability-label {
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--text-main);
    word-break: break-word;
}

@media (max-width: 1199.98px) {
    .snapshot-suitability-row {
        --suit-gap: 0.28rem;
        gap: var(--suit-gap);
    }

    .snapshot-suitability-item,
    body.page-recipe-auth-theme .snapshot-suitability-item {
        min-height: 58px;
        padding: 0.18rem 0.12rem;
        flex: 0 1 calc((100% - (var(--suit-gap) * 5)) / 6);
        max-width: calc((100% - (var(--suit-gap) * 5)) / 6);
    }

    .snapshot-suitability-icon {
        margin-bottom: 0;
    }

    .snapshot-suitability-icon svg,
    .snapshot-suitability-icon i {
        width: 42px;
        height: 42px;
    }

    .snapshot-suitability-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

.snapshot-suitability-item.is-alert {
    border-color: rgba(167, 24, 24, 0.42);
    background: rgba(255, 236, 236, 0.78);
}

.snapshot-suitability-item.is-alert .snapshot-suitability-icon,
.snapshot-suitability-item.is-alert .snapshot-suitability-label {
    color: #a71818;
}

.snapshot-suitability-item.is-alert .snapshot-suitability-label {
    font-weight: 400;
}

.snapshot-suitability-empty {
    grid-column: 1 / -1;
    text-align: center;
    font-size: 0.82rem;
    color: var(--text-muted);
}

.snapshot-macro-item {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    border-radius: 12px;
    padding: 0.5rem 0.65rem;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.5rem;
}

.snapshot-macro-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--yump-gold);
}

.snapshot-macro-value {
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text-main);
}

body.page-recipe-auth-theme .snapshot-macro-value {
    color: #fff7f2;
}

.snapshot-dietary-row {
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    padding-top: 0.9rem;
    margin-top: 0.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

body.page-recipe-auth-theme .snapshot-dietary-row {
    border-top-color: rgba(var(--yump-gold-rgb), 0.2);
}

.snapshot-intro-card .snapshot-dietary-row {
    align-items: flex-start;
}

.snapshot-serving-note {
    font-size: 0.72rem;
    line-height: 1.35;
    color: var(--text-muted);
    margin-bottom: 0.4rem !important;
}

@media (max-width: 991.98px) {
    .snapshot-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}

@media (max-width: 767.98px) {
    .recipe-snapshot-shell {
        border-radius: 20px;
        padding: 1.2rem;
    }

    .snapshot-grid {
        grid-template-columns: 1fr;
    }

    .snapshot-stat {
        min-height: auto;
        padding: 0.85rem 0.95rem;
    }

    .snapshot-stat h5 {
        font-size: 0.82rem;
    }

    .snapshot-stat p {
        font-size: 0.92rem;
    }

    .snapshot-stat i {
        font-size: 1.2rem;
    }

    .snapshot-stat-media {
        flex-basis: 30px;
        width: 30px;
    }

    .snapshot-macros-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .snapshot-suitability-row {
        justify-content: center;
    }

    .snapshot-suitability-item {
        flex-basis: calc((100% - (var(--suit-gap) * 5)) / 6);
        max-width: calc((100% - (var(--suit-gap) * 5)) / 6);
    }
}

@media (max-width: 575.98px) {
    .snapshot-macros-row {
        grid-template-columns: 1fr;
    }

    .snapshot-suitability-item,
    body.page-recipe-auth-theme .snapshot-suitability-item {
        min-height: 48px;
        flex-basis: calc((100% - (var(--suit-gap) * 5)) / 6);
        max-width: calc((100% - (var(--suit-gap) * 5)) / 6);
    }

    .snapshot-suitability-icon svg,
    .snapshot-suitability-icon i {
        width: 38px;
        height: 38px;
    }
}

/* History and Future Modules */
.recipe-story-section {
    background:
        linear-gradient(180deg, #f5f2ee 0%, #f3ece4 46%, #f5f2ee 100%);
}

body.page-recipe-auth-theme .recipe-story-section {
    background: transparent;
}

.history-media {
    border-radius: 0;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    display: block;
    width: 100%;
}

body.page-recipe-auth-theme .history-media {
    border-color: rgba(var(--yump-gold-rgb), 0.26);
}

.history-copy-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 0;
    padding: clamp(1.2rem, 1.2vw + 0.9rem, 2rem);
}

.history-copy-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: calc(50% - 50vw);
    bottom: 0;
    left: calc(50% - 50vw);
    background: rgba(255, 255, 255, 0.82);
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
    z-index: -1;
}

body.page-recipe-auth-theme .history-copy-card::before {
    background:
        linear-gradient(180deg, rgba(31, 24, 21, 0.9), rgba(21, 17, 14, 0.92));
    border-top-color: var(--auth-card-border);
    border-bottom-color: var(--auth-card-border);
    box-shadow: var(--auth-shadow);
}

.history-copy {
    line-height: 1.7;
    font-size: var(--yump-copy-size);
}

.history-media-fullbleed {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.history-image-label {
    position: absolute;
    left: 1.6rem;
    top: 1.6rem;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
    z-index: 6;
}

.history-copy-card-flat {
    border-radius: 0;
}

.history-copy-columns {
    column-count: 2;
    column-gap: 2rem;
}

.history-copy-columns p {
    break-inside: avoid-column;
    page-break-inside: avoid;
    margin: 0 0 1.05rem;
}

.history-copy-columns p:last-child {
    margin-bottom: 0;
}

.history-copy-endmark {
    white-space: nowrap;
}

.history-hero-wrap {
    position: relative;
}

.history-hero-image {
    border-radius: 18px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
}

.history-hero-caption {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    background: rgba(0, 0, 0, 0.5);
    color: var(--white);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 0.5rem 0.75rem;
    border-radius: 999px;
}

.future-module-card {
    background: #ffffff;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.05);
    padding: 1.4rem;
}

body.page-recipe-auth-theme .future-module-card {
    background:
        linear-gradient(180deg, rgba(31, 24, 21, 0.92), rgba(21, 17, 14, 0.95));
    border-color: var(--auth-card-border);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.history-side-stack {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.future-module-label {
    display: inline-block;
    font-family: var(--yump-mono-font);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--yump-gold);
    margin-bottom: 0.85rem;
}

.future-module-card h3 {
    font-size: 1.45rem;
    margin-bottom: 0.7rem;
}

.history-copy-card .text-muted,
.future-module-card .text-muted {
    font-size: var(--yump-copy-size);
    line-height: 1.7;
}

.future-module-line {
    width: 100%;
    height: 1px;
    background: rgba(var(--yump-gold-rgb), 0.2);
    margin: 0.9rem 0;
}

@media (max-width: 767.98px) {
    .history-copy,
    .history-copy-card .text-muted,
    .future-module-card .text-muted {
        font-size: 0.96rem;
    }

    .history-copy-columns {
        column-count: 1;
        column-gap: 0;
    }
}

.recipe-export-links {
    padding: 2rem 0;
}

.recipe-export-links__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    padding: 1.1rem 0;
}

.recipe-export-links h2 {
    margin: 0 0 0.35rem;
    font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.recipe-export-links p {
    margin: 0;
    color: var(--text-muted);
}

.recipe-export-links__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.recipe-export-links__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 5.5rem;
    min-height: 2.55rem;
    padding: 0.58rem 1rem;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.56);
    border-radius: 6px;
    background: var(--yump-gold);
    color: #120f0d;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.recipe-export-links__button:hover,
.recipe-export-links__button:focus {
    background: var(--yump-gold);
    color: #120f0d;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .recipe-export-links__inner {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Consolidated recipe page stylesheet. Source: former recipe-page include styles. */

/* === includes\_content\hero\hero2\css\hero2.css === */
.hero2 {
    --hero2-love-bottom: calc(clamp(2.75rem, 8vh, 5rem) + 30px);
    --hero2-love-label-space: 1.28rem;
    --hero2-love-gap: 0.35rem;
    --hero2-control-size: clamp(2.35rem, 4vw, 3rem);
    --hero2-heart-size: clamp(3.4rem, 6vw, 4.8rem);
    --hero2-heart-half: clamp(1.7rem, 3vw, 2.4rem);
    --hero2-control-gap: 1rem;
    --hero2-control-center-offset: 0.52rem;
    position: relative;
    height: 100vh;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@supports (width: 100dvw) {
    .hero2 {
        width: 100dvw;
        max-width: 100dvw;
        margin-left: calc(50% - 50dvw);
        margin-right: calc(50% - 50dvw);
    }
}

@supports (height: 100dvh) {
    .hero2 {
        height: 100dvh;
        min-height: 100dvh;
    }
}

.site-global-nav-offset ~ .hero2 {
    margin-top: calc(var(--site-nav-bar-height, 56px) * -1);
}

.kb-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.hero2-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.hero2-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero2-video-controls {
    position: absolute;
    inset: 0;
    display: block;
    opacity: 1;
    pointer-events: none;
    z-index: 8;
}

.video-controls-visible .hero2-video-controls,
.hero2-video-wrap:hover .hero2-video-controls,
.hero2-video-controls:focus-within {
    opacity: 1;
    pointer-events: none;
}

.hero2-control {
    position: absolute;
    bottom: calc(var(--hero2-love-bottom) + var(--hero2-love-label-space) + var(--hero2-control-center-offset));
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    width: var(--hero2-control-size);
    height: var(--hero2-control-size);
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-transform: uppercase;
    font-size: clamp(1.05rem, 1.6vw, 1.3rem);
    cursor: pointer;
    pointer-events: auto;
    overflow: visible;
    z-index: 7;
}

.hero2-control::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0;
}

.hero2-control i {
    pointer-events: none;
    position: relative;
    z-index: 1;
}

.hero2-control[data-video-toggle-play] {
    left: calc(50% - var(--hero2-heart-half) - var(--hero2-control-gap) - var(--hero2-control-size));
}

.hero2-control[data-video-toggle-mute] {
    left: calc(50% + var(--hero2-heart-half) + var(--hero2-control-gap));
}

.hero2-control:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.kb-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.kb-slide:nth-child(1) {
    animation: kenburns 18s linear infinite;
    animation-delay: 0s;
}

.kb-slide:nth-child(2) {
    animation: kenburns-out 18s linear infinite;
    animation-delay: 6s;
}

.kb-slide:nth-child(3) {
    animation: kenburns 18s linear infinite;
    animation-delay: 12s;
}

@keyframes kenburns {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    38% {
        opacity: 1;
        transform: scale(1.1);
    }
}

@keyframes kenburns-out {
    0% {
        opacity: 1;
        transform: scale(1.1);
    }

    38% {
        opacity: 1;
        transform: scale(1);
    }
}

.hero2-content {
    position: relative;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    padding: 3rem;
    padding-top: clamp(5.75rem, 12vh, 8rem);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    box-sizing: border-box;
    pointer-events: none;
}

.hero2-rating {
    position: relative;
    z-index: 8;
    pointer-events: auto;
}

body.page-recipe-auth-theme .hero2-content {
    background: linear-gradient(180deg, rgba(10, 8, 7, 0.26) 0%, rgba(10, 8, 7, 0.48) 100%);
}

.hero2-content h1 {
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.hero2-love {
    position: absolute;
    left: 50%;
    bottom: var(--hero2-love-bottom);
    z-index: 6;
    display: grid;
    justify-items: center;
    gap: 0.35rem;
    transform: translateX(-50%);
    color: rgba(255, 247, 242, 0.78);
    font-family: 'Merriweather', serif;
    font-size: 0.76rem;
    line-height: 1.2;
    text-align: center;
    pointer-events: none;
}

.hero2-love-btn {
    width: var(--hero2-heart-size);
    height: var(--hero2-heart-size);
    border: 1px solid rgba(255, 247, 242, 0.28);
    border-radius: 999px;
    background: rgba(12, 9, 7, 0.54);
    color: #fff7f2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(8px);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
    pointer-events: auto;
}

.hero2-love-btn i {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    line-height: 1;
}

.hero2-love-btn:hover,
.hero2-love-btn:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(var(--yump-gold-rgb), 0.52);
    background: rgba(var(--yump-gold-rgb), 0.2);
    outline: none;
}

.hero2-love-btn.is-liked {
    color: var(--yump-like-active, #d73333);
}

body.page-recipe-auth-theme .hero2-content h1,
body.page-recipe-auth-theme .hero2-content h3,
body.page-recipe-auth-theme .hero2-content .h4 {
    color: #fff9f6;
}

body.page-recipe-auth-theme .hero2-control {
    background: rgba(16, 14, 12, 0.46);
    border-color: rgba(255, 255, 255, 0.18);
}

body.page-recipe-auth-theme .hero2-control:hover,
body.page-recipe-auth-theme .hero2-control:focus-visible {
    background: rgba(var(--yump-gold-rgb), 0.22);
    border-color: rgba(255, 255, 255, 0.24);
}

body.page-recipe-auth-theme .btn-terracotta {
    background: var(--yump-gold);
    border-color: var(--yump-gold);
    color: #120f0d;
}

body.page-recipe-auth-theme .btn-terracotta:hover,
body.page-recipe-auth-theme .btn-terracotta:focus-visible {
    background: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 0.88);
    color: #120f0d;
}



@media (max-width: 768px) {
    .hero2 {
        --hero2-control-size: 3.25rem;
        --hero2-control-gap: 0.75rem;
        --hero2-heart-size: 3.7rem;
        --hero2-heart-half: 1.85rem;
        --hero2-control-center-offset: 0.22rem;
        --hero2-love-bottom: calc(env(safe-area-inset-bottom, 0px) + 5.25rem);
    }

    .hero2-video-controls {
        display: contents;
    }

    .hero2-control {
        width: var(--hero2-control-size);
        height: var(--hero2-control-size);
        font-size: 1.35rem;
    }

    .hero2-content {
        padding: clamp(4.25rem, 10vh, 5.5rem) 1.25rem 2rem;
    }

}

@media (min-width: 769px) and (max-width: 1180px) {
    .hero2 {
        --hero2-love-bottom: calc(env(safe-area-inset-bottom, 0px) + 4.75rem);
        --hero2-control-size: 3.45rem;
        --hero2-heart-size: 3.95rem;
        --hero2-heart-half: 1.98rem;
        --hero2-control-gap: 0.85rem;
        --hero2-control-center-offset: 0.25rem;
        height: 100svh;
        min-height: 100svh;
    }

    .hero2-content {
        padding-top: clamp(4.6rem, 8vh, 6rem);
    }

    .hero2-love {
        font-size: 0.72rem;
    }

    .hero2-control {
        width: var(--hero2-control-size);
        height: var(--hero2-control-size);
        font-size: 1.45rem;
    }
}

@media (max-width: 768px) {
    .hero2 {
        height: 100svh;
        min-height: 100svh;
    }
}

@media (max-width: 1180px) {
    .hero2-love {
        bottom: var(--hero2-love-bottom);
        z-index: 12;
    }
}


@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

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

/* === includes\_content\ingredients\css\ingredients.css === */
/* Section Heading */
.section-heading-wrap {
    max-width: 760px;
}

.section-kicker {
    display: inline-block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--yump-gold);
    margin-bottom: 0.8rem;
}

body.page-recipe-auth-theme .section-kicker {
    color: var(--yump-gold);
}

.section-subtext {
    max-width: 640px;
}

/* Timeline Styles */
.timeline-container {
    padding: 20px 40px;
}

.timeline-track {
    position: relative;
    height: 4px;
    background: var(--stone-medium);
    border-radius: 2px;
}

.timeline-progress {
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--yump-gold);
    border-radius: 2px;
    transition: width 0.4s ease;
}

.timeline-dot {
    position: absolute;
    top: 50%;
    width: 28px;
    height: 28px;
    background: var(--white);
    border: 2px solid var(--stone-medium);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--text-muted);
}

.timeline-dot.active {
    border-color: var(--yump-gold);
    background: var(--yump-gold);
    color: #120f0d;
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 10px rgba(var(--yump-gold-rgb), 0.3);
}

.timeline-dot:hover {
    border-color: var(--yump-gold);
    color: var(--yump-gold);
}

.step-badge {
    display: inline-block;
    padding: 4px 12px;
    background: var(--yump-gold);
    color: #120f0d;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 1px;
}

/* Recipe Panels */
.recipe-panel {
    background: #ffffff;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.05);
    padding: clamp(1.2rem, 1vw + 1rem, 1.8rem);
}

body.page-recipe-auth-theme .recipe-panel {
    background: linear-gradient(180deg, rgba(31, 24, 21, 0.92), rgba(21, 17, 14, 0.95));
    border-color: var(--auth-card-border);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.ingredients-instructions-shell {
    background:
        radial-gradient(circle at 8% 8%, rgba(var(--yump-gold-rgb), 0.1), transparent 36%),
        linear-gradient(180deg, #fffdfa 0%, #f8f3ed 100%);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    border-radius: 18px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
    padding: clamp(0.7rem, 1vw + 0.5rem, 1.15rem);
}

body.page-recipe-auth-theme .ingredients-instructions-shell {
    background:
        radial-gradient(circle at 8% 8%, rgba(var(--yump-gold-rgb), 0.14), transparent 36%),
        linear-gradient(180deg, rgba(31, 24, 21, 0.96) 0%, rgba(21, 17, 14, 0.96) 100%);
    border-color: var(--auth-card-border);
    box-shadow: var(--auth-shadow);
}

.ingredients-instructions-shell .recipe-panel {
    background: transparent;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    padding: clamp(0.55rem, 0.8vw + 0.5rem, 0.95rem);
}

.ingredients-panel-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.ingredient-checklist-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    flex: 0 0 auto;
    max-width: 100%;
    width: fit-content;
    margin: 0.55rem 0 1rem;
    white-space: normal;
}

.ingredients-instructions-grid {
    position: relative;
}

@media (min-width: 992px) {
    .ingredients-instructions-grid .instructions-pane {
        position: relative;
    }

    .ingredients-instructions-grid .instructions-pane::before {
        content: "";
        position: absolute;
        left: calc((var(--bs-gutter-x, 1.5rem) * -0.5) + 1px);
        top: 0.35rem;
        bottom: 0.35rem;
        width: 1px;
        background: linear-gradient(
            180deg,
            rgba(var(--yump-gold-rgb), 0) 0%,
            rgba(var(--yump-gold-rgb), 0.75) 12%,
            rgba(var(--yump-gold-rgb), 0.75) 88%,
            rgba(var(--yump-gold-rgb), 0) 100%
        );
        pointer-events: none;
    }
}

body.page-recipe-auth-theme .ingredients-instructions-grid .instructions-pane::before {
    background: linear-gradient(
        180deg,
        rgba(var(--yump-gold-rgb), 0) 0%,
        rgba(var(--yump-gold-rgb), 0.34) 12%,
        rgba(var(--yump-gold-rgb), 0.34) 88%,
        rgba(var(--yump-gold-rgb), 0) 100%
    );
}

.cooking-progress-box {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background-color: transparent;
    min-height: 680px;
    height: 680px;
    width: 100%;
}

.cooking-progress-box::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background-image: var(--cooking-step-background-image, none);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.45s ease-in-out;
    pointer-events: none;
}

.cooking-progress-box.is-image-ready::before {
    opacity: 1;
}

.cooking-progress-meta-row {
    justify-content: flex-start;
}

.cooking-progress-meta-row .creator-spotlight-card {
    padding: clamp(1rem, 0.7vw + 0.7rem, 1.25rem);
}

.cooking-progress-meta-row .creator-photo {
    max-width: min(150px, 78%);
}

.cooking-progress-meta-row .creator-identity {
    width: 100%;
    text-align: center;
}

.cooking-progress-meta-row .creator-bio,
.cooking-progress-meta-row .creator-other-recipes {
    font-size: var(--yump-copy-size);
    line-height: 1.58;
}

.cooking-progress-meta-row .creator-spotlight-actions {
    gap: 0.45rem;
}

.cooking-progress-meta-row .creator-spotlight-actions .btn {
    width: auto;
}

@media (min-width: 992px) {
    .cooking-progress-meta-row .creator-spotlight-card {
        display: grid;
        grid-template-columns: minmax(150px, 0.42fr) 1fr;
        grid-template-rows: auto auto auto auto 1fr auto;
        column-gap: clamp(1.2rem, 2vw, 2rem);
        align-items: start;
    }

    .cooking-progress-meta-row .creator-spotlight-card.is-compact {
        display: flex;
        align-items: center;
        min-height: 0;
        height: auto;
    }

    .cooking-progress-meta-row .creator-spotlight-label {
        text-align: left;
    }

    .cooking-progress-meta-row .creator-spotlight-card.is-compact .creator-spotlight-head {
        margin-bottom: 1rem;
    }

    .cooking-progress-meta-row .creator-spotlight-card.is-compact .creator-identity,
    .cooking-progress-meta-row .creator-spotlight-card.is-compact .creator-links {
        text-align: center;
    }

    .cooking-progress-meta-row .creator-spotlight-head {
        grid-column: 1 / -1;
    }

    .cooking-progress-meta-row .creator-identity {
        grid-column: 1;
        grid-row: 2;
        align-self: start;
    }

    .cooking-progress-meta-row .creator-spotlight-card .creator-bio {
        grid-column: 2;
        grid-row: 2;
        border-left: 1px solid rgba(var(--yump-gold-rgb), 0.22);
        padding-left: clamp(1rem, 1.6vw, 1.4rem);
    }

    .cooking-progress-meta-row .creator-identity .creator-name {
        grid-column: auto;
    }

    .cooking-progress-meta-row .creator-spotlight-actions,
    .cooking-progress-meta-row .creator-other-recipes,
    .cooking-progress-meta-row .creator-links,
    .cooking-progress-meta-row .future-module-line {
        grid-column: 1 / -1;
    }

    .cooking-progress-meta-row .future-module-line {
        width: 100%;
    }

    .cooking-progress-meta-row .creator-links {
        grid-row: 3;
        margin-top: 0.85rem;
        margin-bottom: -0.25rem;
    }
}

.cooking-progress-inner {
    position: relative;
    z-index: 1;
}

.cooking-progress-title {
    width: fit-content;
    max-width: min(100%, 44rem);
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1.4rem;
    background: rgba(15, 15, 15, 0.4);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    border-radius: 0;
    box-shadow: 0 10px 24px rgba(62, 39, 30, 0.12);
    text-shadow: black 1px 1px 1px;
    color: white;
}

.cooking-progress-title-prefix,
.cooking-progress-title-name {
    display: block;
}

.cooking-progress-title-name {
    margin-top: 0.15rem;
}

.cooking-progress-text-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 1.6rem 2rem 1.8rem;
    background: rgba(10, 10, 10, 0.68);
    color: #ffffff;
    text-align: center;
}

.cooking-progress-text-box #current-step-text {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
    font-size: var(--yump-copy-size);
    line-height: 1.65;
}

.panel-footnote {
    margin-top: 1rem;
    font-size: 0.82rem;
    color: var(--text-muted);
    border-top: 1px dashed rgba(var(--yump-gold-rgb), 0.3);
    padding-top: 0.9rem;
}

body.page-recipe-auth-theme .panel-footnote {
    color: var(--auth-muted);
    border-top-color: rgba(var(--yump-gold-rgb), 0.22);
}

@media (max-width: 768px) {
    .cooking-progress-box {
        min-height: 560px;
        height: 560px;
    }

    .cooking-progress-text-box .step-badge {
        display: none;
    }

    .cooking-progress-title-prefix {
        display: none;
    }

    .cooking-progress-text-box {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 1.2rem 1rem 1.3rem;
    }

    .cooking-progress-text-box #current-step-text {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .timeline-container {
        padding: 20px 10px;
    }

    .ingredients-instructions-shell {
        padding: 0.55rem;
    }
}

/* Ingredients Table Styles */
.striped-table tbody tr td {
    border: none;
    background-color: transparent;
    border-radius: 10px;
    font-size: var(--yump-copy-size);
}

.striped-table tbody tr:nth-child(odd) td {
    background-color: rgba(var(--yump-gold-rgb), 0.13);
}

body.page-recipe-auth-theme .striped-table tbody tr:nth-child(odd) td {
    background-color: rgba(var(--yump-gold-rgb), 0.12);
}

.striped-table tbody tr td.text-muted {
    color: var(--text-muted);
}

body.page-recipe-auth-theme .striped-table tbody tr td,
body.page-recipe-auth-theme .striped-table tbody tr td.text-muted {
    color: var(--auth-copy);
}

.ingredient-section-row td {
    background: transparent !important;
}
.striped-table tbody tr.ingredient-section-row:nth-child(odd) td {
    background: transparent !important;
}

.striped-table tbody tr td.ingredient-section-title {
    font-size: 0.8rem;
    color: var(--yump-gold);
    font-weight: 400;
    font-family: inherit;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding-top: 1.45rem !important;
    padding-bottom: 0.4rem !important;
}

.ingredient-cell {
    display: block;
}

.ingredient-image-trigger {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 0;
    border-radius: 8px;
}

.ingredient-image-trigger:focus-visible {
    outline: 2px solid rgba(var(--yump-gold-rgb), 0.5);
    outline-offset: 2px;
}

.ingredient-glance-wrap {
    margin-top: 0.9rem;
}

.ingredient-servings-control {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 1.75rem;
    margin-bottom: 0.65rem;
}

.ingredient-servings-label {
    font-size: 0.9rem;
    color: var(--yump-gold);
}

.ingredient-servings-btn {
    width: 28px;
    height: 28px;
    border-radius: 999px;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
}

.ingredient-servings-value {
    min-width: 1.6rem;
    text-align: center;
    font-size: var(--yump-copy-size);
    color: var(--yump-gold);
    font-weight: 700;
}

.recipe-notes-block {
    border-top: 1px dashed rgba(var(--yump-gold-rgb), 0.35);
    padding-top: 1rem;
}

.recipe-notes-title {
    font-size: 0.8rem;
    color: var(--yump-gold);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: left;
    margin: 0;
}

.recipe-note-item {
    background: rgba(var(--yump-gold-rgb), 0.08);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    border-radius: 10px;
    padding: 0.75rem 0.85rem;
}

.recipe-note-title {
    font-size: var(--yump-copy-size);
    color: var(--yump-gold);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.recipe-note-body {
    font-size: var(--yump-copy-size);
    line-height: 1.45;
}

.ingredient-glance-label {
    display: inline-block;
    font-weight: 700;
}

.ingredients-glance-icons {
    margin-top: 0.45rem;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.45rem;
}

.ingredient-glance-icon {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    background: transparent;
}

.ingredient-glance-trigger {
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ingredient-glance-trigger::after {
    display: none;
}

.ingredient-glance-caption {
    position: absolute;
    left: 4px;
    right: 4px;
    bottom: 4px;
    padding: 3px 5px;
    color: var(--yump-gold);
    font-size: 0.58rem;
    line-height: 1.15;
    text-align: center;
    background: #120f0d;
    border-radius: 4px;
    text-shadow: none;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    pointer-events: none;
}

.ingredient-glance-trigger.img-load-error {
    background: rgba(var(--yump-gold-rgb), 0.12);
}

.ingredient-glance-trigger:hover,
.ingredient-glance-trigger:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(var(--yump-gold-rgb), 0.28);
}

.ingredient-glance-trigger:hover .ingredient-glance-icon,
.ingredient-glance-trigger:focus-visible .ingredient-glance-icon {
    transform: scale(1.03);
}

.ingredient-glance-icon {
    transition: transform 0.25s ease;
}

.ingredient-glance-icon.img-loader-pending,
.ingredient-glance-icon.img-loader-active {
    opacity: 0;
    transition: opacity 1200ms ease-in-out, transform 0.25s ease !important;
}

.ingredient-glance-icon.img-loader-pre-reveal {
    transition: none !important;
}

.ingredient-glance-icon.img-loader-done,
.ingredient-glance-icon.img-loader-error {
    opacity: 1;
    transition: opacity 1200ms ease-in-out, transform 0.25s ease !important;
}

@media (max-width: 991px) {
    .ingredients-glance-icons {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0.35rem;
    }
}

@media (max-width: 575px) {
    .ingredients-glance-icons {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 0.25rem;
    }

    .ingredient-glance-caption {
        left: 2px;
        right: 2px;
        bottom: 2px;
        padding: 2px 3px;
        font-size: 0.46rem;
    }
}

.ingredient-inline-text {
    min-width: 0;
    display: block;
}

.ingredient-line-text {
    display: block;
    line-height: 1.6;
    position: relative;
    padding-left: 1rem;
    padding-right: 0.85rem;
}

.ingredient-cell {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
}

.ingredient-checklist-input {
    display: none;
    flex: 0 0 auto;
    width: 1.05rem;
    height: 1.05rem;
    margin: 0.22rem 0 0;
    accent-color: var(--yump-gold);
}

.ingredients-panel.ingredient-checklist-active .ingredient-checklist-input {
    display: inline-block;
}

.ingredients-panel.ingredient-checklist-active .ingredient-line-text {
    padding-left: 0;
}

.ingredients-panel.ingredient-checklist-active .ingredient-line-text::before {
    content: none;
}

.ingredient-line-text::before {
    content: "\25AA";
    color: var(--yump-gold);
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1.6;
}

.ingredient-alias-term {
    position: relative;
    display: inline;
    font-weight: 700;
    color: #332b26;
    cursor: help;
    text-decoration: none;
    outline: none;
}

body.site-dark-theme .ingredient-alias-term,
body.page-recipe-auth-theme .ingredient-alias-term {
    color: var(--yump-gold);
}

.ingredient-alias-term:focus-visible {
    box-shadow: 0 0 0 2px rgba(var(--yump-gold-rgb), 0.28);
    border-radius: 6px;
}

.ingredient-alias-tooltip {
    display: none;
    position: absolute;
    left: 0;
    top: calc(100% + 8px);
    z-index: 12;
    min-width: 180px;
    max-width: min(280px, 72vw);
    padding: 0.5rem 0.7rem;
    border-radius: 10px;
    background: rgba(41, 36, 33, 0.95);
    color: #f8f4ef;
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-3px);
    transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
    pointer-events: none;
}

.ingredient-alias-tooltip::before {
    content: "";
    position: absolute;
    left: 18px;
    top: -6px;
    width: 12px;
    height: 12px;
    background: rgba(41, 36, 33, 0.95);
    transform: rotate(45deg);
}

.ingredient-alias-term:hover .ingredient-alias-tooltip,
.ingredient-alias-term:focus .ingredient-alias-tooltip,
.ingredient-alias-term.is-open .ingredient-alias-tooltip {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

@media (hover: none), (pointer: coarse) {
    .ingredient-alias-term {
        cursor: pointer;
    }
}

.ingredients-panel .table-responsive {
    overflow: visible;
    margin-top: 0.95rem;
}

@media (max-width: 575.98px) {
    .ingredients-panel-heading {
        align-items: stretch;
        flex-direction: column;
    }

    .ingredient-checklist-toggle {
        justify-content: center;
        width: 100%;
    }
}

.ingredient-image-modal-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.instruction-image-modal-media {
    position: relative;
    display: inline-block;
    width: fit-content;
    max-width: calc(100% - 108px);
    margin: 0 auto;
    line-height: 0;
    flex: 0 0 auto;
}

.instruction-image-modal-media .ingredient-image-modal-img {
    display: block;
}

.instruction-image-modal-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.55rem 0.7rem;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.82rem;
    line-height: 1.35;
    text-align: left;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    max-height: 42%;
    overflow: auto;
}

.ingredient-images-dialog {
    width: min(1120px, calc(100vw - 2rem));
    max-width: min(1120px, calc(100vw - 2rem));
}

.ingredient-images-modal .modal-dialog.modal-dialog-centered {
    display: flex;
    align-items: center;
}

.ingredient-images-modal .modal-content {
    width: 100%;
    max-height: calc(100dvh - 2rem);
}

.ingredient-image-modal-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}

.ingredient-image-modal-heading {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.ingredient-image-modal-aliases {
    min-height: 1.1rem;
    font-size: 0.9rem;
    font-style: italic;
    color: var(--auth-muted);
}

.ingredient-image-stage {
    position: relative;
    display: inline-flex;
    max-width: calc(100% - 112px);
    max-height: calc(100dvh - 9.5rem);
    line-height: 0;
    min-width: 0;
}

#ingredient_image_modal_img.comment-image-modal-img {
    max-width: 100%;
    max-height: inherit;
}

.ingredient-images-modal .modal-footer .btn-outline-secondary {
    color: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 0.45);
}

.ingredient-images-modal .modal-footer .btn-outline-secondary:hover,
.ingredient-images-modal .modal-footer .btn-outline-secondary:focus {
    color: #120f0d;
    background-color: var(--yump-gold);
    border-color: var(--yump-gold);
}

#instructionImageModal .ingredient-image-modal-img {
    max-width: calc(100% - 40px);
    max-height: calc(100dvh - 9rem);
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
}

#instructionImageModal .ingredient-images-dialog {
    width: min(1500px, calc(100vw - 2rem));
    max-width: min(1500px, calc(100vw - 2rem));
}

#instructionImageModal .modal-body {
    min-height: 0;
    overflow: hidden;
}

#instructionImageModal .ingredient-image-modal-wrap {
    min-height: 0;
}

.instruction-image-modal-media {
    min-width: 0;
    min-height: 0;
}

#instruction_image_modal_img.ingredient-image-modal-img {
    max-width: 100%;
    max-height: calc(100dvh - 9rem);
}

#instructionImageModal .ingredient-image-nav {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    padding: 0;
}

@media (max-width: 991px) {
    .ingredient-images-dialog {
        width: min(900px, calc(100vw - 1.5rem));
        max-width: min(900px, calc(100vw - 1.5rem));
    }

    #instructionImageModal .ingredient-image-modal-img {
        max-width: calc(100% - 28px);
        max-height: 86vh;
    }

    #instruction_image_modal_img.ingredient-image-modal-img {
        max-width: 100%;
        max-height: calc(100dvh - 8.5rem);
    }
}

@media (max-width: 575px) {
    .ingredient-images-dialog {
        width: calc(100vw - 1rem);
        max-width: calc(100vw - 1rem);
    }

    .ingredient-images-modal .modal-content {
        max-height: calc(100dvh - 1rem);
    }

    .ingredient-images-modal .modal-body {
        padding: 0.6rem;
    }

    .ingredient-image-modal-wrap {
        gap: 0.35rem;
    }

    .ingredient-image-stage {
        max-width: calc(100% - 70px);
        max-height: calc(100dvh - 8.5rem);
    }

    .instruction-image-modal-media {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        line-height: 1.35;
    }

    #instructionImageModal .ingredient-image-nav {
        width: 30px;
        height: 30px;
    }

    #instructionImageModal .ingredient-image-modal-img {
        max-width: calc(100% - 10px);
        max-height: 80vh;
    }

    #instruction_image_modal_img.ingredient-image-modal-img {
        max-width: 100%;
        max-height: calc(100dvh - 13rem);
    }

    .instruction-image-modal-overlay {
        position: static;
        padding: 0.75rem 0 0;
        background: transparent;
        color: #fff7f2;
        border-radius: 0;
        max-height: none;
        overflow: visible;
        font-size: 0.95rem;
        line-height: 1.35;
    }

    #instructionImageModal .ingredient-image-report-wrap {
        display: none;
    }

}

.ingredient-image-report-wrap {
    position: absolute;
    right: 0.75rem;
    bottom: 0.65rem;
    z-index: 2;
    line-height: 1.2;
    text-align: right;
}

.ingredient-image-report-link {
    font-size: 0.72rem;
    color: var(--yump-gold);
    text-decoration: underline;
    text-underline-offset: 2px;
}

#instructionImageModal .ingredient-image-report-wrap {
    position: static;
    margin-top: 0.5rem;
}

.instructions-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: clamp(0.9rem, 1.3vw, 1.2rem);
    align-items: stretch;
}

.instructions-steps .instruction-section-title {
    grid-column: 1 / -1;
    margin: 0.25rem 0 -0.2rem;
    color: var(--yump-gold);
    font-size: 0.78rem;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.instruction-step-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.5);
}

body.page-recipe-auth-theme .instruction-step-card {
    background: rgba(255, 255, 255, 0.035);
    border-color: rgba(255, 255, 255, 0.09);
}

.instruction-step-media {
    position: relative;
    aspect-ratio: 16 / 9;
    min-height: 132px;
    background: transparent;
}

.instruction-step-image-trigger {
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    display: block;
    background: transparent;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: filter 0.22s ease;
}

.instruction-step-image-trigger:focus-visible {
    outline: 2px solid rgba(var(--yump-gold-rgb), 0.6);
    outline-offset: 2px;
}

.instruction-step-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.28s ease, filter 0.28s ease;
}

.instruction-step-img.is-loaded {
    opacity: 1;
}

.instruction-step-placeholder {
    width: 100%;
    height: 100%;
    min-height: 132px;
    position: relative;
    background:
        linear-gradient(135deg, rgba(var(--yump-gold-rgb), 0.16), rgba(var(--yump-gold-rgb), 0.04)),
        rgba(255, 255, 255, 0.38);
}

.instruction-step-placeholder.has-image {
    background: transparent;
}

@media (prefers-reduced-motion: reduce) {
    .cooking-progress-box::before,
    .instruction-step-img {
        transition-duration: 0.01ms;
    }
}

.instruction-step-num {
    position: absolute;
    top: 0.55rem;
    left: 0.55rem;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.45rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    font-weight: 700;
    border-radius: 6px;
    background: var(--yump-gold);
    color: #120f0d;
    line-height: 1;
    z-index: 2;
}

.instruction-step-image-trigger:hover,
.instruction-step-image-trigger:focus-visible {
    filter: saturate(1.08);
}

.instruction-step-image-trigger:hover .instruction-step-img,
.instruction-step-image-trigger:focus-visible .instruction-step-img {
    transform: scale(1.025);
    filter: brightness(1.05);
}

.instruction-step-text {
    flex: 1;
    margin: 0;
    padding: 0.8rem 0.85rem 0.95rem;
    color: var(--text-muted);
    line-height: 1.55;
    font-size: var(--yump-copy-size);
}

body.page-recipe-auth-theme .instruction-step-text {
    color: rgba(248, 241, 231, 0.78);
}

.instruction-empty-state {
    grid-column: 1 / -1;
    margin: 0;
    padding: 1rem;
    border: 1px dashed rgba(var(--yump-gold-rgb), 0.28);
    border-radius: 10px;
    color: var(--text-muted);
}

@media (min-width: 768px) {
    .instructions-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

.cooking-progress-controls {
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.cooking-progress-audio-controls,
.cooking-mode-audio-controls {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.65rem;
}

.cooking-progress-audio-controls {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 0.25rem;
    padding: 0.25rem;
    border-radius: 999px;
    background: rgba(18, 15, 13, 0.58);
    border: 1px solid rgba(255, 247, 240, 0.14);
    backdrop-filter: blur(8px);
}

.cooking-audio-btn,
.cooking-mode-launch-btn,
.cooking-mode-utility-btn {
    border: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    background: rgba(255, 255, 255, 0.92);
    color: var(--yump-gold);
    border-radius: 999px;
    padding: 0.48rem 0.95rem;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    box-shadow: 0 10px 22px rgba(var(--yump-gold-rgb), 0.12);
}

.cooking-audio-btn:hover,
.cooking-mode-launch-btn:hover,
.cooking-mode-utility-btn:hover,
.cooking-audio-btn:focus-visible,
.cooking-mode-launch-btn:focus-visible,
.cooking-mode-utility-btn:focus-visible {
    color: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 0.42);
    background: #fffaf7;
}

.cooking-audio-btn-secondary {
    background: rgba(248, 242, 236, 0.92);
}

.cooking-progress-controls .cooking-audio-btn {
    background: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 0.88);
    color: #120f0d;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.cooking-progress-controls .cooking-audio-btn:hover,
.cooking-progress-controls .cooking-audio-btn:focus-visible {
    background: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 1);
    color: #120f0d;
}

.cooking-progress-controls .cooking-audio-btn {
    min-width: 5.2rem;
    padding: 0.55rem 0.9rem;
    border: 0;
    background: transparent;
    color: rgba(255, 247, 240, 0.78);
    box-shadow: none;
    font-family: var(--yump-mono-font);
    font-size: 0.76rem;
}

.cooking-progress-controls .cooking-audio-btn:not(.cooking-audio-btn-secondary),
.cooking-mode-audio-controls .cooking-audio-btn:not(.cooking-audio-btn-secondary) {
    width: auto;
    min-width: max-content;
}

.cooking-progress-controls .cooking-audio-btn:not(.cooking-audio-btn-secondary) span,
.cooking-mode-audio-controls .cooking-audio-btn:not(.cooking-audio-btn-secondary) span {
    white-space: nowrap;
}

.cooking-progress-controls .cooking-audio-btn-secondary {
    background: transparent;
    width: 42px;
    min-width: 42px;
    height: 42px;
    justify-content: center;
    padding: 0;
    gap: 0;
}

.cooking-progress-controls .cooking-audio-btn-secondary span,
.cooking-mode-audio-controls .cooking-audio-btn-secondary span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.cooking-progress-controls .cooking-audio-btn:hover,
.cooking-progress-controls .cooking-audio-btn:focus-visible {
    background: var(--yump-gold);
    color: #120f0d;
    box-shadow: none;
}

.cooking-progress-controls .cooking-audio-btn i {
    font-size: 1rem;
}

.cooking-progress-controls .cooking-mode-launch-btn {
    min-height: 42px;
    padding: 0.55rem 0.9rem;
    border-color: rgba(255, 247, 240, 0.14);
    background: rgba(18, 15, 13, 0.58);
    color: rgba(255, 247, 240, 0.78);
    box-shadow: none;
    backdrop-filter: blur(8px);
    font-family: var(--yump-mono-font);
    font-size: 0.76rem;
    white-space: nowrap;
}

.cooking-progress-controls .cooking-mode-launch-btn:hover,
.cooking-progress-controls .cooking-mode-launch-btn:focus-visible {
    background: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 1);
    color: #120f0d;
    box-shadow: none;
}

.cooking-progress-controls .cooking-mode-launch-btn i {
    font-size: 1rem;
}

.cooking-progress-voice-meta {
    font-size: 0.82rem;
    color: rgba(93, 63, 46, 0.8);
}

.cooking-mode-shell {
    position: fixed;
    inset: 0;
    z-index: 2000;
}

.cooking-mode-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(19, 15, 12, 0.86);
    backdrop-filter: blur(4px);
}

.cooking-mode-stage {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at top right, rgba(var(--yump-gold-rgb), 0.22), transparent 32%),
        linear-gradient(180deg, #1f1714 0%, #120e0c 100%);
    color: #fff7f0;
}

.cooking-mode-topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: max(1rem, env(safe-area-inset-top, 0px)) 1.1rem 0.75rem;
    pointer-events: none;
}

.cooking-mode-topbar > * {
    pointer-events: auto;
}

.cooking-mode-topbar-spacer {
    flex: 1 1 auto;
}

.cooking-mode-step-pill {
    flex: 0 0 auto;
    padding: 0.52rem 0.95rem;
    border-radius: 999px;
    background: rgba(20, 14, 11, 0.72);
    border: 1px solid rgba(255, 247, 240, 0.14);
    color: #fff7f0;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    max-width: min(32vw, 220px);
    margin: 0;
    white-space: nowrap;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.cooking-mode-utility-btn,
.cooking-mode-exit-btn {
    min-height: 42px;
    padding: 0.55rem 0.9rem;
    background: rgba(18, 15, 13, 0.58);
    border-color: rgba(255, 247, 240, 0.14);
    color: rgba(255, 247, 240, 0.78);
    box-shadow: none;
    backdrop-filter: blur(8px);
    font-family: var(--yump-mono-font);
    font-size: 0.76rem;
    white-space: nowrap;
}

.cooking-mode-utility-btn:hover,
.cooking-mode-utility-btn:focus-visible {
    background: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 1);
    color: #120f0d;
    box-shadow: none;
}

.cooking-mode-utility-btn i {
    font-size: 1rem;
}

.cooking-mode-media {
    position: relative;
    flex: 1;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.cooking-mode-image {
    width: auto;
    height: auto;
    max-height: var(--yump-visual-viewport-height, 100dvh);
    max-width: 100%;
    object-fit: contain;
    transition: opacity 0.18s ease;
}

.cooking-mode-stage.is-image-loading .cooking-mode-image {
    opacity: 0;
}

.cooking-mode-image-loading {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: rgba(255, 247, 242, 0.9);
    font-size: clamp(1rem, 1.4vw, 1.25rem);
    background: rgba(0, 0, 0, 0.28);
    pointer-events: none;
}

.cooking-mode-image-loading[hidden] {
    display: none;
}

.cooking-mode-image-loading-spinner {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 247, 242, 0.28);
    border-top-color: rgba(255, 247, 242, 0.95);
    animation: cooking-mode-spinner 0.8s linear infinite;
}

@keyframes cooking-mode-spinner {
    to {
        transform: rotate(360deg);
    }
}

@media (prefers-reduced-motion: reduce) {
    .cooking-mode-image-loading-spinner {
        animation: none;
    }
}

.cooking-mode-image-empty {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: min(520px, 86vw);
    min-height: 240px;
    border-radius: 24px;
    border: 1px dashed rgba(255, 247, 240, 0.28);
    color: rgba(255, 247, 240, 0.8);
    background: rgba(255, 247, 240, 0.06);
    padding: 1.25rem;
}

.cooking-mode-nav {
    position: absolute;
    top: calc(50% - 18px);
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 999px;
    border: 1px solid rgba(255, 247, 240, 0.22);
    background: rgba(20, 14, 11, 0.62);
    color: #fff7f0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.cooking-mode-nav:disabled {
    opacity: 0.35;
}

.cooking-mode-nav-prev {
    left: 1rem;
}

.cooking-mode-nav-next {
    right: 1rem;
}

.cooking-mode-footer {
    position: absolute;
    left: 50%;
    bottom: max(1rem, env(safe-area-inset-bottom, 0px));
    z-index: 7;
    width: min(920px, calc(100vw - 2rem));
    max-height: min(34vh, 300px);
    padding: 0.45rem 0.85rem 0.85rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 247, 240, 0.18);
    background: linear-gradient(180deg, rgba(12, 10, 9, 0.46), rgba(12, 10, 9, 0.68));
    backdrop-filter: blur(4px);
    box-shadow: 0 18px 70px rgba(0, 0, 0, 0.24);
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateX(-50%);
    transition: transform 0.22s ease, max-height 0.22s ease, padding 0.22s ease, background 0.22s ease;
}

.cooking-mode-footer.is-collapsed {
    max-height: 58px;
    padding-bottom: 0.45rem;
    overflow: hidden;
    transform: translate(-50%, calc(100% - 58px));
    background: rgba(12, 10, 9, 0.72);
}

.cooking-mode-footer-toggle {
    width: 100%;
    min-height: 28px;
    border: 0;
    background: transparent;
    color: rgba(255, 247, 240, 0.72);
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cooking-mode-footer-grip {
    width: 44px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 247, 240, 0.34);
}

.cooking-mode-footer.is-collapsed .cooking-mode-footer-grip {
    background: rgba(255, 247, 240, 0.52);
}

.cooking-mode-footer.is-collapsed .cooking-mode-controls,
.cooking-mode-footer.is-collapsed .cooking-mode-text-wrap {
    opacity: 0;
    pointer-events: none;
}

.cooking-mode-title {
    display: none;
}

.cooking-mode-text {
    font-size: clamp(1.02rem, 0.76vw + 0.82rem, 1.34rem);
    line-height: 1.55;
    max-width: 820px;
    max-height: min(16vh, 130px);
    overflow-y: auto;
    overscroll-behavior: contain;
    margin: 0 auto;
    text-align: center;
    transition: opacity 0.18s ease;
    padding: 0 0.25rem 0.1rem;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.75), 0 1px 2px rgba(0, 0, 0, 0.9);
    scrollbar-width: thin;
}

.cooking-mode-step-pill,
.cooking-mode-image-empty {
    transition: opacity 0.18s ease;
}

.cooking-mode-step-pill.is-transitioning,
.cooking-mode-text.is-transitioning,
.cooking-mode-image.is-transitioning,
.cooking-mode-image-empty.is-transitioning {
    opacity: 0.18;
}

.cooking-mode-controls {
    position: static;
    transform: none;
    margin: 0.15rem 0 0.55rem;
    display: flex;
    justify-content: center;
    z-index: 5;
    order: 1;
}

.cooking-mode-text-wrap {
    order: 2;
    width: 100%;
}

.cooking-mode-audio-controls {
    display: inline-flex;
    justify-content: center;
    width: max-content;
    gap: 0.25rem;
    padding: 0.25rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 247, 240, 0.12);
    backdrop-filter: blur(8px);
}

.cooking-mode-audio-controls .cooking-audio-btn {
    min-width: 5.6rem;
    padding: 0.55rem 0.95rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 247, 240, 0.72);
    box-shadow: none;
    font-family: var(--yump-mono-font);
    font-size: 0.76rem;
    gap: 0.45rem;
}

.cooking-mode-audio-controls .cooking-audio-btn:hover,
.cooking-mode-audio-controls .cooking-audio-btn:focus-visible {
    background: var(--yump-gold);
    color: #120f0d;
    border-color: transparent;
    box-shadow: none;
}

.cooking-mode-audio-controls .cooking-audio-btn i {
    font-size: 1rem;
}

.cooking-mode-audio-controls .cooking-audio-btn-secondary {
    width: 42px;
    min-width: 42px;
    height: 42px;
    justify-content: center;
    padding: 0;
    gap: 0;
}

.cooking-mode-ingredients-panel {
    position: absolute;
    top: 4.25rem;
    left: 1rem;
    right: auto;
    width: min(360px, calc(100vw - 2rem));
    max-height: min(60vh, 520px);
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 251, 247, 0.97);
    color: #40281f;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    z-index: 9;
}

.cooking-mode-ingredients-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 1rem 1rem 0.75rem;
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.14);
}

body.site-dark-theme .cooking-mode-ingredients-head h4,
.cooking-mode-ingredients-head h4 {
    color: #40281f !important;
}

.cooking-mode-ingredients-list {
    max-height: min(52vh, 420px);
    overflow: auto;
    padding: 0.9rem 1rem 1rem;
}

.cooking-mode-ingredients-list ul {
    margin: 0;
    padding-left: 1.1rem;
}

.cooking-mode-ingredients-list li + li {
    margin-top: 0.55rem;
}

body.cooking-mode-open {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .cooking-progress-controls {
        top: 12px;
        left: 12px;
        right: 12px;
        justify-content: space-between;
        flex-wrap: nowrap;
        gap: 0.55rem;
        max-width: none;
    }

    .cooking-progress-audio-controls {
        flex-shrink: 0;
    }

    .cooking-progress-controls .cooking-audio-btn {
        width: 42px;
        min-width: 42px;
        flex: 0 0 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
        gap: 0;
    }

    .cooking-progress-controls .cooking-audio-btn:not(.cooking-audio-btn-secondary) {
        width: 42px;
        min-width: 42px;
        flex-basis: 42px;
    }

    .cooking-progress-controls .cooking-audio-btn span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .cooking-progress-controls .cooking-mode-launch-btn {
        width: 42px;
        min-width: 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
        gap: 0;
        flex-shrink: 0;
    }

    .cooking-progress-controls .cooking-mode-launch-btn span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .cooking-mode-audio-controls {
        width: auto;
    }

    .cooking-mode-topbar {
        display: grid;
        grid-template-columns: 42px minmax(0, 1fr) 42px;
        gap: 0.45rem;
        padding: max(0.75rem, env(safe-area-inset-top, 0px)) max(0.75rem, env(safe-area-inset-right, 0px)) 0.5rem max(0.75rem, env(safe-area-inset-left, 0px));
    }

    .cooking-mode-utility-btn {
        width: 42px;
        min-width: 42px;
        height: 42px;
        justify-content: center;
        padding: 0;
        font-size: 0.78rem;
    }

    .cooking-mode-exit-btn {
        grid-column: 3;
        grid-row: 1;
        justify-self: end;
    }

    .cooking-mode-topbar-spacer {
        display: none;
    }

    .cooking-mode-utility-btn span {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
    }

    .cooking-mode-step-pill {
        grid-column: 2;
        grid-row: 1;
        justify-self: center;
        max-width: 100%;
        padding: 0.48rem 0.66rem;
        font-size: 0.78rem;
    }

    .cooking-mode-nav {
        width: 42px;
        height: 42px;
    }

    .cooking-mode-nav-prev {
        left: 0.65rem;
    }

    .cooking-mode-nav-next {
        right: 0.65rem;
    }

    .cooking-mode-footer {
        width: min(520px, calc(100vw - 1rem));
        max-height: min(42vh, 330px);
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        border-radius: 20px;
    }

    .cooking-mode-controls {
        margin-bottom: 0.55rem;
    }

    .cooking-mode-step-pill {
        margin-bottom: 0.55rem;
    }

    .cooking-mode-audio-controls .cooking-audio-btn {
        padding: 0.62rem 1.12rem;
        font-size: 0.96rem;
    }

    .cooking-mode-text {
        font-size: 1.08rem;
        line-height: 1.62;
        max-height: 21vh;
    }

    .cooking-mode-ingredients-panel {
        top: auto;
        left: 0.75rem;
        right: 0.75rem;
        bottom: 0.75rem;
        width: auto;
        max-height: 56vh;
    }
}

@media (max-width: 420px) {
    .cooking-mode-topbar {
        gap: 0.35rem;
        padding-inline: 0.55rem;
    }

    .cooking-mode-step-pill {
        font-size: 0.76rem;
    }

    .cooking-mode-audio-controls {
        gap: 0.35rem;
    }

    .cooking-mode-audio-controls .cooking-audio-btn {
        padding-inline: 0.78rem;
    }
}

@media (max-width: 991.98px) {
    .cooking-mode-media {
        align-items: flex-start;
        padding: 4.8rem 0.6rem 4.8rem;
    }

    .cooking-mode-image {
        max-height: calc(var(--yump-visual-viewport-height, 100dvh) - 5.6rem);
        max-width: 100%;
    }

    .cooking-mode-nav {
        top: min(48%, 42dvh);
    }

    .cooking-mode-footer {
        max-height: min(42vh, 330px);
    }
}

@media (max-width: 767.98px) {
    .cooking-mode-media {
        padding: 4.25rem 0.45rem 4.6rem;
    }

    .cooking-mode-image {
        max-height: calc(var(--yump-visual-viewport-height, 100dvh) - 5.2rem);
    }
}

/* Page Specific Heading Spacing */
.bg-stone-light .col-12.col-lg-6>h2 {
    margin-bottom: 4rem !important;
}

.bg-stone-light .col-12.col-lg-6 .table-responsive,
.bg-stone-light .col-12.col-lg-6 .instructions-steps {
    margin-top: 0.5rem;
}

/* Health and Dietary Badges */


.health-benefits-box {
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2) !important;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
    border-radius: 18px !important;
}

body.page-recipe-auth-theme .health-benefits-box:not(.cooking-progress-box) {
    background:
        linear-gradient(180deg, rgba(31, 24, 21, 0.94), rgba(24, 19, 16, 0.97)) !important;
    border-color: var(--auth-card-border) !important;
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.health-benefits-box:hover {
    transform: translateY(-4px);
}

.benefit-item i {
    flex-shrink: 0;
    line-height: 1.6;
    display: flex;
    align-items: center;
}

.lead-sm {
    font-size: 1.05rem;
    line-height: 1.6;
}

body.page-recipe-auth-theme .health-benefits-box h3,
body.page-recipe-auth-theme .health-benefits-box .lead-sm,
body.page-recipe-auth-theme .health-benefits-box .text-muted {
    color: var(--auth-copy) !important;
}

body.page-recipe-auth-theme .health-benefits-box .disclaimer-text {
    color: var(--yump-gold);
    opacity: 0.9;
}

.benefits-watermark {
    position: absolute;
    bottom: -68px;
    right: -68px;
    font-size: 20rem;
    color: var(--yump-gold);
    opacity: 0.09;
    z-index: 1;
    transform: rotate(-15deg);
    pointer-events: none;
    /* Ensure it doesn't interfere with clicks/selection */
}

body.page-recipe-auth-theme .benefits-watermark {
    color: rgba(var(--yump-gold-rgb), 0.12);
}

.creator-spotlight-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.creator-spotlight-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
}

.creator-spotlight-label {
    font-size: 0.78rem;
    margin-bottom: 0;
    width: auto;
}

.creator-follow-btn {
    flex: 0 0 auto;
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 1.85rem;
    padding: 0.34rem 0.72rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.3);
    background: transparent;
    color: var(--yump-gold);
    font-size: 0.76rem;
    line-height: 1.2;
    text-decoration: none;
    transition: all 0.2s ease;
}

.creator-follow-btn:hover,
.creator-follow-btn:focus-visible {
    background: var(--yump-gold);
    color: #120f0d;
    outline: none;
}

.creator-follow-btn.is-requested,
.creator-follow-btn:disabled {
    cursor: default;
    opacity: 1;
    background: rgba(var(--yump-gold-rgb), 0.12);
    color: var(--yump-gold);
}

body.page-recipe-auth-theme .creator-follow-btn {
    color: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 0.3);
}

body.page-recipe-auth-theme .creator-follow-btn:hover,
body.page-recipe-auth-theme .creator-follow-btn:focus-visible {
    background: var(--yump-gold);
    color: #120f0d;
}

body.page-recipe-auth-theme .creator-follow-btn.is-requested,
body.page-recipe-auth-theme .creator-follow-btn:disabled {
    background: rgba(var(--yump-gold-rgb), 0.12);
    color: rgba(255, 244, 236, 0.72);
}

@media (max-width: 991.98px) {
    .creator-spotlight-head {
        position: relative;
        justify-content: center;
        flex-wrap: nowrap;
        min-height: 1.9rem;
        padding-inline: 5.6rem;
    }

    .creator-spotlight-label,
    body.page-recipe-auth-theme .creator-spotlight-label {
        width: auto;
        text-align: center;
        color: var(--yump-gold);
    }

    .creator-follow-btn {
        position: absolute;
        right: 0;
        top: 50%;
        margin-left: 0;
        transform: translateY(-50%);
    }
}

.creator-spotlight-card h3 {
    margin-bottom: 0.9rem;
    width: 100%;
    text-align: center;
}

.creator-avatar-wrap {
    position: relative;
    display: inline-flex;
    width: 100%;
    max-width: 170px;
    margin-inline: auto;
    margin-bottom: 1rem;
}

.cooking-progress-meta-row .creator-avatar-wrap {
    max-width: min(150px, 78%);
}

.creator-photo {
    width: 100%;
    max-width: 170px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.6);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    margin-inline: auto;
}

.cooking-progress-meta-row .creator-photo {
    max-width: 100%;
}

.creator-avatar-status {
    position: absolute;
    right: 11%;
    bottom: 11%;
    width: 13px;
    height: 13px;
    border-radius: 999px;
    background: #c94444;
    border: 0;
    box-shadow: none;
    z-index: 2;
}

.creator-avatar-status.is-online {
    background: #2fbf5b;
}

.creator-avatar-status.is-idle {
    background: #e0bd3a;
}

.creator-avatar-status.is-offline {
    background: #c94444;
}

.creator-avatar-verified-badge {
    position: absolute;
    left: 85.355%;
    top: 14.645%;
    transform: translate(-50%, -50%);
    width: clamp(20px, 2.3vw, 30px);
    height: clamp(20px, 2.3vw, 30px);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--yump-professional-accent);
    background: #1c1613;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.34);
    font-size: clamp(0.92rem, 1.35vw, 1.18rem);
    line-height: 1;
    z-index: 3;
}

.creator-photo-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--yump-gold-rgb), 0.12);
    color: var(--yump-gold);
    font-size: 3.1rem;
}

body.page-recipe-auth-theme .creator-photo-fallback {
    background: rgba(var(--yump-gold-rgb), 0.12);
    color: var(--yump-gold);
}

.creator-profile-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    width: 100%;
}

.creator-profile-link:hover .creator-name,
.creator-profile-link:focus .creator-name {
    color: var(--yump-gold);
}

.creator-name {
    font-family: 'Playfair Display', serif;
    font-size: 1.14rem;
    line-height: 1.35;
    font-weight: 700;
    color: var(--text-main);
    word-break: break-word;
    width: 100%;
    text-align: center;
}

body.page-recipe-auth-theme .creator-name {
    color: #fff9f6;
}

.creator-since {
    font-family: var(--yump-mono-font);
    font-size: 0.76rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: var(--yump-gold);
    width: 100%;
    text-align: left;
}

.creator-spotlight-card > .creator-since {
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.22);
    padding-top: 0.85rem;
    margin-top: 0.55rem;
}

body.page-recipe-auth-theme .creator-spotlight-card > .creator-since {
    border-top-color: rgba(var(--yump-gold-rgb), 0.24);
}

.creator-spotlight-actions:empty {
    display: none;
}

.creator-spotlight-card .creator-bio {
    position: relative;
    padding: 0.35rem 0.1rem 0.1rem 0.35rem;
    font-size: 0.92rem;
    font-style: italic;
    line-height: 1.6;
    width: 100%;
    z-index: 1;
}

.creator-spotlight-card .creator-bio::before,
.creator-spotlight-card .creator-bio::after {
    font-family: 'Playfair Display', serif;
    font-size: 6rem;
    line-height: 1;
    color: rgba(var(--yump-gold-rgb), 0.28);
    pointer-events: none;
}

.creator-spotlight-card .creator-bio::before {
    position: absolute;
    content: "\201C";
    top: -0.65rem;
    left: -0.15rem;
    z-index: -1;
}

.creator-spotlight-card .creator-bio::after {
    content: "\201D";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(15%, 30%);
    line-height: 1;
    z-index: -1;
}

.creator-spotlight-card.is-compact .creator-avatar-wrap {
    max-width: 145px;
}

.creator-spotlight-card.is-compact .creator-links {
    justify-content: center;
}

.creator-spotlight-actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1rem;
}

.creator-other-recipes {
    width: 100%;
}

.creator-other-recipes-title {
    width: 100%;
    text-align: left;
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0.8rem !important;
}

.creator-other-recipes-list {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}

.creator-other-recipe-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    min-height: 58px;
    padding: 0.2rem 0.7rem 0.2rem 0;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    background: rgba(var(--yump-gold-rgb), 0.08);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    color: var(--text-main);
    transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.creator-other-recipe-link > i {
    flex: 0 0 auto;
}

body.page-recipe-auth-theme .creator-other-recipe-link {
    background: rgba(var(--yump-gold-rgb), 0.08);
    border-color: rgba(var(--yump-gold-rgb), 0.18);
    color: #fff7f2;
}

.creator-other-recipe-link:hover,
.creator-other-recipe-link:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(var(--yump-gold-rgb), 0.34);
    background: rgba(var(--yump-gold-rgb), 0.14);
    color: var(--yump-gold);
}

body.page-recipe-auth-theme .creator-other-recipe-link:hover,
body.page-recipe-auth-theme .creator-other-recipe-link:focus-visible {
    border-color: rgba(var(--yump-gold-rgb), 0.34);
    background: rgba(var(--yump-gold-rgb), 0.14);
    color: #f6cbbb;
}

.creator-other-recipe-main {
    display: flex;
    align-items: center;
    gap: 0.68rem;
    min-width: 0;
    flex: 1 1 auto;
}

.creator-other-recipe-thumb {
    width: 58px;
    height: 58px;
    border-radius: 13px 8px 8px 13px;
    object-fit: cover;
    flex: 0 0 58px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.22);
    border-left: 0;
    background: rgba(255, 255, 255, 0.06);
}

.creator-other-recipe-thumb-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--yump-gold);
    font-size: 1rem;
}

body.page-recipe-auth-theme .creator-other-recipe-thumb {
    border-color: rgba(var(--yump-gold-rgb), 0.22);
}

body.page-recipe-auth-theme .creator-other-recipe-thumb-fallback {
    color: var(--yump-gold);
}

.creator-other-recipe-copy {
    display: grid;
    min-width: 0;
    flex: 1 1 auto;
}

.creator-other-recipe-name {
    font-size: var(--yump-copy-size);
    line-height: 1.28;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.creator-other-recipe-alt {
    min-width: 0;
    margin-top: 0.12rem;
    color: var(--text-muted);
    font-size: 0.74rem;
    font-style: italic;
    line-height: 1.25;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.page-recipe-auth-theme .creator-other-recipe-alt {
    color: rgba(255, 244, 236, 0.68);
}

.creator-other-recipe-more {
    font-size: 0.78rem;
    line-height: 1.45;
    color: var(--text-muted);
    text-align: left;
    padding-top: 0.15rem;
}

body.page-recipe-auth-theme .creator-other-recipe-more {
    color: rgba(255, 244, 236, 0.7);
}

.creator-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    justify-content: flex-start;
    width: 100%;
}

.creator-links-toolbar {
    min-height: 2.15rem;
}

.creator-inline-translate-slot {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
}

.creator-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.1rem;
    min-height: 2.1rem;
    padding: 0.36rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.3);
    color: var(--yump-gold);
    text-decoration: none;
    font-size: 0.78rem;
    line-height: 1.2;
    transition: all 0.2s ease;
}

.creator-links a:hover {
    background: var(--yump-gold);
    color: #120f0d;
}

@media (max-width: 991.98px) {
    .creator-links,
    .creator-other-recipes-title,
    .creator-other-recipe-more {
        justify-content: center;
        text-align: center;
    }
}

.ingredient-tags-title {
    display: block;
    line-height: 1.2;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.32);
    padding-top: 0.75rem;
    margin-top: 0.85rem;
    margin-bottom: 0.85rem !important;
}

.ingredient-nutrition-inline {
    margin-top: 1.15rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.22);
}

.ingredient-nutrition-title {
    margin: 0 0 0.8rem;
    font-size: 1.08rem;
    line-height: 1.25;
}

.ingredient-nutrition-inline .benefit-item {
    margin-bottom: 0.65rem !important;
}

.ingredient-nutrition-inline .lead-sm {
    font-size: var(--yump-copy-size);
    line-height: 1.52;
}

.ingredient-nutrition-inline .disclaimer-text {
    margin-bottom: 0;
}

.recipe-credit-block {
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    padding-top: 0.8rem;
}

.recipe-credit-line {
    margin: 0;
    font-size: 0.75rem;
    line-height: 1.42;
}

.recipe-credit-by {
    color: var(--auth-copy, #fff7f2);
}

.recipe-credit-url {
    color: var(--yump-gold);
    font-size: 0.75rem;
    overflow-wrap: anywhere;
}

.recipe-credit-url:hover,
.recipe-credit-url:focus {
    color: var(--yump-gold);
}

.recipe-credit-preview {
    margin-top: 0.55rem;
    max-width: 36rem;
    border-color: rgba(var(--terracotta-rgb), 0.42);
    background: rgba(var(--terracotta-rgb), 0.16);
}

.recipe-credit-preview:hover,
.recipe-credit-preview:focus {
    border-color: rgba(var(--yump-gold-rgb), 0.58);
}

body.page-recipe-auth-theme .ingredient-nutrition-title,
body.page-recipe-auth-theme .ingredient-nutrition-inline .lead-sm,
body.page-recipe-auth-theme .ingredient-nutrition-inline .text-muted {
    color: var(--auth-copy) !important;
}

body.page-recipe-auth-theme .ingredient-tags-title {
    border-top-color: rgba(var(--yump-gold-rgb), 0.24);
}

.ingredient-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: flex-start;
}

.ingredient-tag-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.35);
    border-radius: 999px;
    padding: 0.3rem 0.7rem;
    font-size: 0.78rem;
    line-height: 1.2;
    background: rgba(var(--yump-gold-rgb), 0.14);
    color: var(--yump-gold);
    cursor: pointer;
    touch-action: manipulation;
    transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.ingredient-tag-badge:focus-visible,
.ingredient-tag-badge.is-selected {
    background: var(--yump-gold);
    border-color: var(--yump-gold);
    color: #120f0d;
    outline: none;
}

@media (hover: hover) and (pointer: fine) {
    .ingredient-tag-badge:hover {
        background: var(--yump-gold);
        border-color: var(--yump-gold);
        color: #120f0d;
        outline: none;
    }
}

.ingredient-tags-actions {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.9rem;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.18);
}

.ingredient-tags-actions[hidden] {
    display: none;
}

.ingredient-tags-clear {
    min-width: 2.35rem;
}

.recipe-variation-after-tags {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.28);
}

.recipe-variation-add-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
    padding: 0.8rem 0.9rem;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.5);
    border-radius: 10px;
    background:
        linear-gradient(135deg, rgba(var(--yump-gold-rgb), 0.2), rgba(var(--yump-gold-rgb), 0.08)),
        rgba(255, 255, 255, 0.04);
    color: var(--auth-heading);
    font-weight: 700;
    text-decoration: none;
    position: relative;
    z-index: 3;
}

.recipe-profile-transfer-link {
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.recipe-profile-transfer-link:disabled {
    opacity: 0.72;
    cursor: progress;
}

.recipe-profile-transfer-link + .recipe-variation-add-link {
    margin-top: 0;
}

.recipe-page-save-collection-link {
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.recipe-variation-add-link:hover,
.recipe-variation-add-link:focus-visible {
    color: #120f0d;
    background: var(--yump-gold);
    border-color: var(--yump-gold);
}

.recipe-variation-add-link-after-list {
    margin-top: 0;
}

.recipe-variation-add-icon {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(18, 15, 13, 0.78);
    color: var(--yump-gold);
}

.recipe-variation-related {
    margin-top: 1rem;
}

.recipe-variation-row {
    position: relative;
    gap: 0.65rem;
}

.recipe-variation-row-link {
    flex: 1 1 auto;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.recipe-variation-unlink-btn {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.34);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    color: var(--auth-muted);
}

.recipe-variation-unlink-btn:hover,
.recipe-variation-unlink-btn:focus-visible {
    background: var(--yump-gold);
    color: #120f0d;
}

.recipe-variation-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
}

.recipe-variation-choice {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 72px;
    padding: 0.85rem 0.95rem;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.36);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    color: inherit;
    text-align: left;
    text-decoration: none;
    font-weight: 700;
}

.recipe-variation-choice:hover,
.recipe-variation-choice:focus-visible {
    border-color: var(--yump-gold);
    background: rgba(var(--yump-gold-rgb), 0.14);
}

.recipe-variation-choice-icon {
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--yump-gold-rgb), 0.16);
    color: var(--yump-gold);
}

.recipe-variation-existing-search-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.5rem;
}

.recipe-variation-existing-suggestions {
    margin-top: 0.55rem;
}

.recipe-variation-existing-suggestions .home-search-suggest-list {
    position: static;
    display: block;
}

@media (max-width: 575.98px) {
    .recipe-variation-choice-grid {
        grid-template-columns: 1fr;
    }
}

body.page-recipe-auth-theme .ingredient-tag-badge {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(var(--yump-gold-rgb), 0.28);
    color: var(--yump-gold);
}

body.page-recipe-auth-theme .ingredient-tag-badge:focus-visible,
body.page-recipe-auth-theme .ingredient-tag-badge.is-selected {
    background: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 0.9);
    color: #120f0d;
}

@media (hover: hover) and (pointer: fine) {
    body.page-recipe-auth-theme .ingredient-tag-badge:hover {
        background: var(--yump-gold);
        border-color: rgba(var(--yump-gold-rgb), 0.9);
        color: #120f0d;
    }
}

body.page-recipe-auth-theme .ingredient-tags-actions {
    border-top-color: rgba(var(--yump-gold-rgb), 0.2);
}

@media (max-width: 768px) {
    .lead-sm {
        font-size: 1rem;
    }

    .recipe-panel {
        border-radius: 14px;
    }

    .benefits-watermark {
        font-size: 14rem;
        right: -48px;
        bottom: -52px;
    }

    .creator-photo {
        max-width: 145px;
    }

    .creator-name {
        font-size: 1.02rem;
    }

    .creator-spotlight-actions {
        flex-direction: column;
    }

    .creator-spotlight-actions .btn {
        width: 100%;
    }

    .creator-spotlight-card .creator-bio {
        padding-left: 0.3rem;
        font-size: 0.9rem;
    }

    .creator-spotlight-card .creator-bio::before,
    .creator-spotlight-card .creator-bio::after {
        font-size: 4.6rem;
    }

}

/* === includes\_content\blog\css\blog.css === */
.recipe-blog-card {
    background: #ffffff;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    border-radius: 18px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.05);
    padding: 1.4rem;
}

body.page-recipe-auth-theme .recipe-blog-card {
    background: linear-gradient(180deg, rgba(31, 24, 21, 0.92), rgba(21, 17, 14, 0.95));
    border-color: var(--auth-card-border);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.24);
}

.recipe-blog-kicker-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.85rem;
}

.recipe-blog-kicker-row .future-module-label {
    margin-bottom: 0;
}

.recipe-blog-section-link {
    color: var(--yump-gold);
    text-decoration: none;
}

.recipe-blog-section-link:hover,
.recipe-blog-section-link:focus-visible {
    color: var(--blog-white);
}

.recipe-blog-all-link {
    text-align: right;
}

#recipe-blog {
    --blog-copy-size: var(--yump-copy-size);
    --blog-copy-line: 1.6;
    --blog-body-color: rgba(255, 247, 242, 0.82);
    --blog-accent: #c07a65;
    --blog-accent-dark: #a66350;
    --blog-accent-soft: #8f5543;
    --blog-muted: #8b8b8b;
    --blog-white: #ffffff;
    --blog-btn-close-filter: invert(53%) sepia(24%) saturate(722%) hue-rotate(329deg) brightness(92%) contrast(86%);
}

body.page-recipe-auth-theme #recipe-blog {
    --blog-muted: rgba(255, 239, 231, 0.62);
    --blog-white: #fff7f2;
    --blog-btn-close-filter: invert(92%) sepia(9%) saturate(423%) hue-rotate(312deg) brightness(108%) contrast(102%);
}

#recipe-blog .blog-panel-title {
    font-size: clamp(1.45rem, 1.2rem + 0.7vw, 1.95rem) !important;
    line-height: 1.15 !important;
    font-weight: 500 !important;
}

.recipe-blog-image {
    width: 100%;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    object-fit: cover;
}

body.page-recipe-auth-theme .recipe-blog-image {
    border-color: rgba(var(--yump-gold-rgb), 0.24);
}

.recipe-history-blog-grid {
    align-items: start;
}

.recipe-history-card {
    display: flex;
    flex-direction: column;
}

.recipe-history-title {
    min-height: var(--recipe-history-title-min-height, auto);
    margin-bottom: 1rem;
}

.recipe-history-media-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.recipe-history-image {
    width: 100%;
    height: var(--recipe-blog-media-height, auto);
    min-height: 220px;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    object-fit: cover;
}

.recipe-history-actions {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    min-height: var(--recipe-history-actions-height, 34px);
    margin: 1rem 0;
    color: var(--blog-accent);
}

body.page-recipe-auth-theme .recipe-history-actions {
    color: var(--yump-gold);
}

.recipe-history-action-btn {
    border: 0;
    background: transparent;
    color: inherit;
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0;
    font-size: 0.8rem;
    line-height: 1;
    text-decoration: none;
}

.recipe-history-action-btn:hover,
.recipe-history-action-btn:focus-visible,
.recipe-history-action-btn.is-liked {
    color: var(--yump-gold);
}

.recipe-history-action-btn[data-recipe-like].is-liked {
    background: transparent !important;
    color: var(--yump-gold) !important;
}

.recipe-history-action-btn[data-recipe-like].is-liked i {
    color: var(--yump-like-active) !important;
}

.recipe-history-yumpedia-action {
    color: var(--yump-gold);
    font-size: 0.76rem;
    letter-spacing: 0.045em;
    line-height: 1.25;
    margin: 0 0 0 auto !important;
    max-width: min(100%, 28rem);
    text-align: right;
    text-decoration: none;
    white-space: normal;
}

.recipe-history-yumpedia-action:hover,
.recipe-history-yumpedia-action:focus-visible {
    color: #f2c27a;
}

.recipe-history-copy {
    color: rgba(255, 247, 242, 0.82) !important;
    font-size: var(--blog-copy-size);
    line-height: var(--blog-copy-line);
}

.recipe-history-copy p {
    margin: 0 0 1rem;
}

.recipe-history-copy p:last-child {
    margin-bottom: 0;
}

.recipe-history-continue a {
    color: var(--terracotta-dark);
    font-weight: 700;
    text-decoration: none;
}

body.page-recipe-auth-theme .recipe-history-continue a {
    color: #c07a65;
}

.recipe-history-continue a:hover,
.recipe-history-continue a:focus-visible {
    color: var(--yump-gold);
}

.recipe-blog-feedback {
    background: transparent !important;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    box-shadow: none;
    margin-top: 1.25rem;
    padding-top: 1rem;
}

.recipe-blog-feedback .public-profile-blog-comments {
    height: auto;
}

.recipe-blog-feedback .comments-scroll-wrap {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
    scrollbar-gutter: auto;
}

.recipe-more-history {
    display: none;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.2);
    margin-top: 1.25rem;
    padding-top: 1.1rem;
}

.recipe-more-history h4 {
    color: #fff7ef;
    font-size: clamp(1.55rem, 1.45vw, 2.05rem);
    line-height: 1.08;
    margin: 0 0 1rem;
}

.recipe-more-history-list {
    display: grid;
    gap: 0;
}

.recipe-more-history-card {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0.85rem 0;
    border-top: 1px solid rgba(var(--terracotta-rgb), 0.18);
    color: inherit;
    text-decoration: none;
}

.recipe-more-history-card:first-child {
    border-top: 0;
    padding-top: 0;
}

.recipe-more-history-thumb {
    display: block;
    min-height: 112px;
    overflow: hidden;
}

.recipe-more-history-thumb img {
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 8px;
    object-fit: cover;
}

.recipe-more-history-copy {
    display: grid;
    gap: 0.28rem;
    min-width: 0;
}

.recipe-more-history-country {
    color: var(--yump-gold);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
    text-transform: uppercase;
}

.recipe-more-history-card strong {
    color: #fff7ef;
    display: -webkit-box;
    font-size: clamp(1.05rem, 1.1vw, 1.36rem);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.08;
    overflow: hidden;
}

.recipe-more-history-alt {
    color: rgba(255, 247, 239, 0.72);
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(0.9rem, 0.85vw, 1.08rem);
    font-style: italic;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recipe-more-history-user {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: rgba(255, 247, 242, 0.66);
    font-size: 0.72rem;
    line-height: 1.2;
    margin-top: 0.28rem;
    min-width: 0;
    padding-top: 0.42rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.recipe-more-history-user img,
.recipe-more-history-user > span:first-child {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    flex: 0 0 22px;
}

.recipe-more-history-user img {
    object-fit: cover;
}

.recipe-more-history-user > span:first-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--terracotta-rgb), 0.18);
    border: 1px solid rgba(var(--terracotta-rgb), 0.25);
    color: var(--yump-gold);
    font-size: 0.66rem;
    font-weight: 700;
}

.recipe-more-history-user > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recipe-more-history-card:hover strong,
.recipe-more-history-card:focus-visible strong {
    color: var(--yump-gold);
}

.recipe-more-history-more {
    display: block;
    border-top: 1px solid rgba(var(--terracotta-rgb), 0.2);
    color: var(--yump-gold);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 1.25;
    margin-top: 0.15rem;
    padding-top: 0.75rem;
    text-decoration: none;
    text-transform: uppercase;
}

.recipe-more-history-more:hover,
.recipe-more-history-more:focus-visible {
    color: #fff7ef;
    text-decoration: none;
    outline: none;
}

@media (min-width: 992px) {
    .recipe-more-history.is-visible {
        display: block;
    }
}

.blog-author-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 34px;
    min-width: 0;
}

.blog-author-meta {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 34px;
}

.blog-author-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.3);
}

.blog-author-avatar-wrap {
    position: relative;
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
}

.blog-author-pro-badge {
    position: absolute;
    left: -3px;
    top: -5px;
    z-index: 3;
    min-width: 21px;
    padding: 0.08rem 0.18rem;
    border: 1px solid rgba(var(--yump-professional-accent-rgb), 0.82);
    border-radius: 999px;
    background: rgba(10, 14, 18, 0.92);
    color: var(--yump-professional-accent);
    font-family: var(--yump-mono-font, 'Courier New', monospace);
    font-size: 0.45rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.06em;
    text-align: center;
}

.blog-author-profile-link {
    display: inline-flex;
    text-decoration: none;
    border-radius: 999px;
}

body.page-recipe-auth-theme .blog-author-avatar {
    border-color: rgba(var(--yump-gold-rgb), 0.38);
}

.blog-author-avatar-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(var(--yump-gold-rgb), 0.16);
    color: var(--blog-accent-soft);
}

body.page-recipe-auth-theme .blog-author-avatar-fallback {
    background: rgba(var(--yump-gold-rgb), 0.18);
    color: var(--yump-gold);
}

.blog-author-meta .future-module-label {
    margin-bottom: 0 !important;
}

.blog-author-name,
.blog-author-date {
    line-height: 1.2;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
}

.blog-author-name {
    display: block;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-author-date {
    margin-left: auto;
    margin-bottom: 0 !important;
    min-height: 34px;
    justify-content: flex-end;
    text-align: right;
}

.blog-author-date i {
    display: inline-flex;
    align-items: center;
    line-height: 1;
}

.recipe-blog-video-actions {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-width: 0;
    align-self: center;
    min-height: 34px;
}

.recipe-blog-video-actions-overlay {
    display: none;
}

.recipe-blog-video-actions button {
    border: 0;
    background: transparent;
    color: var(--blog-accent);
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    min-height: 34px;
    padding: 0 0.25rem;
    font-family: var(--yump-mono-font, 'Courier New', monospace);
    font-size: 0.72rem;
    line-height: 1.2;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.page-recipe-auth-theme .recipe-blog-video-actions button {
    color: var(--yump-gold);
}

.recipe-blog-media-wrap {
    position: relative;
}

@media (max-width: 991.98px) {
    .blog-author-row .recipe-blog-video-actions.is-add-only {
        display: none;
    }

    .recipe-blog-video-actions-overlay {
        position: absolute;
        left: 50%;
        bottom: clamp(0.55rem, 2.4vw, 0.95rem);
        transform: translateX(-50%);
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-wrap: nowrap;
        flex: 0 0 auto;
        width: auto;
        max-width: calc(100% - 1rem);
        min-height: 0;
        gap: 0.68rem;
        padding: 0.34rem 0.58rem;
        border-radius: 12px;
        background: rgba(12, 8, 6, 0.66);
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    }

    .recipe-blog-video-actions-overlay button {
        min-height: 28px;
        padding: 0 0.28rem;
        border-radius: 8px;
        color: #fff7f2;
        font-size: 0.66rem;
        letter-spacing: 0.13em;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
        white-space: nowrap;
        transition: background 0.16s ease, color 0.16s ease, transform 0.16s ease;
    }

    .recipe-blog-video-actions-overlay button:hover,
    .recipe-blog-video-actions-overlay button:focus-visible {
        background: rgba(var(--yump-gold-rgb), 0.26);
        color: #ffffff;
        transform: translateY(-1px);
        outline: none;
    }

    .blog-author-row .recipe-blog-video-actions:not(.is-add-only) {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .blog-author-date {
        display: none;
    }
}

.recipe-blog-video-player,
.recipe-blog-video-iframe,
.recipe-blog-video-social {
    width: 100%;
    aspect-ratio: 16 / 9;
    display: block;
    border-radius: 12px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    background: #080605;
    overflow: hidden;
}

.recipe-blog-video-social {
    position: relative;
    padding: 0;
    color: #fff7f2;
}

.recipe-blog-video-social img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.recipe-blog-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: var(--yump-gold);
    color: #120f0d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
}

.recipe-blog-video-fallback {
    width: 100%;
    height: 100%;
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem;
    background: rgba(var(--yump-gold-rgb), 0.16);
    font-family: 'Merriweather', serif;
    text-align: center;
}

.recipe-blog-media-wrap .tiktok-embed,
.recipe-blog-media-wrap .instagram-media,
.recipe-blog-media-wrap .bluesky-embed {
    margin: 0 auto 1rem !important;
    width: min(430px, 100%) !important;
}

.recipe-blog-video-embed-loading,
.recipe-blog-video-embed-fallback {
    display: block;
    margin: 1rem auto;
    color: var(--yump-gold);
    font-family: var(--yump-mono-font, 'Courier New', monospace);
    font-size: 0.72rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-align: center;
}

.recipe-video-add-form,
.recipe-video-modal-title {
    display: grid;
    gap: 1rem;
}

.recipe-video-modal-title {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.recipe-video-modal-title img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.recipe-video-add-form :is(.public-profile-video-choice, .public-profile-video-mode-panel) {
    display: grid;
    gap: 0.65rem;
}

.recipe-video-add-form select,
.recipe-video-add-form input[type="text"] {
    width: 100%;
    min-height: 42px;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.05);
    color: #fff7f2;
    padding: 0.45rem 0.9rem;
    font-family: 'Merriweather', serif;
}

.recipe-video-add-form select option {
    color: #1b1512;
}

.recipe-video-add-form .public-profile-video-drop {
    min-height: 150px;
    border: 1px dashed rgba(var(--yump-gold-rgb), 0.38);
    border-radius: 10px;
    display: grid;
    place-items: center;
    gap: 0.35rem;
    padding: 1rem;
    text-align: center;
    cursor: pointer;
}

.recipe-video-add-form .public-profile-video-drop input {
    display: none;
}

.blog-author-divider {
    height: 1px;
    background: rgba(var(--yump-gold-rgb), 0.2);
    margin-bottom: 0.9rem;
}

body.page-recipe-auth-theme .blog-author-divider,
body.page-recipe-auth-theme .comments-head-divider {
    background: rgba(var(--yump-gold-rgb), 0.22);
}

.blog-body-text {
    color: var(--blog-body-color) !important;
    font-size: var(--blog-copy-size);
    line-height: var(--blog-copy-line);
}

#recipe-blog .blog-body-text :is(h5, ul, ol, li) {
    color: var(--blog-body-color) !important;
}

.recipe-blog-card ul,
.recipe-blog-card li {
    font-size: var(--blog-copy-size);
    line-height: 1.6;
}

.recipe-blog-card ul {
    margin: 0.35rem 0 0.7rem 1rem;
    padding: 0;
}

.temp-comments-list {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
    margin-top: 0.45rem;
}

.comments-scroll-wrap {
    flex: 1 1 auto;
    min-height: 0;
    max-height: none;
    overflow-y: auto;
    padding-right: 0.9rem;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

.comments-head-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.6rem;
}

.comments-head-divider {
    height: 1px;
    background: rgba(var(--yump-gold-rgb), 0.18);
    margin: 0.2rem 0 1rem;
}

.history-comments-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.comments-add-btn {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    color: var(--blog-accent);
    border-color: var(--blog-accent);
    margin-top: 0.15rem;
}

body.page-recipe-auth-theme .comments-add-btn,
body.page-recipe-auth-theme #recipe-blog .btn.btn-outline-secondary {
    color: var(--yump-gold);
    border-color: rgba(var(--yump-gold-rgb), 0.42);
    background: rgba(255, 255, 255, 0.03);
}

.comments-scroll-wrap:hover,
.comments-scroll-wrap:focus-within,
.comments-scroll-wrap.is-scrolling {
    scrollbar-color: var(--blog-accent) transparent;
}

.comments-scroll-wrap::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.comments-scroll-wrap::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 999px;
    border: 2px solid transparent;
    background-clip: padding-box;
    transition: background-color 0.2s ease;
}

.comments-scroll-wrap:hover::-webkit-scrollbar-thumb,
.comments-scroll-wrap:focus-within::-webkit-scrollbar-thumb,
.comments-scroll-wrap.is-scrolling::-webkit-scrollbar-thumb {
    background: rgba(var(--yump-gold-rgb), 0.58);
}

.comments-scroll-wrap::-webkit-scrollbar-track {
    background: transparent;
}

#recipe-comments-card .public-profile-blog-comments {
    grid-template-rows: auto minmax(0, 1fr) auto auto;
    height: 100%;
    min-height: 0;
}

#recipe-comments-list {
    max-height: none;
}

#recipe-blog .row.g-4.align-items-stretch>[class*="col-"] {
    min-height: 0;
}

.comments-add-btn:hover,
.comments-add-btn:focus {
    color: var(--blog-white);
    background: var(--blog-accent);
    border-color: var(--blog-accent);
}

body.page-recipe-auth-theme .comments-add-btn:hover,
body.page-recipe-auth-theme .comments-add-btn:focus,
body.page-recipe-auth-theme #recipe-blog .btn.btn-outline-secondary:hover,
body.page-recipe-auth-theme #recipe-blog .btn.btn-outline-secondary:focus {
    background: var(--yump-gold);
    border-color: var(--yump-gold);
    color: #120f0d;
}

#recipe-blog :is(.history-comments-card, .comment-composer-modal, .comment-images-modal, .comment-report-modal) .btn {
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#recipe-blog :is(.comment-composer-modal, .comment-images-modal, .comment-report-modal) .btn {
    color: var(--blog-accent);
    border-color: var(--blog-accent);
}

#recipe-blog :is(.comment-composer-modal, .comment-images-modal, .comment-report-modal) .btn.btn-dark {
    background: var(--blog-accent);
    border-color: var(--blog-accent);
    color: var(--blog-white);
}

#recipe-blog :is(.comment-composer-modal, .comment-images-modal, .comment-report-modal) .btn.btn-outline-secondary {
    background: var(--blog-white);
    border-color: var(--blog-accent);
    color: var(--blog-accent);
}

#recipe-blog :is(.comment-composer-modal, .comment-images-modal, .comment-report-modal) .btn.btn-dark:disabled {
    background: var(--blog-accent);
    border-color: var(--blog-accent);
    color: var(--blog-white);
    opacity: 0.65;
}

#recipe-blog :is(.history-comments-card, .comment-composer-modal, .comment-images-modal, .comment-report-modal) .btn:hover,
#recipe-blog :is(.history-comments-card, .comment-composer-modal, .comment-images-modal, .comment-report-modal) .btn:focus {
    color: var(--blog-white) !important;
    background: var(--blog-accent);
    border-color: var(--blog-accent);
}

#recipe-blog :is(.comment-composer-modal, .comment-images-modal, .comment-report-modal) .btn-close {
    filter: var(--blog-btn-close-filter);
    opacity: 1;
}

#recipe-blog .comment-composer-modal .modal-dialog.comment-composer-dialog {
    max-width: min(980px, calc(100vw - 1.5rem));
}

#recipe-blog .comment-composer-modal .comment-composer-content {
    border: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

#recipe-blog .comment-composer-modal .comment-composer-header {
    border-bottom: 0;
    padding: 1rem 1.25rem 0.75rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#recipe-blog .comment-composer-modal .comment-composer-logo {
    width: clamp(87px, 10.8vw, 120px);
    height: auto;
    display: block;
}

#recipe-blog .comment-composer-modal .comment-composer-close {
    margin: 0.1rem 0 0;
}

#recipe-blog .comment-composer-modal .comment-composer-divider {
    height: 1px;
    background: rgba(var(--yump-gold-rgb), 0.25);
    margin: 0 1.25rem;
}

#recipe-blog .comment-composer-modal .comment-composer-body {
    padding: 1rem 1.25rem 1.1rem;
}

#recipe-blog .comment-composer-modal .comment-composer-subtitle {
    font-size: 0.72rem;
    line-height: 1.2;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--blog-accent-soft);
    letter-spacing: 0.03em;
    margin: 0;
}

#recipe-blog .comment-composer-modal .comment-composer-text-input {
    margin-top: 0.45rem;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.34);
    border-radius: 8px;
    min-height: 140px;
    font-size: var(--yump-copy-size);
    line-height: 1.6;
    color: #fff7f2;
    background: rgba(255, 255, 255, 0.05);
    resize: vertical;
}

#recipe-blog .comment-composer-modal .comment-composer-text-input:focus {
    border-color: var(--blog-accent);
    box-shadow: 0 0 0 0.2rem rgba(var(--yump-gold-rgb), 0.16);
}

#recipe-blog .comment-composer-modal .comment-composer-share-head {
    margin-top: 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
}

#recipe-blog .comment-composer-modal .comment-composer-limit {
    color: var(--blog-muted);
    margin-left: 0.35rem;
    text-align: left;
    display: inline-block;
    max-width: 100%;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

#recipe-blog .comment-composer-modal .comment-composer-counter {
    color: var(--blog-accent);
    text-align: right;
    white-space: nowrap;
    justify-self: end;
}

#recipe-blog .comment-composer-modal .comment-composer-share-head .comment-composer-subtitle.mb-0 {
    display: flex;
    align-items: baseline;
    min-width: 0;
    flex: 1 1 auto;
    overflow: hidden;
}

#recipe-blog .comment-composer-modal .comment-composer-share-label {
    white-space: nowrap;
    flex: 0 0 auto;
}

#recipe-blog .comment-composer-modal .comment-composer-divider-media {
    margin-top: 0.45rem;
    margin-bottom: 0.85rem;
}

#recipe-blog .comment-composer-modal .comment-composer-upload-wrap {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

#recipe-blog .comment-composer-modal .comment-composer-upload-row {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    flex-wrap: wrap;
}

#recipe-blog .comment-composer-modal .comment-composer-browse-btn {
    background: rgba(var(--yump-gold-rgb), 0.1);
    border: 1px solid rgba(var(--yump-gold-rgb), 0.55);
    color: var(--blog-accent-soft);
    border-radius: 8px;
    padding: 0.48rem 0.9rem;
    line-height: 1;
    font-size: 0.83rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#recipe-blog .comment-composer-modal .comment-composer-browse-btn:hover,
#recipe-blog .comment-composer-modal .comment-composer-browse-btn:focus {
    background: var(--blog-accent);
    border-color: var(--blog-accent);
    color: var(--blog-white);
}

#recipe-blog .comment-composer-modal .comment-composer-images-meta {
    font-size: 0.78rem;
    color: var(--blog-muted);
}

#recipe-blog .comment-composer-modal .comment-composer-helper {
    font-size: 0.72rem;
    color: var(--blog-muted);
    margin-top: 0.1rem;
}

#recipe-blog .comment-composer-modal .comment-upload-progress {
    margin-top: 0.45rem;
}

#recipe-blog .comment-composer-modal .comment-upload-progress-track {
    height: 8px;
    background: rgba(var(--yump-gold-rgb), 0.14);
}

#recipe-blog .comment-composer-modal .comment-upload-progress-bar {
    background: var(--blog-accent);
}

#recipe-blog .comment-composer-modal .comment-upload-progress-text {
    margin-top: 0.35rem;
    font-size: 0.72rem;
    color: var(--blog-muted);
}

#recipe-blog .comment-composer-modal .comment-composer-footer {
    border-top: 0;
    padding: 0.8rem 1.25rem 1.15rem;
    gap: 0.45rem;
}

#recipe-blog .comment-composer-modal .comment-composer-cancel,
#recipe-blog .comment-composer-modal .comment-composer-post {
    min-width: 88px;
    border-radius: 8px;
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    border: 1px solid var(--blog-accent);
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

#recipe-blog .comment-composer-modal .comment-composer-cancel {
    background: rgba(255, 255, 255, 0.03);
    color: var(--yump-gold);
}

#recipe-blog .comment-composer-modal .comment-composer-post {
    background: var(--blog-accent);
    color: var(--blog-white);
}

#recipe-blog .comment-composer-modal .comment-composer-cancel:hover,
#recipe-blog .comment-composer-modal .comment-composer-cancel:focus,
#recipe-blog .comment-composer-modal .comment-composer-post:hover,
#recipe-blog .comment-composer-modal .comment-composer-post:focus {
    background: var(--blog-accent-dark);
    border-color: var(--blog-accent-dark);
    color: var(--blog-white);
}

#recipe-blog .comment-composer-modal .comment-composer-post:disabled {
    background: var(--blog-accent);
    border-color: var(--blog-accent);
    color: var(--blog-white);
    opacity: 0.6;
}

.temp-comment-item {
    display: flex;
    gap: 0.65rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.15);
}

.temp-comment-item-reply {
    margin-left: 1.2rem;
}

.temp-comment-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.temp-comment-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(var(--yump-gold-rgb), 0.18);
    color: #8f5543;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}

.temp-comment-avatar-photo {
    object-fit: cover;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.25);
}

.temp-comment-body {
    flex: 1;
    min-width: 0;
}

.temp-comment-head {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.2rem;
    min-height: 30px;
}

.temp-comment-name {
    font-size: 0.72rem;
    font-weight: 500;
    color: #b26f5d;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
}

.temp-comment-date {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8e8e8e;
    white-space: nowrap;
    min-width: 84px;
    text-align: right;
}

.temp-comment-item p {
    font-size: var(--blog-copy-size) !important;
    line-height: var(--blog-copy-line) !important;
}

.temp-comment-actions {
    display: flex;
    gap: 0.85rem;
    font-size: 0.76rem;
    color: #7d6b64;
    align-items: center;
}

.comment-action-btn {
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    color: inherit;
    text-decoration: none;
    font-size: 0.76rem;
    line-height: 1;
    cursor: pointer;
    transition: color 0.2s ease;
}

.comment-like-btn.is-liked {
    color: var(--blog-accent);
}

.comment-report-btn.is-reported {
    color: var(--blog-accent);
}

.comment-like-btn[disabled],
.comment-report-btn[disabled] {
    opacity: 0.55;
    cursor: not-allowed;
}

.comment-action-btn:hover {
    color: var(--blog-accent);
}

.comment-action-btn:focus {
    color: var(--blog-accent);
}

.comment-image-row {
    display: flex;
    gap: 0.4rem;
    margin: 0.45rem 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.1rem;
}

.comment-thumb-btn {
    border: none;
    background: transparent;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    flex: 0 0 auto;
    position: relative;
}

.comment-thumb-img {
    width: 58px;
    height: 58px;
    object-fit: cover;
    display: block;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.25);
}

.comment-thumb-btn.img-load-error {
    background: rgba(var(--yump-gold-rgb), 0.12);
}

.comment-image-modal-author {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

.comment-image-modal-author .temp-comment-name {
    font-size: 0.72rem;
    font-weight: 400;
    color: var(--blog-accent-soft);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#comment_image_modal_author_avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#comment_image_modal_author_avatar .temp-comment-avatar-photo {
    width: 30px;
    height: 30px;
}

.comments-empty-state {
    padding: 1.2rem 0.4rem;
}

.comments-empty-icon {
    font-size: 2.5rem;
    color: var(--blog-accent-soft);
    display: inline-block;
    margin-bottom: 0.55rem;
    line-height: 1;
}

.comments-empty-text {
    font-size: var(--yump-copy-size);
    line-height: 1.5;
}

body.page-recipe-auth-theme #recipe-blog .blog-body-text,
body.page-recipe-auth-theme #recipe-blog .recipe-history-copy {
    color: rgba(255, 247, 242, 0.82) !important;
}

@media (max-width: 768px) {
    #recipe-blog {
        --blog-copy-size: 0.84rem;
        --blog-copy-line: 1.6;
    }

    .blog-body-text {
        --blog-body-color: rgba(255, 247, 242, 0.9);
        color: var(--blog-body-color) !important;
        font-size: var(--blog-copy-size);
    }

    .recipe-history-copy {
        color: rgba(255, 247, 242, 0.9) !important;
    }

    body.page-recipe-auth-theme #recipe-blog .blog-body-text,
    body.page-recipe-auth-theme #recipe-blog .recipe-history-copy {
        color: var(--blog-body-color, rgba(255, 247, 242, 0.9)) !important;
    }

    .recipe-blog-card ul,
    .recipe-blog-card li {
        font-size: 0.84rem;
    }

    .temp-comment-name {
        font-size: 0.82rem;
    }

    .temp-comment-item p {
        font-size: var(--blog-copy-size) !important;
        line-height: var(--blog-copy-line) !important;
    }

    .comments-scroll-wrap {
        max-height: none;
    }

    .temp-comment-item-reply {
        margin-left: 0.8rem;
    }

    .comment-thumb-img {
        width: 50px;
        height: 50px;
    }

    #recipe-blog .comment-composer-modal .modal-dialog.comment-composer-dialog {
        max-width: 100%;
    }

    #recipe-blog .comment-composer-modal .comment-composer-header,
    #recipe-blog .comment-composer-modal .comment-composer-body,
    #recipe-blog .comment-composer-modal .comment-composer-footer {
        padding-left: 0.95rem;
        padding-right: 0.95rem;
    }

    #recipe-blog .comment-composer-modal .comment-composer-divider {
        margin-left: 0.95rem;
        margin-right: 0.95rem;
    }

    #recipe-blog .comment-composer-modal .comment-composer-share-head {
        align-items: center;
        gap: 0.45rem;
    }
}

/* === includes\_components\comments.css === */
.yump-comment-thread,
.public-profile-blog-comments {
    display: grid;
    gap: 0.7rem;
    margin-top: 0.9rem;
    padding-top: 0.75rem;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.18);
}

.yump-comment-thread {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.public-profile-blog-comments-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    color: rgba(255, 247, 242, 0.64);
    font-family: 'Merriweather', serif;
    font-size: 0.74rem;
}

.public-profile-blog-comments-head .future-module-label {
    margin: 0;
}

.public-profile-blog-comment-list {
    --profile-comment-avatar-size: 30px;
    --profile-comment-gap: 0.65rem;
    --profile-comment-reply-indent: clamp(1rem, 4vw, 2.25rem);
    display: grid;
    gap: 0.75rem;
}

.public-profile-blog-comment {
    display: flex;
    gap: var(--profile-comment-gap);
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.15);
}

.public-profile-blog-comment:has(+ .public-profile-blog-comment.is-reply) {
    border-bottom: 0;
}

.public-profile-blog-comment.is-reply {
    position: relative;
    margin-left: var(--profile-comment-reply-indent);
    padding-left: 0.65rem;
    border-left: 1px solid rgba(var(--yump-gold-rgb), 0.18);
}

.public-profile-blog-comment.is-reply::before {
    content: "";
    position: absolute;
    top: -0.375rem;
    left: max(0px, calc(var(--profile-comment-avatar-size) + var(--profile-comment-gap) - var(--profile-comment-reply-indent)));
    right: 0;
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.15);
    pointer-events: none;
}

.public-profile-blog-comment:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.public-profile-blog-comment-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(var(--yump-gold-rgb), 0.18);
    color: var(--yump-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    object-fit: cover;
    flex: 0 0 30px;
    font-size: 0.78rem;
    font-weight: 700;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.25);
}

.public-profile-blog-comment-body {
    flex: 1;
    min-width: 0;
}

.public-profile-blog-comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    margin-bottom: 0.2rem;
    min-height: 30px;
}

.public-profile-blog-comment-head :is(a, strong) {
    color: var(--yump-gold);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
}

.public-profile-blog-comment-head time {
    color: rgba(255, 247, 242, 0.52);
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
}

.public-profile-blog-comment p {
    margin: 0 0 0.35rem;
    color: var(--auth-copy, rgba(255, 249, 246, 0.82));
    font-family: 'Merriweather', serif;
    font-size: 0.82rem;
    line-height: 1.45;
}

.comment-image-row,
.public-profile-blog-comment-images {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0.45rem 0;
}

.comment-thumb-btn,
.public-profile-blog-comment-images a {
    appearance: none;
    width: 58px;
    height: 58px;
    padding: 0;
    background: transparent;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.22);
}

.comment-thumb-img,
.public-profile-blog-comment-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.public-profile-blog-comment-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.85rem;
    color: rgba(255, 247, 242, 0.52);
    font-size: 0.76rem;
}

.public-profile-blog-comment-action {
    border: 0;
    background: transparent;
    color: rgba(255, 247, 242, 0.56);
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    padding: 0;
    font: inherit;
    line-height: 1;
}

.public-profile-blog-comment-action:hover,
.public-profile-blog-comment-action:focus-visible,
.public-profile-blog-comment-action.is-active {
    color: var(--yump-gold);
}

.public-profile-blog-comment-action:disabled {
    cursor: default;
    opacity: 0.62;
}

.public-profile-blog-reply-slot {
    margin-top: 0.6rem;
}

.public-profile-blog-reply-slot .public-profile-blog-comment-form {
    max-width: 520px;
}

.public-profile-blog-comment-actions span,
.public-profile-blog-comment-actions button {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
}

.public-profile-blog-comment-form {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) 38px;
    gap: 0;
    align-items: end;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.28);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    overflow: hidden;
}

.public-profile-blog-comment-form.is-image-dragging {
    border-color: rgba(var(--yump-gold-rgb), 0.78);
    background: rgba(var(--yump-gold-rgb), 0.08);
    box-shadow: 0 0 0 2px rgba(var(--yump-gold-rgb), 0.12);
}

.public-profile-blog-comment-attach,
.public-profile-blog-comment-submit {
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: var(--yump-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.public-profile-blog-comment-attach {
    grid-column: 1;
    grid-row: 1;
}

.public-profile-blog-comment-submit {
    grid-column: 3;
    grid-row: 1;
}

.public-profile-blog-comment-attach:hover,
.public-profile-blog-comment-attach:focus-visible,
.public-profile-blog-comment-attach.is-active,
.public-profile-blog-comment-submit:hover,
.public-profile-blog-comment-submit:focus-visible {
    background: rgba(var(--yump-gold-rgb), 0.16);
    color: #fff7f2;
}

.public-profile-blog-comment-submit:disabled {
    opacity: 0.48;
    pointer-events: none;
}

.public-profile-blog-comment-file {
    display: none !important;
}

.public-profile-blog-comment-form {
    --profile-comment-input-min-height: 36px;
    --profile-comment-input-border: 0;
    --profile-comment-input-background: transparent;
    --profile-comment-input-color: #fff7f2;
    --profile-comment-input-padding: 0.48rem 0.85rem 0.28rem;
    --profile-comment-input-font-family: 'Merriweather', serif;
    --profile-comment-input-font-size: 0.82rem;
    --profile-comment-input-font-weight: 400;
    --profile-comment-input-line-height: 1.35;
    --profile-comment-input-placeholder: rgba(255, 239, 231, 0.5);
    --profile-comment-input-focus: rgba(var(--yump-gold-rgb), 0.22);
}

.public-profile-blog-comment-form :is(input[type="text"], textarea) {
    grid-column: 2;
    grid-row: 1;
    width: 100%;
    min-height: var(--profile-comment-input-min-height);
    max-height: 9.6rem;
    border: var(--profile-comment-input-border);
    border-radius: 0;
    background: var(--profile-comment-input-background);
    color: var(--profile-comment-input-color);
    padding: var(--profile-comment-input-padding);
    font-family: var(--profile-comment-input-font-family);
    font-size: var(--profile-comment-input-font-size);
    font-weight: var(--profile-comment-input-font-weight);
    line-height: var(--profile-comment-input-line-height);
    overflow-y: auto;
    resize: none;
    scrollbar-width: thin;
    align-self: stretch;
    outline: none;
    box-shadow: none;
    caret-color: rgba(var(--yump-gold-rgb), 0.92);
}

.public-profile-comment-counter {
    display: none;
    width: 100%;
    text-align: right;
    padding: 0.24rem 0.08rem 0;
    color: rgba(255, 247, 242, 0.52);
    font-family: 'Merriweather', serif;
    font-size: 0.66rem;
    line-height: 1;
}

.public-profile-comment-counter.is-over-limit {
    color: #ffb199;
}

.public-profile-blog-comment-form:focus-within + .public-profile-comment-counter,
.public-profile-blog-comment-form.is-comment-focused + .public-profile-comment-counter {
    display: block;
}

.public-profile-blog-comment-form :is(input[type="text"], textarea)::placeholder {
    color: var(--profile-comment-input-placeholder);
}

.public-profile-blog-comment-form :is(input[type="text"], textarea):focus {
    outline: none;
    box-shadow: inset 0 0 0 1px var(--profile-comment-input-focus);
}

.public-profile-blog-comment-selected {
    color: rgba(255, 247, 242, 0.58);
    font-size: 0.72rem;
    padding-left: 0.65rem;
}

.yump-comment-empty-composer {
    padding-top: 0.1rem;
}

.yump-comment-main-form {
    margin-top: 0.2rem;
}

@media (max-width: 575.98px) {
    .public-profile-blog-comment-form {
        max-width: min(100%, calc(100vw - 4rem));
    }
}

.comment-image-modal-author {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    min-width: 0;
}

@media (max-width: 575.98px) {
    .public-profile-blog-comment-list {
        --profile-comment-reply-indent: 0.9rem;
    }

    .public-profile-blog-comment.is-reply {
        margin-left: var(--profile-comment-reply-indent);
    }
}


/* === includes\_content\similar_recipes\css\similar_recipes.css === */
.similar-recipes-section {
    background:
        radial-gradient(circle at 8% 10%, rgba(var(--yump-gold-rgb), 0.18), transparent 42%),
        radial-gradient(circle at 92% 92%, rgba(35, 88, 0, 0.12), transparent 44%),
        linear-gradient(180deg, #eadfce 0%, #f2eade 54%, #f6f2eb 100%);
    border-top: 1px solid rgba(var(--yump-gold-rgb), 0.18);
}

body.page-recipe-auth-theme .similar-recipes-section {
    background:
        radial-gradient(circle at 8% 10%, rgba(var(--yump-gold-rgb), 0.16), transparent 42%),
        radial-gradient(circle at 92% 92%, rgba(var(--yump-gold-rgb), 0.08), transparent 44%),
        linear-gradient(180deg, rgba(18, 15, 13, 0.78) 0%, rgba(23, 18, 16, 0.94) 54%, rgba(15, 12, 10, 0.98) 100%);
    border-top-color: rgba(var(--yump-gold-rgb), 0.16);
}

.similar-kicker {
    display: inline-block;
    margin-bottom: 0.35rem;
    font-family: var(--yump-mono-font);
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--yump-gold);
}

body.page-recipe-auth-theme .similar-kicker {
    color: var(--yump-gold);
}

.similar-active-filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
    margin-top: 1rem;
}

.similar-active-filters-label {
    font-family: var(--yump-mono-font);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--yump-gold);
}

.similar-active-filter-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    max-width: min(100%, 880px);
}

.similar-active-filter-chip,
.similar-active-filter-clear {
    border: 1px solid rgba(var(--yump-gold-rgb), 0.38);
    background: rgba(12, 9, 7, 0.48);
    color: #fff7f2;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    min-height: 2rem;
    border-radius: 999px;
    padding: 0.42rem 0.68rem;
    font: 700 0.78rem/1 var(--yump-mono-font);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform 0.16s ease, border-color 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.similar-active-filter-chip span {
    color: var(--yump-gold);
    font-size: 1rem;
    line-height: 0.75;
}

.similar-active-filter-chip:hover,
.similar-active-filter-chip:focus-visible,
.similar-active-filter-clear:hover,
.similar-active-filter-clear:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(var(--yump-gold-rgb), 0.7);
    background: rgba(var(--yump-gold-rgb), 0.16);
    color: #fff7f2;
    outline: none;
}

.similar-active-filter-clear {
    color: var(--yump-gold);
    background: transparent;
    text-decoration: underline;
    text-underline-offset: 0.22em;
}

.similar-recipes-section.is-refreshing {
    cursor: wait;
}

.similar-recipes-section.is-refreshing [data-similar-recipes-grid] {
    opacity: 0.46;
    pointer-events: none;
    transition: opacity 0.16s ease;
}

.similar-recipes-empty {
    border: 1px solid rgba(var(--yump-gold-rgb), 0.28);
    border-radius: 8px;
    background: rgba(12, 9, 7, 0.28);
    color: var(--auth-muted, #d7c1b6);
    padding: 1rem;
    text-align: center;
}

.similar-recipe-card-col:nth-child(n + 9) {
    display: none;
}

@media (max-width: 991.98px) {
    .similar-recipe-card-col:nth-child(n + 4) {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .similar-recipe-card-col:nth-child(n + 3) {
        display: none;
    }
}

/* Inline history video control rule formerly emitted by history.php. */
.video-wrapper:hover .video-controls-overlay,
.video-controls-visible .video-controls-overlay {
    opacity: 1 !important;
}

.recipe-review-banner {
    position: sticky;
    top: 0;
    z-index: 1040;
    border-block: 1px solid rgba(var(--yump-gold-rgb), 0.34);
    background: rgba(21, 13, 9, 0.94);
    color: var(--yump-gold);
    font: 700 0.84rem/1.2 var(--yump-mono-font);
    letter-spacing: 0.12em;
    padding: 0.72rem 1rem;
    text-align: center;
    text-transform: uppercase;
}

body.is-recipe-review-mode::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 5000;
    pointer-events: none;
    box-shadow: inset 0 0 0 8px rgba(92, 113, 49, 0.88);
}

.recipe-review-floating-approve {
    position: fixed;
    right: max(1rem, env(safe-area-inset-right));
    bottom: max(1rem, env(safe-area-inset-bottom));
    z-index: 1050;
    border: 1px solid rgba(var(--yump-gold-rgb), 0.72);
    border-radius: 999px;
    background: #1a100c;
    color: var(--yump-gold);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 3rem;
    padding: 0.72rem 1.1rem;
    font: 800 0.82rem/1 var(--yump-mono-font);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.34);
}

.recipe-review-floating-approve:hover,
.recipe-review-floating-approve:focus-visible {
    background: #1a100c;
    border-color: var(--yump-gold);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.44), 0 0 0 2px rgba(var(--yump-gold-rgb), 0.18);
    outline: none;
}

.recipe-review-floating-approve.is-staff {
    top: calc(56px + max(0.65rem, env(safe-area-inset-top)));
    bottom: auto;
    left: max(0.75rem, env(safe-area-inset-left));
    right: auto;
    z-index: 3001;
}

.recipe-review-floating-approve.is-final-review-reopen {
    top: calc(56px + max(0.65rem, env(safe-area-inset-top)));
    bottom: auto;
    left: max(0.75rem, env(safe-area-inset-left));
    right: auto;
    z-index: 3001;
    max-width: min(22rem, calc(100vw - 1.5rem));
    white-space: normal;
    line-height: 1.25;
}

.recipe-review-control {
    border: 1px solid rgba(var(--yump-gold-rgb), 0.32);
    border-radius: 8px;
    background: rgba(15, 10, 8, 0.82);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0.45rem 0;
    padding: 0.36rem 0.48rem;
    font-size: 0.82rem;
    line-height: 1.2;
}

.recipe-review-control.is-declined {
    border-color: rgba(194, 91, 73, 0.72);
    color: #fff;
    flex-wrap: wrap;
}

.recipe-review-control.is-declined [data-recipe-review-status-text] {
    color: #ffd3ca;
}

.recipe-review-control.is-review-focus {
    box-shadow: 0 0 0 3px rgba(var(--yump-gold-rgb), 0.22), 0 0 24px rgba(var(--yump-gold-rgb), 0.18);
}

.recipe-review-decline-note {
    flex-basis: 100%;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.72rem;
    line-height: 1.25;
    max-width: 100%;
}

.hero2 > .recipe-review-control {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    z-index: 4;
}

.instruction-step-media .recipe-review-control {
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    justify-content: center;
}

.instruction-step-media {
    position: relative;
}

.recipe-review-control.is-approved {
    border-color: rgba(95, 184, 122, 0.58);
    color: #d9ffe4;
}

.recipe-review-icon-btn {
    border: 1px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: var(--yump-gold);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.7rem;
    height: 1.7rem;
    padding: 0;
}

.recipe-review-icon-btn.is-decline {
    color: #f0a08e;
}

.recipe-review-icon-btn.is-edit {
    color: var(--yump-gold);
}

.recipe-review-icon-btn:hover,
.recipe-review-icon-btn:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    outline: none;
}

.recipe-review-action-btn {
    border: 1px solid rgba(var(--yump-gold-rgb), 0.58);
    border-radius: 999px;
    background: rgba(var(--yump-gold-rgb), 0.12);
    color: var(--yump-gold);
    font: 800 0.68rem/1 var(--yump-mono-font);
    letter-spacing: 0.08em;
    padding: 0.48rem 0.62rem;
    text-transform: uppercase;
}

.recipe-review-action-btn.is-override {
    border-color: rgba(240, 160, 142, 0.62);
    color: #f0a08e;
}

.recipe-review-action-btn:hover,
.recipe-review-action-btn:focus-visible {
    background: rgba(255, 255, 255, 0.1);
    outline: none;
}

.recipe-review-voice-slot {
    flex-basis: 100%;
}

.recipe-review-modal .modal-dialog {
    max-width: min(500px, calc(100vw - 1.5rem));
}

.recipe-review-modal .fm-modal-card {
    border: 1px solid rgba(var(--yump-gold-rgb), 0.24);
    border-radius: 10px;
    background: #100b09;
    color: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.58);
}

.recipe-review-modal .fm-modal-head {
    border-bottom: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    padding: 0.95rem 1rem;
}

.recipe-review-modal .fm-modal-body {
    padding: 1.05rem 1rem 1rem;
}

.recipe-review-modal [data-review-modal-body] {
    color: #fff;
    font-size: 0.98rem;
    line-height: 1.45;
    margin-bottom: 1rem;
}

.recipe-review-modal [data-review-modal-body] p {
    margin: 0 0 0.8rem;
}

.recipe-review-modal [data-review-modal-body] ul {
    margin: 0 0 0.9rem 1.15rem;
    padding: 0;
}

.recipe-review-modal [data-review-modal-body] li {
    margin-bottom: 0.32rem;
}

.recipe-review-modal [data-review-modal-body] a {
    color: var(--yump-gold);
}

.recipe-review-modal textarea.form-control {
    min-height: 8.25rem;
    border-color: rgba(192, 122, 101, 0.52);
    background: #1a1512;
    color: #fff;
}

.recipe-review-modal textarea.form-control:focus {
    border-color: rgba(var(--yump-gold-rgb), 0.72);
    box-shadow: 0 0 0 0.18rem rgba(var(--yump-gold-rgb), 0.16);
}

.recipe-review-modal-disclaimer {
    border-block: 1px solid rgba(var(--yump-gold-rgb), 0.18);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    line-height: 1.35;
    margin: 1rem 0;
    padding: 0.65rem 0;
}

.recipe-review-modal .fm-modal-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.6rem;
}

.recipe-review-modal-action-separator {
    align-self: stretch;
    width: 1px;
    min-height: 2rem;
    background: rgba(var(--yump-gold-rgb), 0.22);
}

.recipe-review-modal-extra {
    white-space: normal;
}
