.editorial-lead {
    margin: 4px 0 28px;
    padding: 22px 24px;
    border-right: 4px solid #ef6507;
    border-radius: 16px;
    background: linear-gradient(110deg, #ef650717, #ffffff05);
}

.article-content::after {
    content: "";
    display: table;
    clear: both;
}

.article-content .article-media {
    width: min(46%, 420px);
    margin: 12px 0 24px;
}

.article-content .article-media-right {
    float: right;
    margin-left: 26px;
}

.article-content .article-media-left {
    float: left;
    margin-right: 26px;
}

.article-content .article-media-wide,
.article-content .article-media:has(img + img) {
    width: 100%;
    float: none;
    margin: 28px 0;
    clear: both;
}

.article-content .article-media:has(img + img) {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.article-content .article-media img {
    width: 100%;
    margin: 0;
    border-radius: 16px;
}

.editorial-lead p {
    margin: 0;
    color: #f2ede7;
    font-size: 17px;
    line-height: 2.05;
}

.article-quick-guide {
    margin: 26px 0 34px;
    padding: 22px 24px;
    border: 1px solid #ffffff18;
    border-radius: 18px;
    background: #15181a;
}

.article-quick-guide h2 {
    margin: 0 0 12px;
    color: #ff9b43;
    font-size: 18px;
}

.article-quick-guide ul {
    margin: 0;
    padding-right: 20px;
}

.article-quick-guide li {
    margin: 7px 0;
    color: #d2cdc6;
}

.recipe-ingredients {
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 34px 0 42px;
    padding: 28px;
    border: 1px solid #ffffff18;
    border-radius: 26px;
    background:
        radial-gradient(circle at 100% 0, #ff7a1725, transparent 36%),
        radial-gradient(circle at 0 100%, #e7b8670d, transparent 38%),
        linear-gradient(145deg, #181b1e 0%, #0f1113 72%);
    box-shadow: 0 24px 65px #00000038, inset 0 1px #ffffff08;
    isolation: isolate;
}

.recipe-ingredients::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -70px;
    left: -55px;
    width: 190px;
    height: 190px;
    border: 1px solid #ff8c2724;
    border-radius: 50%;
    box-shadow: 0 0 70px #f56a0d12;
}

.recipe-ingredients > header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 0 2px 23px;
    border-bottom: 1px solid #ffffff12;
}

.recipe-ingredients-eyebrow {
    grid-column: 1;
    color: #ff963c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .03em;
}

.article-content .recipe-ingredients h2 {
    grid-column: 1;
    margin: 3px 0 4px;
    color: #fff;
    font-size: 25px;
}

.article-content .recipe-ingredients header p {
    grid-column: 1;
    max-width: 520px;
    margin: 0;
    color: #96928d;
    font-size: 11px;
    line-height: 1.9;
}

.recipe-servings {
    grid-column: 2;
    grid-row: 1 / span 3;
    align-self: center;
    padding: 9px 13px;
    color: #ffe8d5;
    background: #ef650714;
    border: 1px solid #ef650740;
    border-radius: 99px;
    font-size: 10px;
    white-space: nowrap;
}

.recipe-ingredients-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
    margin: 18px 0 0;
    padding: 0;
    list-style: none;
}

.recipe-ingredient {
    display: grid;
    grid-template-columns: 39px minmax(0, 1fr);
    align-items: center;
    gap: 11px;
    min-height: 66px;
    padding: 10px 12px;
    border: 1px solid #ffffff0f;
    border-radius: 15px;
    background: linear-gradient(110deg, #ffffff09, #ffffff04);
    transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.recipe-ingredient:hover {
    transform: translateY(-2px);
    border-color: #ef65074a;
    background: linear-gradient(110deg, #ef650712, #ffffff04);
}

.recipe-ingredient > i {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    color: #ff9a46;
    background: #080a0c;
    border: 1px solid #ffffff12;
    border-radius: 12px;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
}

.recipe-ingredient b,
.recipe-ingredient small {
    display: block;
}

.recipe-ingredient b {
    overflow: hidden;
    color: #f5f0ea;
    font-size: 12px;
    line-height: 1.7;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recipe-ingredient small {
    margin-top: 2px;
    color: #ff9b4b;
    font-size: 9px;
}

.recipe-ingredients.is-animated .recipe-ingredient {
    opacity: 0;
    transform: translateY(12px);
}

.recipe-ingredients.is-animated.is-visible .recipe-ingredient {
    opacity: 1;
    transform: none;
    transition-delay: calc(var(--ingredient-order) * 34ms);
    transition-duration: .45s;
    transition-property: opacity, transform, border-color, background;
}

.editorial-note {
    margin-top: 36px;
    padding: 24px;
    border: 1px solid #ef650733;
    border-radius: 18px;
    background: radial-gradient(circle at 100% 0, #ef65071d, transparent 48%), #121416;
}

.editorial-note h2 {
    margin-top: 0;
}

.article-food-cta,
.inline-related-posts {
    clear: both;
    width: 100%;
    box-sizing: border-box;
}

.article-food-cta {
    position: relative;
    overflow: hidden;
    margin: 46px 0;
    padding: 25px;
    border: 1px solid #f478273b;
    border-radius: 24px;
    background: radial-gradient(circle at 100% 0, #ef65072b, transparent 42%), linear-gradient(145deg, #17191b, #0d0f10);
    box-shadow: 0 22px 50px #00000030;
}

.article-food-cta > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.article-food-cta > header small,
.inline-related-posts > header small {
    color: #ff8d31;
    font-size: 11px;
    font-weight: 700;
}

.article-food-cta > header h2,
.inline-related-posts > header h2 {
    margin: 5px 0 0;
    color: #fff;
    font-size: 21px;
}

.article-food-intro p {
    max-width: 610px;
    margin: 7px 0 0;
    color: #aaa39c;
    font-size: 11px;
    line-height: 1.9;
}

.article-food-cta > header > a {
    flex: 0 0 auto;
    padding: 10px 14px;
    border: 1px solid #ffffff1c;
    border-radius: 11px;
    color: #f8eee7;
    font-size: 11px;
}

.article-food-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 12px;
}

.article-food-card {
    overflow: hidden;
    display: grid;
    grid-template-rows: 170px minmax(0, 1fr) auto;
    height: 100%;
    min-width: 0;
    border: 1px solid #ffffff16;
    border-radius: 18px;
    background: linear-gradient(160deg, #222527, #151719);
    transition: transform .2s ease, border-color .2s ease;
}

.article-food-card:hover {
    transform: translateY(-3px);
    border-color: #ef65076b;
}

.article-content .article-food-cta a {
    text-decoration: none;
}

.article-content .article-food-image {
    display: block;
    width: 100%;
    height: 170px;
    margin: 0;
    overflow: hidden;
    border-radius: 0;
    background: #202224;
}

.article-content .article-food-image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: center center;
    transition: transform .35s ease;
}

.article-food-card:hover .article-food-image img {
    transform: scale(1.045);
}

.article-food-card > div {
    padding: 12px 12px 8px;
}

.article-food-card > div h3,
.article-food-card > div small {
    display: block;
}

.article-food-card > div h3 {
    overflow: hidden;
    margin: 0;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
}

.article-content .article-food-card > div h3 a {
    color: #fff;
}

.article-content .article-food-card > div h3 a:hover {
    color: #ff9b4c;
}

.article-food-card > div small {
    min-height: 34px;
    margin-top: 5px;
    color: #999590;
    font-size: 9px;
    line-height: 1.8;
}

.article-food-card > footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 4px 12px 12px;
}

.article-food-card > footer strong {
    min-width: 0;
    color: #ff9b4c;
    font-size: 11px;
    white-space: nowrap;
}

.article-food-card > footer strong i {
    color: #96918b;
    font-size: 8px;
    font-style: normal;
}

.article-food-quantity,
.article-food-quantity button {
    height: 32px;
}

.article-food-quantity button {
    width: 32px;
    font-size: 18px;
}

.article-food-quantity.is-active span,
.article-food-quantity.is-active .minus {
    width: 27px;
}

.article-outline {
    max-width: 760px;
    margin: 30px auto 42px;
    padding: 22px;
    border: 1px solid #ffffff17;
    border-radius: 20px;
    background: linear-gradient(145deg, #1b1e20, #111315);
}

.article-outline header small {
    color: #ff8d31;
    font-size: 10px;
    font-weight: 800;
}

.article-outline header h2 {
    margin: 5px 0 3px;
    font-size: 20px;
}

.article-outline header p {
    margin: 0;
    color: #8f8a84;
    font-size: 10px;
}

.article-outline ol {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.article-outline li.level-3 {
    margin-right: 16px;
}

.article-outline a {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 42px;
    padding: 8px 10px;
    border: 1px solid #ffffff0e;
    border-radius: 11px;
    color: #d8d3cd;
    background: #ffffff05;
    font-size: 10px;
    line-height: 1.7;
}

.article-outline a:hover {
    border-color: #ef65074f;
    color: #fff;
}

.article-outline a span {
    flex: 0 0 auto;
    color: #ff8d31;
    font-size: 9px;
}

.inline-related-posts {
    margin: 42px 0;
    padding: 23px 25px;
    border: 1px solid #ffffff17;
    border-radius: 20px;
    background: linear-gradient(115deg, #ffffff08, #ffffff03);
}

.inline-related-posts > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 17px;
}

.inline-related-posts a {
    display: grid;
    grid-template-rows: 112px 1fr;
    min-height: 218px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ffffff10;
    border-radius: 15px;
    color: #e9e4de;
    background: #0d0f10a8;
    text-decoration: none;
}

.inline-related-posts a:hover {
    border-color: #ef650755;
    background: #ef65070f;
}

.inline-related-image {
    display: block;
    width: 100%;
    height: 112px;
    overflow: hidden;
    background: #202224;
}

.article-content .inline-related-image img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    object-fit: cover;
    object-position: center;
    transition: transform .35s ease;
}

.inline-related-posts a:hover .inline-related-image img {
    transform: scale(1.04);
}

.inline-related-copy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 12px 13px 13px;
}

.inline-related-copy b {
    color: #f4f0eb;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;
}

.inline-related-copy small {
    margin-top: 12px;
    color: #8f8a84;
    font-size: 9px;
}

.inline-related-copy i {
    color: #ff8e36;
    font-style: normal;
}

.related-reading {
    max-width: 920px;
    margin: 30px auto 110px;
    padding-top: 34px;
    border-top: 1px solid #ffffff18;
}

.related-reading > header small {
    color: #ff963c;
}

.related-reading > header h2 {
    margin: 5px 0 18px;
}

.related-reading > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.related-reading a {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 18px;
    border: 1px solid #ffffff16;
    border-radius: 16px;
    background: linear-gradient(145deg, #202326, #131517);
    transition: transform 180ms ease, border-color 180ms ease;
}

.related-reading a:hover {
    transform: translateY(-3px);
    border-color: #ef650766;
}

.related-reading a > span {
    line-height: 1.8;
    font-weight: 700;
}

.related-reading a > small {
    margin-top: 15px;
    color: #ff963c;
}

@media (max-width: 680px) {
    .editorial-lead,
    .article-quick-guide,
    .editorial-note {
        padding: 17px;
    }

    .editorial-lead p {
        font-size: 15px;
    }

    .recipe-ingredients {
        margin: 26px 0 32px;
        padding: 18px 13px;
        border-radius: 20px;
    }

    .recipe-ingredients > header {
        display: block;
        padding: 0 3px 17px;
    }

    .article-content .recipe-ingredients h2 {
        font-size: 21px;
    }

    .recipe-servings {
        display: inline-flex;
        margin-top: 12px;
    }

    .recipe-ingredients-list {
        grid-template-columns: 1fr;
        gap: 7px;
        margin-top: 13px;
    }

    .recipe-ingredient {
        min-height: 59px;
        grid-template-columns: 35px minmax(0, 1fr);
        padding: 8px 9px;
        border-radius: 13px;
    }

    .recipe-ingredient > i {
        width: 35px;
        height: 35px;
    }

    .related-reading {
        margin-bottom: 150px;
    }

    .related-reading > div {
        grid-template-columns: 1fr;
    }

    .article-content .article-media,
    .article-content .article-media-right,
    .article-content .article-media-left,
    .article-content .article-media-wide {
        width: 100%;
        float: none;
        margin: 22px 0;
        clear: both;
    }
}

.article-comments {
    max-width: 980px;
    margin: 0 auto 120px;
    padding-top: 38px;
    border-top: 1px solid #ffffff18;
}

.comments-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.comments-heading small {
    color: #ff963c;
}

.comments-heading h2 {
    margin: 5px 0 0;
    font-size: 28px;
}

.comments-heading > span {
    padding: 7px 11px;
    border: 1px solid #ffffff15;
    border-radius: 99px;
    color: #aaa6a0;
    font-size: 10px;
}

.comment-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr);
    gap: 18px;
    align-items: start;
}

.comment-compose,
.comment-list {
    border: 1px solid #ffffff16;
    border-radius: 20px;
    background: linear-gradient(145deg, #1d2022, #121416);
}

.comment-compose {
    padding: 22px;
}

.comment-intro h3 {
    margin: 0 0 7px;
}

.comment-intro p {
    margin: 0 0 18px;
    color: #aaa6a0;
    font-size: 11px;
    line-height: 2;
}

.otp-request-form fieldset {
    margin: 0 0 14px;
    padding: 0;
    border: 0;
}

.otp-request-form legend,
.comment-form label > span,
.contact-input > span {
    display: block;
    margin-bottom: 7px;
    color: #d8d3cd;
    font-size: 11px;
}

.otp-request-form fieldset {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.otp-request-form legend {
    grid-column: 1 / -1;
}

.otp-request-form fieldset label {
    position: relative;
    display: grid;
    padding: 12px 14px;
    border: 1px solid #ffffff15;
    border-radius: 13px;
    cursor: pointer;
}

.otp-request-form fieldset input {
    position: absolute;
    opacity: 0;
}

.otp-request-form fieldset label:has(input:checked) {
    border-color: #ef6507;
    background: #ef650714;
}

.otp-request-form fieldset label span {
    font-size: 12px;
    font-weight: 700;
}

.otp-request-form fieldset label small {
    margin-top: 3px;
    color: #8f8b86;
    font-size: 9px;
}

.contact-input,
.comment-form label {
    display: block;
}

.contact-input input,
.comment-form input,
.comment-form textarea {
    width: 100%;
    border: 1px solid #ffffff18;
    border-radius: 12px;
    outline: 0;
    color: #fff;
    background: #0c0e10;
}

.contact-input input,
.comment-form input {
    height: 48px;
    padding: 0 13px;
}

.comment-form textarea {
    min-height: 125px;
    padding: 12px 13px;
    resize: vertical;
    line-height: 1.9;
}

.contact-input input:focus,
.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #ef6507;
    box-shadow: 0 0 0 3px #ef650717;
}

.comment-submit {
    width: 100%;
    min-height: 49px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
    padding: 0 16px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(110deg, #ef6507, #ff7a17);
    font-weight: 800;
}

.comment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
}

.comment-form .wide,
.comment-form .comment-submit {
    grid-column: 1 / -1;
}

.verification-summary {
    display: grid;
    margin-bottom: 15px;
    padding: 14px;
    border: 1px solid #5ebc7150;
    border-radius: 13px;
    background: #3f934812;
}

.verification-summary span,
.verification-summary small {
    color: #8fd59a;
    font-size: 10px;
}

.verification-summary b {
    margin: 4px 0;
    direction: ltr;
    text-align: right;
}

.local-otp {
    margin-bottom: 15px;
    padding: 10px 13px;
    border-radius: 10px;
    color: #ffd4b3;
    background: #ef650718;
    font-size: 11px;
}

.change-contact {
    margin-top: 16px;
    color: #aaa6a0;
    font-size: 10px;
}

.change-contact summary {
    cursor: pointer;
}

.change-contact .otp-request-form {
    margin-top: 14px;
}

.comment-list {
    padding: 10px 18px;
}

.reader-comment {
    padding: 16px 0;
    border-bottom: 1px solid #ffffff10;
}

.reader-comment:last-child {
    border-bottom: 0;
}

.reader-comment header {
    display: flex;
    align-items: center;
    gap: 10px;
}

.reader-comment header > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ff9a43;
    background: #ef650719;
    font-weight: 800;
}

.reader-comment header b,
.reader-comment header time {
    display: block;
}

.reader-comment header time {
    margin-top: 3px;
    color: #77736e;
    font-size: 9px;
}

.reader-comment p {
    margin: 12px 0 0;
    color: #cbc6c0;
    font-size: 12px;
    line-height: 2;
    white-space: pre-line;
}

.no-comments {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #8e8a85;
}

.no-comments i {
    margin-bottom: 9px;
    color: #ff8e36;
    font-size: 32px;
    font-style: normal;
}

.no-comments p {
    max-width: 250px;
    font-size: 10px;
    line-height: 1.9;
}

.comment-message {
    margin-bottom: 14px;
    padding: 11px 14px;
    border: 1px solid #ef650738;
    border-radius: 11px;
    color: #ffd5b7;
    background: #ef650712;
    font-size: 11px;
}

.comment-message.success {
    border-color: #54b86e42;
    color: #9cdda7;
    background: #3f934812;
}

@media (max-width: 760px) {
    .article-food-cta {
        margin: 34px -4px;
        padding: 17px 12px;
        border-radius: 19px;
    }

    .article-food-cta > header {
        align-items: start;
        margin-bottom: 14px;
    }

    .article-food-cta > header h2,
    .inline-related-posts > header h2 {
        font-size: 16px;
        line-height: 1.7;
    }

    .article-food-cta > header > a {
        display: none;
    }

    .article-food-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .article-food-card {
        grid-template-rows: 116px minmax(0, 1fr) auto;
    }

    .article-content .article-food-image {
        height: 116px;
    }

    .article-food-card > div {
        padding: 9px 9px 5px;
    }

    .article-food-card > div h3 {
        font-size: 11px;
    }

    .article-food-card > div small {
        display: none;
    }

    .article-food-card > footer {
        padding: 4px 9px 9px;
    }

    .article-food-card > footer strong {
        font-size: 9px;
    }

    .article-food-intro p {
        font-size: 9px;
    }

    .article-food-quantity,
    .article-food-quantity button {
        height: 29px;
    }

    .article-food-quantity button {
        width: 29px;
    }

    .article-food-quantity.is-active span,
    .article-food-quantity.is-active .minus {
        width: 23px;
        font-size: 10px;
    }

    .article-outline {
        margin: 22px 0 30px;
        padding: 16px 13px;
        border-radius: 17px;
    }

    .article-outline header h2 {
        font-size: 17px;
    }

    .article-outline ol {
        grid-template-columns: 1fr;
    }

    .article-outline li.level-3 {
        margin-right: 10px;
    }

    .inline-related-posts {
        margin: 34px 0;
        padding: 18px 15px;
    }

    .inline-related-posts > div {
        grid-template-columns: 1fr;
    }

    .inline-related-posts a {
        min-height: 0;
    }

    .inline-related-posts a {
        grid-template-columns: 110px minmax(0, 1fr);
        grid-template-rows: 1fr;
    }

    .inline-related-image {
        height: 100%;
        min-height: 104px;
    }

    .comment-layout {
        grid-template-columns: 1fr;
    }

    .comment-form {
        grid-template-columns: 1fr;
    }

    .comment-form .wide,
    .comment-form .comment-submit {
        grid-column: auto;
    }

    .article-comments {
        margin-bottom: 160px;
    }
}
