@import url("https://fonts.cdnfonts.com/css/solway");
@import url("https://fonts.cdnfonts.com/css/source-serif-pro");
@import url("https://fonts.cdnfonts.com/css/tenor-sans");
/* Loaded only when a post is switched to “My custom layout”. */
.nn-custom-single-post-layout {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

.nn-custom-single-post-layout .nn-custom-single-post {
    width: 100%;
    max-width: none;
}

.nn-custom-post-hero {
    width: 100%;
    padding: clamp(3rem, 7vw, 7rem) clamp(1.5rem, 4vw, 4rem) clamp(2.5rem, 5vw, 4rem);
    text-align: center;
}

.nn-custom-post-hero-inner,
.nn-custom-post-content-wrap,
.nn-custom-post-footer {
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.nn-custom-post-category {
    margin-bottom: 1rem;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.nn-custom-post-title {
    margin: 0;
    font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif;
    font-size: clamp(2.25rem, 6vw, 5rem);
    line-height: 1.05;
}

.nn-custom-post-meta {
    display: flex;
    justify-content: center;
    gap: 0.65rem;
    margin-top: 1.25rem;
    opacity: 0.75;
}

.nn-custom-post-meta-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.35rem;
    justify-content: center;
    justify-items: center;
    margin-top: 1.5rem;
    opacity: 1;
    font-size: 1rem;
    line-height: 1.5;
}

.nn-custom-post-meta-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.35rem;
}

.nn-custom-post-meta-label {
    font-weight: 700;
}

.nn-custom-post-meta-list a {
    text-decoration: underline;
    text-underline-offset: 0.14em;
}

.nn-custom-post-rating-row {
    align-items: baseline;
}

.nn-custom-post-rating-stars {
    letter-spacing: 0.05em;
}

.nn-custom-post-featured-image,
.nn-custom-hero-media {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto clamp(2rem, 5vw, 4rem);
    padding-right: clamp(1.5rem, 4vw, 4rem);
    padding-left: clamp(1.5rem, 4vw, 4rem);
}

.nn-custom-post-featured-image img,
.nn-custom-hero-media img,
.nn-custom-hero-media-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0 !important;
}

.nn-custom-hero-media-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 1140px !important;
    margin: clamp(2rem, 4vw, 3rem) auto 0 !important;
    padding-right: clamp(1.5rem, 4vw, 4rem);
    padding-left: clamp(1.5rem, 4vw, 4rem);
    box-sizing: border-box;
}

.nn-custom-hero-media {
    display: block !important;
    overflow: visible !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.nn-custom-hero-media-img {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    border-radius: 0 !important;
}

.nn-custom-hero-media-caption {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0.75rem;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #6f6a67;
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.nn-custom-post-content-wrap {
    padding-right: clamp(1.5rem, 4vw, 4rem);
    padding-left: clamp(1.5rem, 4vw, 4rem);
}

.nn-custom-post-content {
    font-size: clamp(1.05rem, 1.4vw, 1.2rem);
    line-height: 1.8;
}

.nn-custom-post-content > *:first-child {
    margin-top: 0;
}

.nn-custom-post-content img {
    max-width: 100%;
    height: auto;
}

.nn-custom-post-footer {
    padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 4vw, 4rem);
}

.nn-custom-post-tags {
    margin-bottom: 2rem;
}

.nn-custom-post-tags a {
    display: inline-block;
    margin: 0 0.5rem 0.5rem 0;
    padding: 0.4rem 0.75rem;
    border: 1px solid currentColor;
    border-radius: 999px;
    text-decoration: none;
}

@media (max-width: 700px) {
    .nn-custom-post-meta:not(.nn-custom-post-meta-list) {
        display: block;
    }
}

.nn-custom-post-reviews {
    margin-top: clamp(2.5rem, 5vw, 4rem);
    padding-top: clamp(2rem, 4vw, 3rem);
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}


/* Keep Avada and block-editor styles from re-narrowing the custom post body. */
.nn-custom-single-post-layout .nn-custom-post-content-wrap {
    width: 100%;
    max-width: 1140px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

.nn-custom-single-post-layout .nn-custom-post-content,
.nn-custom-single-post-layout .entry-content {
    width: 100%;
    max-width: 100% !important;
}

.nn-custom-single-post-layout .nn-custom-post-content > *,
.nn-custom-single-post-layout .entry-content > *,
.nn-custom-single-post-layout .wp-block-group,
.nn-custom-single-post-layout .wp-block-columns,
.nn-custom-single-post-layout .wp-block-cover,
.nn-custom-single-post-layout .wp-block-image,
.nn-custom-single-post-layout .wp-block-table,
.nn-custom-single-post-layout .alignwide,
.nn-custom-single-post-layout .alignfull {
    max-width: 100% !important;
}

.nn-custom-single-post-layout .alignwide,
.nn-custom-single-post-layout .alignfull {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
}

/* Recipe review form and review output */
.nn-recipe-review-form-wrap,
.nn-recipe-reviews {
    margin-top: 40px;
    padding: 28px;
    border: 1px solid rgba(0,0,0,0.12);
    border-radius: 12px;
}

.nn-recipe-review-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.nn-recipe-review-form label {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.nn-recipe-review-form input,
.nn-recipe-review-form select,
.nn-recipe-review-form textarea {
    width: 100%;
    max-width: 640px;
}

.nn-recipe-review-message {
    font-weight: 700;
}

.nn-recipe-review {
    padding: 18px 0;
    border-top: 1px solid rgba(0,0,0,0.12);
}

.nn-recipe-review:first-of-type {
    border-top: 0;
}

.nn-recipe-review-rating {
    margin-left: 10px;
    font-weight: 700;
}


.nn-custom-post-reviews .nn-recipe-reviews:first-child,
.nn-custom-post-reviews .nn-recipe-review-form-wrap:first-child {
    margin-top: 0;
}

.nn-recipe-review-form button[type="submit"] {
    cursor: pointer;
}


/* Avada/Fusion Builder content containers can use full-width/100vw rules that
   escape normal wrappers. On custom-layout posts, force those builder sections
   to stay inside the 1140px post column. */
.nn-custom-single-post-layout .nn-custom-post-content-wrap,
.nn-custom-single-post-layout .nn-custom-post-content,
.nn-custom-single-post-layout .nn-custom-post-content > .fusion-fullwidth,
.nn-custom-single-post-layout .nn-custom-post-content > .fullwidth-box,
.nn-custom-single-post-layout .nn-custom-post-content > .fusion-builder-row,
.nn-custom-single-post-layout .nn-custom-post-content > .fusion-row,
.nn-custom-single-post-layout .nn-custom-post-content .fusion-fullwidth,
.nn-custom-single-post-layout .nn-custom-post-content .fullwidth-box,
.nn-custom-single-post-layout .nn-custom-post-content .fusion-builder-row,
.nn-custom-single-post-layout .nn-custom-post-content .fusion-row {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 1140px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
}

.nn-custom-single-post-layout .nn-custom-post-content > .fusion-fullwidth,
.nn-custom-single-post-layout .nn-custom-post-content > .fullwidth-box,
.nn-custom-single-post-layout .nn-custom-post-content .fusion-fullwidth,
.nn-custom-single-post-layout .nn-custom-post-content .fullwidth-box {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.nn-custom-single-post-layout .nn-custom-post-content .fusion-builder-row,
.nn-custom-single-post-layout .nn-custom-post-content .fusion-row {
    float: none !important;
}

/* v2.9 hard containment for Avada/Fusion Builder recipe sections.
   The previous CSS was correct in principle, but the stylesheet version was
   still 2.5.0, so browser/cache plugins could keep serving the old CSS. */
body.nn-custom-post-layout-active #main.nn-custom-single-post-layout,
body.nn-custom-post-layout-active .nn-custom-single-post-layout {
    box-sizing: border-box !important;
    overflow-x: clip;
}

body.nn-custom-post-layout-active .nn-custom-post-content-wrap,
body.nn-custom-post-layout-active .nn-custom-post-content {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.nn-custom-post-layout-active .nn-custom-post-content-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.nn-custom-post-layout-active .nn-custom-post-content > .fusion-fullwidth,
body.nn-custom-post-layout-active .nn-custom-post-content > .fullwidth-box,
body.nn-custom-post-layout-active .nn-custom-post-content > .fusion-flex-container,
body.nn-custom-post-layout-active .nn-custom-post-content > .fusion-builder-row-container,
body.nn-custom-post-layout-active .nn-custom-post-content > .fusion-builder-row,
body.nn-custom-post-layout-active .nn-custom-post-content > .fusion-row,
body.nn-custom-post-layout-active .nn-custom-post-content > .fusion_builder_row,
body.nn-custom-post-layout-active .nn-custom-post-content > .post-content,
body.nn-custom-post-layout-active .nn-custom-post-content .fusion-fullwidth,
body.nn-custom-post-layout-active .nn-custom-post-content .fullwidth-box,
body.nn-custom-post-layout-active .nn-custom-post-content .fusion-flex-container,
body.nn-custom-post-layout-active .nn-custom-post-content .fusion-builder-row-container,
body.nn-custom-post-layout-active .nn-custom-post-content .fusion-builder-row,
body.nn-custom-post-layout-active .nn-custom-post-content .fusion-row,
body.nn-custom-post-layout-active .nn-custom-post-content .fusion_builder_row {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1140px !important;
    min-width: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    --awb-width: 100% !important;
    --awb-width-large: 100% !important;
    --awb-margin-left: 0 !important;
    --awb-margin-right: 0 !important;
    --hundredp_padding-hundred_percent_negative_margin: 0 !important;
}

body.nn-custom-post-layout-active .nn-custom-post-content .fusion-fullwidth,
body.nn-custom-post-layout-active .nn-custom-post-content .fullwidth-box,
body.nn-custom-post-layout-active .nn-custom-post-content .fusion-flex-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.nn-custom-post-layout-active .nn-custom-post-content .fusion-layout-column,
body.nn-custom-post-layout-active .nn-custom-post-content .fusion_builder_column,
body.nn-custom-post-layout-active .nn-custom-post-content .fusion-column-wrapper {
    box-sizing: border-box !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

@media (max-width: 1188px) {
    body.nn-custom-post-layout-active .nn-custom-post-content-wrap,
    body.nn-custom-post-layout-active .nn-custom-post-featured-image,
    body.nn-custom-post-layout-active .nn-custom-post-footer,
    body.nn-custom-post-layout-active .nn-custom-post-hero-inner {
        width: calc(100% - 48px) !important;
        max-width: 1140px !important;
    }
}

@media (max-width: 700px) {
    body.nn-custom-post-layout-active .nn-custom-post-content-wrap,
    body.nn-custom-post-layout-active .nn-custom-post-featured-image,
    body.nn-custom-post-layout-active .nn-custom-post-footer,
    body.nn-custom-post-layout-active .nn-custom-post-hero-inner {
        width: calc(100% - 32px) !important;
    }
}


/* Keep the recipe image caption aligned to the image's right edge, overriding Avada/global figure caption rules. */
body.single-post.nn-custom-post-layout .nn-custom-hero-media figcaption.nn-custom-hero-media-caption,
body.single-post.nn-custom-post-layout figcaption.nn-custom-hero-media-caption,
.nn-custom-hero-media figcaption.nn-custom-hero-media-caption {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}


/* Keep the title/header centred. The caption is the only hero element that should align right. */
body.nn-custom-post-layout-active .nn-custom-post-hero,
body.nn-custom-post-layout-active .nn-custom-post-hero-inner,
body.nn-custom-post-layout-active .nn-custom-post-category,
body.nn-custom-post-layout-active .nn-custom-post-title,
body.nn-custom-post-layout-active .nn-custom-post-meta-list,
body.nn-custom-post-layout-active .nn-custom-post-meta-row {
    text-align: center !important;
}

body.nn-custom-post-layout-active .nn-custom-post-meta-list {
    justify-items: center !important;
}

body.nn-custom-post-layout-active .nn-custom-post-meta-row {
    justify-content: center !important;
}

/* Caption stays aligned to the right edge of the image only. */
body.nn-custom-post-layout-active .nn-custom-hero-media figcaption.nn-custom-hero-media-caption {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}


/* Custom recipe intro text, shown below the recipe featured image and above the main post content. */
.nn-custom-recipe-intro {
    max-width: 760px;
    margin: 28px auto 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.75;
}

.nn-custom-recipe-intro p:last-child {
    margin-bottom: 0;
}

@media (max-width: 782px) {
    .nn-custom-recipe-intro {
        font-size: 16px;
        line-height: 1.65;
    }
}

/* v3.9: Two-column recipe body layout.
   Left column: Recipe Intro Text (35%). Right column: main post content (65%). */
.nn-custom-post-two-columns {
    display: flex;
    align-items: flex-start;
    gap: clamp(2rem, 4vw, 4rem);
    width: 100%;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.nn-custom-post-column {
    box-sizing: border-box;
    min-width: 0;
}

.nn-custom-post-column-intro {
    flex: 0 0 calc(35% - clamp(1rem, 2vw, 2rem));
    max-width: calc(35% - clamp(1rem, 2vw, 2rem));
}

.nn-custom-post-column-main {
    flex: 0 0 calc(65% - clamp(1rem, 2vw, 2rem));
    max-width: calc(65% - clamp(1rem, 2vw, 2rem));
}

.nn-custom-post-two-columns-no-intro .nn-custom-post-column-intro {
    display: none;
}

.nn-custom-post-two-columns-no-intro .nn-custom-post-column-main {
    flex-basis: 100%;
    max-width: 100%;
}

.nn-custom-post-column-main .nn-custom-post-content {
    width: 100%;
    max-width: 100% !important;
}

.nn-custom-post-column-intro .nn-custom-recipe-intro {
    max-width: none;
    margin: 0;
}

.nn-custom-post-content-wrap > .nn-custom-post-reviews {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 900px) {
    .nn-custom-post-two-columns {
        display: block;
    }

    .nn-custom-post-column-intro,
    .nn-custom-post-column-main {
        max-width: 100%;
    }

    .nn-custom-post-column-main {
        margin-top: 2rem;
    }

    .nn-custom-post-two-columns-no-intro .nn-custom-post-column-main {
        margin-top: 0;
    }
}

/* v4.0: Move the post meta fields into the left recipe column and align them left. */
body.nn-custom-post-layout-active .nn-custom-post-column-intro .nn-custom-post-meta-left-column,
.nn-custom-post-column-intro .nn-custom-post-meta-left-column {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.35rem !important;
    justify-content: start !important;
    justify-items: start !important;
    width: 100% !important;
    margin: 0 0 1.5rem !important;
    text-align: left !important;
}

body.nn-custom-post-layout-active .nn-custom-post-column-intro .nn-custom-post-meta-left-column .nn-custom-post-meta-row,
.nn-custom-post-column-intro .nn-custom-post-meta-left-column .nn-custom-post-meta-row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    gap: 0.35rem !important;
    width: 100% !important;
    text-align: left !important;
}

body.nn-custom-post-layout-active .nn-custom-post-column-intro .nn-custom-post-meta-left-column,
body.nn-custom-post-layout-active .nn-custom-post-column-intro .nn-custom-post-meta-left-column *,
.nn-custom-post-column-intro .nn-custom-post-meta-left-column,
.nn-custom-post-column-intro .nn-custom-post-meta-left-column * {
    text-align: left !important;
}

body.nn-custom-post-layout-active .nn-custom-post-column-intro .nn-custom-post-meta-left-column .nn-custom-post-rating-row {
    align-items: baseline !important;
}

/* v4.3: Summary row layout.
   Left = meta fields/title. Right = recipe featured image, caption, and recipe intro text.
   The main post content renders underneath at full container width so Avada/Fusion rows are not squeezed into the 65% column. */
.nn-custom-post-summary-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 35%) minmax(0, 65%) !important;
    column-gap: clamp(2rem, 4vw, 4rem) !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 1140px !important;
    margin: 0 auto clamp(2rem, 4vw, 4rem) !important;
    box-sizing: border-box !important;
}

.nn-custom-post-summary-columns .nn-custom-post-column {
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
    box-sizing: border-box !important;
}

.nn-custom-post-summary-columns .nn-custom-post-column-intro,
.nn-custom-post-summary-columns .nn-custom-post-column-main {
    flex: none !important;
    max-width: none !important;
}

.nn-custom-post-summary-columns .nn-custom-hero-media-wrap {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
}

.nn-custom-post-summary-columns .nn-custom-hero-media {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.nn-custom-post-summary-columns .nn-custom-hero-media-img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 0 !important;
}

.nn-custom-post-summary-columns .nn-custom-hero-media-caption {
    text-align: right !important;
}

.nn-custom-post-content-wrap > .nn-custom-post-content.entry-content {
    width: 100% !important;
    max-width: 1140px !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (max-width: 900px) {
    .nn-custom-post-summary-columns {
        grid-template-columns: 1fr !important;
        row-gap: 2rem !important;
    }
}

/* v4.3: Recipe intro text now sits under the image in the right 65% column. */
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.5rem 0 0 !important;
    text-align: left !important;
}

.nn-custom-post-summary-columns .nn-custom-post-column-intro .nn-custom-recipe-intro {
    display: none !important;
}



/* v4.4: Remove all image padding in the right summary column. */
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-hero-media-wrap,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-hero-media {
    padding: 0 !important;
}

.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-hero-media-wrap {
    box-sizing: border-box !important;
}

.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-hero-media-img,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-hero-media img {
    margin: 0 !important;
    padding: 0 !important;
}


/* v4.5: Put the post title and byline/meta stack in the left 35% column, aligned to the bottom of the summary row. */
.nn-custom-post-hero {
    padding-bottom: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.nn-custom-post-hero .nn-custom-post-title {
    display: none !important;
}

.nn-custom-post-summary-columns {
    align-items: stretch !important;
}

.nn-custom-post-summary-columns .nn-custom-post-column-title-meta {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    align-self: stretch !important;
}

.nn-custom-post-title-meta-stack {
    width: 100% !important;
    text-align: left !important;
}

body.nn-custom-post-layout-active .nn-custom-post-title-left-column,
.nn-custom-post-title-left-column {
    display: block !important;
    font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif !important;
    margin: 0 0 1.5rem !important;
    text-align: left !important;
    font-size: clamp(2.6rem, 5vw, 4.75rem) !important;
    line-height: 0.98 !important;
}

body.nn-custom-post-layout-active .nn-custom-post-column-title-meta .nn-custom-post-meta-left-column,
.nn-custom-post-column-title-meta .nn-custom-post-meta-left-column {
    margin: 0 !important;
}

.nn-custom-post-comments-label-row {
    margin-top: 0.5rem !important;
}

.nn-custom-post-comments-link-row {
    margin-top: -0.15rem !important;
}

@media (max-width: 900px) {
    .nn-custom-post-summary-columns .nn-custom-post-column-title-meta {
        justify-content: flex-start !important;
    }

    body.nn-custom-post-layout-active .nn-custom-post-title-left-column,
    .nn-custom-post-title-left-column {
        font-size: clamp(2.25rem, 11vw, 3.5rem) !important;
    }
}

/* v4.9: Recipe timing values pulled from Recipe schema and shown as a compact two-column label/value list. */
.nn-custom-post-recipe-times {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.45rem !important;
    width: 100% !important;
    margin: 1.25rem 0 0 !important;
    text-align: left !important;
}

.nn-custom-post-recipe-time-row {
    display: grid !important;
    grid-template-columns: minmax(110px, max-content) 1fr !important;
    column-gap: 0.65rem !important;
    row-gap: 0 !important;
    align-items: baseline !important;
    text-align: left !important;
}

.nn-custom-post-recipe-time-label {
    display: inline-flex !important;
    justify-content: space-between !important;
    gap: 0.35rem !important;
    font-weight: 700 !important;
    text-align: left !important;
    white-space: nowrap !important;
}

.nn-custom-post-recipe-time-colon {
    font-weight: 700 !important;
}

.nn-custom-post-recipe-time-value {
    display: block !important;
    text-align: left !important;
    min-width: 0 !important;
}

@media (max-width: 520px) {
    .nn-custom-post-recipe-time-row {
        grid-template-columns: 1fr !important;
        row-gap: 0.1rem !important;
    }

    .nn-custom-post-recipe-time-label {
        justify-content: flex-start !important;
    }
}


/* v4.9: Keep schema time summary in the left column directly below the rating/comments stack. */
body.nn-custom-post-layout-active .nn-custom-post-column-title-meta .nn-custom-post-recipe-times {
    order: 50 !important;
    align-self: stretch !important;
    max-width: 100% !important;
}
body.nn-custom-post-layout-active .nn-custom-post-column-title-meta .nn-custom-post-rating-row {
    order: 40 !important;
}


/* v5.0: Use a 35% / 65% recipe summary split. */
.nn-custom-post-summary-columns {
    grid-template-columns: minmax(0, 35%) minmax(0, 65%) !important;
}

.nn-custom-post-two-columns .nn-custom-post-column-intro {
    flex: 0 0 calc(35% - clamp(1rem, 2vw, 2rem)) !important;
    max-width: calc(35% - clamp(1rem, 2vw, 2rem)) !important;
}

.nn-custom-post-two-columns .nn-custom-post-column-main {
    flex: 0 0 calc(65% - clamp(1rem, 2vw, 2rem)) !important;
    max-width: calc(65% - clamp(1rem, 2vw, 2rem)) !important;
}

@media (max-width: 900px) {
    .nn-custom-post-summary-columns {
        grid-template-columns: 1fr !important;
    }
}


/* v5.1: Recipe intro text typography under the image. */
body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.12rem, 1.65vw, 1.35rem) !important;
    line-height: 1.46 !important;
}

body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p {
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(1.12rem, 1.65vw, 1.35rem) !important;
    line-height: 1.46 !important;
}


/* v5.4: Load Adobe Garamond Pro from CDNFonts and use it for the custom recipe post title. */
body.nn-custom-post-layout-active .nn-custom-post-title,
body.nn-custom-post-layout-active .nn-custom-post-title-left-column,
.nn-custom-post-title,
.nn-custom-post-title-left-column {
    font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif !important;
}


/* v5.5: Force Adobe Garamond Pro regular/400 weight for the custom post title. */
body.nn-custom-post-layout-active .nn-custom-post-title,
body.nn-custom-post-layout-active .nn-custom-post-title-left-column,
.nn-custom-post-title,
.nn-custom-post-title-left-column {
    font-family: "Adobe Garamond Pro", Georgia, "Times New Roman", serif !important;
    font-weight: 400 !important;
}


/* v5.7: Exact custom title typography requested for the recipe post title, with tighter 1.05em line-height. */
body.nn-custom-post-layout-active .nn-custom-post-title,
body.nn-custom-post-layout-active .nn-custom-post-title-left-column,
body.single-post.nn-custom-post-layout .nn-custom-post-title,
body.single-post.nn-custom-post-layout .nn-custom-post-title-left-column,
.nn-custom-post-title,
.nn-custom-post-title-left-column {
    text-transform: none !important;
    font-family: AdobeGaramondPro, "Adobe Garamond Pro", "Times New Roman", Times, serif !important;
    font-feature-settings: normal !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    line-break: auto !important;
    line-height: 1.05em !important;
    font-weight: 400 !important;
    overflow-wrap: normal !important;
    color: rgb(43, 43, 43) !important;
}


/* v7.0: Keep comment count heading outside the rounded review card and uppercase via CSS. */
body.nn-custom-post-layout-active .nn-custom-post-reviews .nn-recipe-review-form-wrap > h2,
body.nn-custom-post-layout-active .nn-custom-post-reviews > .nn-recipe-reviews-heading,
body.single-post.nn-custom-post-layout .nn-custom-post-reviews .nn-recipe-review-form-wrap > h2,
body.single-post.nn-custom-post-layout .nn-custom-post-reviews > .nn-recipe-reviews-heading,
.nn-custom-post-reviews .nn-recipe-review-form-wrap > h2,
.nn-custom-post-reviews > .nn-recipe-reviews-heading {
    color: #183354 !important;
    font-family: Raleway, sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

/* v5.9: Split the front-end recipe review form into two equal columns. */
body.nn-custom-post-layout-active .nn-recipe-review-form-grid,
.nn-recipe-review-form-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 32px !important;
    align-items: start !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-form-column,
.nn-recipe-review-form-column {
    min-width: 0 !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-form input,
body.nn-custom-post-layout-active .nn-recipe-review-form select,
body.nn-custom-post-layout-active .nn-recipe-review-form textarea,
.nn-recipe-review-form input,
.nn-recipe-review-form select,
.nn-recipe-review-form textarea {
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-form-column--review textarea,
.nn-recipe-review-form-column--review textarea {
    min-height: 172px !important;
    resize: vertical !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-form-submit,
.nn-recipe-review-form-submit {
    margin-top: 18px !important;
}

@media (max-width: 800px) {
    body.nn-custom-post-layout-active .nn-recipe-review-form-grid,
    .nn-recipe-review-form-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }
}

/* v6.3: SVG hover/click star rating input. White stars, grey border, yellow fill on hover/selection, no movement. */
body.nn-custom-post-layout-active .nn-recipe-star-sprite,
.nn-recipe-star-sprite {
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

body.nn-custom-post-layout-active .nn-recipe-star-rating-field,
.nn-recipe-star-rating-field {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 0 22px !important;
}

body.nn-custom-post-layout-active .nn-recipe-star-rating-field legend,
.nn-recipe-star-rating-field legend {
    display: block !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-weight: 700 !important;
}

body.nn-custom-post-layout-active .nn-recipe-star-rating-control,
.nn-recipe-star-rating-control {
    display: inline-flex !important;
    flex-direction: row-reverse !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    line-height: 0 !important;
    overflow: visible !important;
}

body.nn-custom-post-layout-active .nn-recipe-star-rating-control input[type="radio"],
.nn-recipe-star-rating-control input[type="radio"] {
    position: absolute !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    min-width: 1px !important;
    min-height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    clip-path: inset(50%) !important;
    white-space: nowrap !important;
}

body.nn-custom-post-layout-active .nn-recipe-star-rating-control label,
.nn-recipe-star-rating-control label {
    display: inline-flex !important;
    width: 32px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer !important;
    line-height: 0 !important;
    overflow: visible !important;
}

body.nn-custom-post-layout-active .nn-recipe-form-star,
.nn-recipe-form-star {
    display: block !important;
    width: 32px !important;
    height: 32px !important;
    overflow: visible !important;
}

body.nn-custom-post-layout-active .nn-recipe-form-star-fill,
.nn-recipe-form-star-fill {
    fill: #ffffff !important;
    transition: fill .15s ease, stroke .15s ease !important;
}

body.nn-custom-post-layout-active .nn-recipe-form-star-stroke,
.nn-recipe-form-star-stroke {
    stroke: #808080 !important;
    stroke-width: 1.5 !important;
    transition: stroke .15s ease !important;
}

body.nn-custom-post-layout-active .nn-recipe-star-rating-control input[type="radio"]:checked ~ label .nn-recipe-form-star-fill,
body.nn-custom-post-layout-active .nn-recipe-star-rating-control label:hover .nn-recipe-form-star-fill,
body.nn-custom-post-layout-active .nn-recipe-star-rating-control label:hover ~ label .nn-recipe-form-star-fill,
.nn-recipe-star-rating-control input[type="radio"]:checked ~ label .nn-recipe-form-star-fill,
.nn-recipe-star-rating-control label:hover .nn-recipe-form-star-fill,
.nn-recipe-star-rating-control label:hover ~ label .nn-recipe-form-star-fill {
    fill: #fed94b !important;
}

body.nn-custom-post-layout-active .nn-recipe-star-rating-control input[type="radio"]:checked ~ label .nn-recipe-form-star-stroke,
body.nn-custom-post-layout-active .nn-recipe-star-rating-control label:hover .nn-recipe-form-star-stroke,
body.nn-custom-post-layout-active .nn-recipe-star-rating-control label:hover ~ label .nn-recipe-form-star-stroke,
.nn-recipe-star-rating-control input[type="radio"]:checked ~ label .nn-recipe-form-star-stroke,
.nn-recipe-star-rating-control label:hover .nn-recipe-form-star-stroke,
.nn-recipe-star-rating-control label:hover ~ label .nn-recipe-form-star-stroke {
    stroke: #808080 !important;
}

body.nn-custom-post-layout-active .nn-recipe-star-rating-control label:hover,
.nn-recipe-star-rating-control label:hover {
    transform: none !important;
}

body.nn-custom-post-layout-active .nn-recipe-star-rating-control input[type="radio"]:focus-visible + label,
.nn-recipe-star-rating-control input[type="radio"]:focus-visible + label {
    outline: 2px solid #183354 !important;
    outline-offset: 4px !important;
    border-radius: 2px !important;
}

body.nn-custom-post-layout-active .nn-svg-star-rating,
.nn-svg-star-rating {
    display: inline-flex !important;
    align-items: center !important;
    gap: 2px !important;
    line-height: 0 !important;
    overflow: visible !important;
    vertical-align: -0.2em !important;
}

body.nn-custom-post-layout-active .nn-svg-star,
.nn-svg-star {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    fill: transparent !important;
    color: #808080 !important;
    overflow: visible !important;
}

body.nn-custom-post-layout-active .nn-svg-star.active,
.nn-svg-star.active {
    fill: #fed94b !important;
}

body.nn-custom-post-layout-active .nn-custom-post-rating-stars .nn-svg-star,
.nn-custom-post-rating-stars .nn-svg-star {
    width: 16px !important;
    height: 16px !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-rating,
.nn-recipe-review-rating {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-left: 10px !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-rating .nn-svg-star,
.nn-recipe-review-rating .nn-svg-star {
    width: 16px !important;
    height: 16px !important;
}


body.nn-custom-post-layout-active .nn-custom-post-comments-read-link,
.nn-custom-post-comments-read-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: inherit !important;
    text-decoration: none !important;
}

body.nn-custom-post-layout-active .nn-custom-post-comments-read-link:hover,
.nn-custom-post-comments-read-link:hover {
    text-decoration: underline !important;
}

body.nn-custom-post-layout-active .nn-custom-post-comments-arrow,
.nn-custom-post-comments-arrow {
    display: inline-block !important;
    width: 18px !important;
    height: 18px !important;
    flex: 0 0 18px !important;
    color: currentColor !important;
    transform: translateY(1px) !important;
}


/* v7.0: Place the comment-count heading above the rounded comments box. */
body.nn-custom-post-layout-active .nn-custom-post-reviews > .nn-recipe-reviews-heading,
body.single-post.nn-custom-post-layout .nn-custom-post-reviews > .nn-recipe-reviews-heading,
.nn-custom-post-reviews > .nn-recipe-reviews-heading {
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
}

body.nn-custom-post-layout-active .nn-custom-post-reviews > .nn-recipe-reviews-heading + .nn-recipe-reviews,
body.single-post.nn-custom-post-layout .nn-custom-post-reviews > .nn-recipe-reviews-heading + .nn-recipe-reviews,
.nn-custom-post-reviews > .nn-recipe-reviews-heading + .nn-recipe-reviews {
    margin-top: 0 !important;
}

body.nn-custom-post-layout-active .nn-recipe-reviews .nn-recipe-review:first-child,
body.single-post.nn-custom-post-layout .nn-recipe-reviews .nn-recipe-review:first-child,
.nn-recipe-reviews .nn-recipe-review:first-child {
    border-top: 0 !important;
    padding-top: 0 !important;
}


/* v7.3: Add breathing room above the comment-count heading when the form appears first. */
body.nn-custom-post-layout-active .nn-custom-post-reviews > .nn-recipe-reviews-heading,
body.single-post.nn-custom-post-layout .nn-custom-post-reviews > .nn-recipe-reviews-heading,
.nn-custom-post-reviews > .nn-recipe-reviews-heading {
    margin-top: 48px !important;
}

/* v7.4: Posted dates and threaded comment replies. */
body.nn-custom-post-layout-active .nn-recipe-review-header,
.nn-recipe-review-header {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-author,
.nn-recipe-review-author {
    font-weight: 800 !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-date,
.nn-recipe-review-date {
    color: rgba(43, 43, 43, 0.68) !important;
    font-size: 0.92em !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-content,
.nn-recipe-review-content {
    margin: 0 0 14px !important;
}

body.nn-custom-post-layout-active .nn-recipe-comment-reply-link,
.nn-recipe-comment-reply-link,
body.nn-custom-post-layout-active .nn-recipe-cancel-reply,
.nn-recipe-cancel-reply {
    appearance: none !important;
    border: 0 !important;
    background: transparent !important;
    color: #183354 !important;
    cursor: pointer !important;
    font-weight: 800 !important;
    padding: 0 !important;
    text-decoration: underline !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-children,
.nn-recipe-review-children {
    margin-top: 22px !important;
    margin-left: clamp(18px, 4vw, 46px) !important;
    padding-left: clamp(16px, 2.5vw, 28px) !important;
    border-left: 2px solid rgba(24, 51, 84, 0.16) !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-children .nn-recipe-review,
.nn-recipe-review-children .nn-recipe-review {
    border-top: 1px solid rgba(0,0,0,0.10) !important;
    padding-top: 18px !important;
}

body.nn-custom-post-layout-active .nn-recipe-replying-to,
.nn-recipe-replying-to {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    align-items: center !important;
    margin: 0 0 22px !important;
    padding: 12px 14px !important;
    border-left: 4px solid #183354 !important;
    background: rgba(24, 51, 84, 0.06) !important;
    font-weight: 700 !important;
}

body.nn-custom-post-layout-active .nn-recipe-replying-to[hidden],
.nn-recipe-replying-to[hidden] {
    display: none !important;
}

@media (max-width: 700px) {
    body.nn-custom-post-layout-active .nn-recipe-review-children,
    .nn-recipe-review-children {
        margin-left: 12px !important;
        padding-left: 14px !important;
    }
}

/* v7.7: Baked by you box styling and three-level reply limit. */
body.nn-custom-post-layout-active .nn-baked-by-you-box,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box,
.nn-baked-by-you-box {
    margin: 0 0 34px !important;
    padding: clamp(22px, 3vw, 34px) !important;
    border: 0 !important;
    border-radius: 14px !important;
    background: #F0F9F9 !important;
    text-align: center !important;
}

body.nn-custom-post-layout-active .nn-baked-by-you-box h2,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box h2,
.nn-baked-by-you-box h2 {
    margin: 0 0 12px !important;
    color: #183354 !important;
    font-family: Raleway, sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

body.nn-custom-post-layout-active .nn-baked-by-you-box p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box p,
.nn-baked-by-you-box p {
    margin: 0 auto !important;
    max-width: 760px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
}

body.nn-custom-post-layout-active .nn-recipe-review-depth-2 .nn-recipe-comment-reply-link,
body.single-post.nn-custom-post-layout .nn-recipe-review-depth-2 .nn-recipe-comment-reply-link,
.nn-recipe-review-depth-2 .nn-recipe-comment-reply-link {
    display: none !important;
}


/* v7.8: Centred Jump to Recipe / Print Recipe buttons between image and intro text. */
body.nn-custom-post-layout-active .nn-recipe-action-buttons,
.nn-recipe-action-buttons {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    margin: 24px 0 28px !important;
    padding: 0 !important;
    text-align: center !important;
}

body.nn-custom-post-layout-active .nn-recipe-action-button,
.nn-recipe-action-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 30px !important;
    padding: 7px 13px !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 0 !important;
    background: #f7f7f7 !important;
    color: #8a8a8a !important;
    font-family: Raleway, Arial, sans-serif !important;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: .02em !important;
    line-height: 0 !important;
    overflow: visible !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: none !important;
}

body.nn-custom-post-layout-active .nn-recipe-action-button:hover,
body.nn-custom-post-layout-active .nn-recipe-action-button:focus,
.nn-recipe-action-button:hover,
.nn-recipe-action-button:focus {
    background: #183354 !important;
    border-color: #183354 !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

body.nn-custom-post-layout-active .nn-recipe-action-button-jump,
.nn-recipe-action-button-jump {
    background: #9d9d9d !important;
    border-color: #9d9d9d !important;
    color: #ffffff !important;
}

@media print {
    .nn-recipe-action-buttons,
    .nn-custom-post-reviews,
    .nn-custom-post-footer {
        display: none !important;
    }
}

/* v7.9: Baked by you nested square bordered box. */
body.nn-custom-post-layout-active .nn-baked-by-you-box,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box,
.nn-baked-by-you-box {
    margin: 0 0 34px !important;
    padding: clamp(10px, 1.6vw, 18px) !important;
    border: 1px solid #d9e5e8 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    text-align: center !important;
}

body.nn-custom-post-layout-active .nn-baked-by-you-inner,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner,
.nn-baked-by-you-inner {
    padding: clamp(22px, 3vw, 34px) !important;
    border: 1px solid #d9e5e8 !important;
    border-radius: 0 !important;
    background: #F0F9F9 !important;
    text-align: center !important;
}

body.nn-custom-post-layout-active .nn-baked-by-you-inner h2,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner h2,
.nn-baked-by-you-inner h2 {
    margin: 0 0 12px !important;
    color: #183354 !important;
    font-family: Raleway, sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    text-align: center !important;
}

body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
.nn-baked-by-you-inner p {
    margin: 0 auto !important;
    max-width: 760px !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
}


/* v8.0: Source Serif Pro intro typography. */
body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 2rem !important;
    line-height: 190% !important;
}

body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p {
    margin: 0 0 1em 0 !important;
    padding: 0 !important;
    font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 2rem !important;
    line-height: 120% !important;
}

body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p:last-child,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
    .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
    body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
    .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p {
        font-size: clamp(1.5rem, 7vw, 2rem) !important;
    }
}


/* v8.1: Source Serif Pro typography for Baked by you body text. */
body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
.nn-baked-by-you-inner p {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 2rem !important;
    line-height: 120% !important;
}


/* v8.2: Recipe intro and Baked by you body text reduced to 2rem. */


/* v8.5: Source Serif Pro title typography with 4.7rem, 600 weight, and 20px bottom margin. */
body.nn-custom-post-layout-active .nn-custom-post-title,
body.nn-custom-post-layout-active .nn-custom-post-title-left-column,
body.single-post.nn-custom-post-layout .nn-custom-post-title,
body.single-post.nn-custom-post-layout .nn-custom-post-title-left-column,
.nn-custom-post-title,
.nn-custom-post-title-left-column {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
    font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 4.7rem !important;
    line-height: 120% !important;
}

/* v8.7: Baked by you body text font size and line height. */
body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
.nn-baked-by-you-inner p {
    font-size: 1.6rem !important;
    line-height: 120% !important;
}

/* v8.9: Hard override for Baked by you body text line-height. Must come after older v8.7 rule. */
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
.nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-inner p {
    line-height: 190% !important;
}


/* v9.1: Final Baked by you body text typography requested. */
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
.nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-inner p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 3rem !important;
    line-height: 120% !important;
}


/* v9.2: Match Baked by you body text to Recipe Intro Text typography. */
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
.nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-inner p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 2rem !important;
    line-height: 120% !important;
}

/* v9.3: Baked by you body font size. */
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
.nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-inner p {
    font-size: 1.625rem !important;
}


/* v9.4: Match uploaded reference paragraph style for recipe intro and Baked by you body. */
body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
body.single-post.nn-custom-post-layout .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
.nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-inner p {
    padding: 0 !important;
    font-family: "Source Serif Pro", Georgia, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: clamp(1.875rem, 2.25vw, 2.15rem) !important;
    line-height: 1.32 !important;
    letter-spacing: -0.01em !important;
    color: #073b3a !important;
}

body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
body.single-post.nn-custom-post-layout .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
.nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-inner p {
    margin: 0 0 0.65em 0 !important;
}

body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p:last-child,
body.single-post.nn-custom-post-layout .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p:last-child,
.nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p:last-child,
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p:last-child,
body.nn-custom-post-layout-active .nn-baked-by-you-inner p:last-child,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p:last-child,
body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p:last-child,
.nn-baked-by-you-box .nn-baked-by-you-inner p:last-child,
.nn-baked-by-you-inner p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 767px) {
    body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
    body.nn-custom-post-layout-active .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
    body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
    body.nn-custom-post-layout-active .nn-baked-by-you-inner p,
    body.single-post.nn-custom-post-layout .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
    body.single-post.nn-custom-post-layout .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
    body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
    body.single-post.nn-custom-post-layout .nn-baked-by-you-inner p,
    .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image,
    .nn-custom-post-summary-columns .nn-custom-post-column-main .nn-custom-recipe-intro-below-image p,
    .nn-baked-by-you-box .nn-baked-by-you-inner p,
    .nn-baked-by-you-inner p {
        font-size: clamp(1.45rem, 6vw, 1.85rem) !important;
        line-height: 1.28 !important;
    }
}


/* v9.5: Hard font override for Source Serif Pro reference text. */
body.nn-custom-post-layout-active .nn-custom-recipe-intro-below-image,
body.nn-custom-post-layout-active .nn-custom-recipe-intro-below-image p,
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p *,
body.single-post.nn-custom-post-layout .nn-custom-recipe-intro-below-image,
body.single-post.nn-custom-post-layout .nn-custom-recipe-intro-below-image p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p *,
.nn-custom-recipe-intro-below-image,
.nn-custom-recipe-intro-below-image p,
.nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-box .nn-baked-by-you-inner p * {
    font-family: "Source Serif Pro", "SourceSerifPro", "Source Serif 4", Georgia, "Times New Roman", serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    color: #073b3a !important;
}

body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-box .nn-baked-by-you-inner p {
    font-size: clamp(1.875rem, 2.25vw, 2.15rem) !important;
    line-height: 1.32 !important;
    letter-spacing: -0.01em !important;
}


/* v9.8: Baked by you body text uses Solway Regular 400 at 28px with 140% line-height. */
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p *,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p *,
.nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-box .nn-baked-by-you-inner p * {
    font-family: Solway, Georgia, "Times New Roman", serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

body.nn-custom-post-layout-active .nn-baked-by-you-box .nn-baked-by-you-inner p,
body.single-post.nn-custom-post-layout .nn-baked-by-you-box .nn-baked-by-you-inner p,
.nn-baked-by-you-box .nn-baked-by-you-inner p {
    font-size: 28px !important;
    line-height: 140% !important;
}


/* v10.3: Tenor Sans 400 at 68px for the custom recipe post title. */
body.nn-custom-post-layout-active .nn-custom-post-title,
body.nn-custom-post-layout-active .nn-custom-post-title-left-column,
body.single-post.nn-custom-post-layout .nn-custom-post-title,
body.single-post.nn-custom-post-layout .nn-custom-post-title-left-column,
.nn-custom-post-title,
.nn-custom-post-title-left-column {
    font-family: "Tenor Sans", TenorSans, Arial, sans-serif !important;
    font-weight: 400 !important;
    font-size: 66px !important;
}

/* Nutrition facts block */
body.single-post.nn-custom-post-layout .nn-nutrition-facts,
.nn-nutrition-facts {
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    margin: 44px 0 44px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
}

body.single-post.nn-custom-post-layout .nn-nutrition-facts *,
.nn-nutrition-facts * {
    box-sizing: border-box;
}

body.single-post.nn-custom-post-layout .nn-nutrition-facts-heading,
.nn-nutrition-facts-heading {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #111 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 36px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-nutrition-facts-serving-basis,
.nn-nutrition-facts-serving-basis {
    display: inline-block;
    margin-left: 4px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
    font-weight: 400 !important;
    vertical-align: baseline;
    white-space: nowrap;
}

body.single-post.nn-custom-post-layout .nn-nutrition-facts-macros,
.nn-nutrition-facts-macros {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    margin: 0 0 30px !important;
    padding: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-nutrition-facts-macro strong,
body.single-post.nn-custom-post-layout .nn-nutrition-facts-macro span,
.nn-nutrition-facts-macro strong,
.nn-nutrition-facts-macro span {
    display: block;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
}

body.single-post.nn-custom-post-layout .nn-nutrition-facts-macro strong,
.nn-nutrition-facts-macro strong {
    margin: 0 0 7px !important;
    font-size: 18px !important;
    line-height: 1.1 !important;
    font-weight: 700 !important;
}

body.single-post.nn-custom-post-layout .nn-nutrition-facts-macro span,
.nn-nutrition-facts-macro span {
    font-size: 18px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
}

body.single-post.nn-custom-post-layout .nn-nutrition-facts-panel,
.nn-nutrition-facts-panel {
    margin-top: 28px;
}

body.single-post.nn-custom-post-layout .nn-nutrition-label-card,
.nn-nutrition-label-card {
    box-sizing: border-box;
    width: 100%;
    padding: 24px 24px 26px;
    border: 1px solid #d7d7d7;
    background: #fff;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
}

body.single-post.nn-custom-post-layout .nn-nutrition-label-card h3,
.nn-nutrition-label-card h3 {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #111 !important;
    font-family: Georgia, 'Times New Roman', serif !important;
    font-size: 26px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
}

body.single-post.nn-custom-post-layout .nn-nutrition-label-lede,
.nn-nutrition-label-lede {
    margin: 0 0 4px !important;
    padding: 0 !important;
    color: #111;
    font-size: 18px !important;
    line-height: 1.35 !important;
}

body.single-post.nn-custom-post-layout table.nn-nutrition-label-table,
table.nn-nutrition-label-table {
    width: 100% !important;
    margin: 36px 0 0 !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    border: 0 !important;
    color: #111;
    table-layout: fixed;
    font-family: Arial, Helvetica, sans-serif;
}

body.single-post.nn-custom-post-layout table.nn-nutrition-label-table thead,
table.nn-nutrition-label-table thead {
    border-top: 1px solid #d7d7d7 !important;
    border-bottom: 1px solid #d7d7d7 !important;
}

body.single-post.nn-custom-post-layout table.nn-nutrition-label-table th,
body.single-post.nn-custom-post-layout table.nn-nutrition-label-table td,
table.nn-nutrition-label-table th,
table.nn-nutrition-label-table td {
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    padding: 5px 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.25 !important;
    font-weight: 400 !important;
    vertical-align: baseline !important;
}

body.single-post.nn-custom-post-layout table.nn-nutrition-label-table thead th,
table.nn-nutrition-label-table thead th {
    padding: 12px 0 10px !important;
    font-size: 18px !important;
    line-height: 1.2 !important;
}

body.single-post.nn-custom-post-layout table.nn-nutrition-label-table tbody tr,
table.nn-nutrition-label-table tbody tr {
    border-bottom: 1px solid #d7d7d7 !important;
}

body.single-post.nn-custom-post-layout table.nn-nutrition-label-table tbody th,
table.nn-nutrition-label-table tbody th {
    width: auto;
    text-align: left !important;
}

body.single-post.nn-custom-post-layout table.nn-nutrition-label-table tbody th strong,
table.nn-nutrition-label-table tbody th strong {
    font-weight: 700 !important;
}

body.single-post.nn-custom-post-layout table.nn-nutrition-label-table .nn-nutrition-label-dv-col,
body.single-post.nn-custom-post-layout table.nn-nutrition-label-table tbody td,
table.nn-nutrition-label-table .nn-nutrition-label-dv-col,
table.nn-nutrition-label-table tbody td {
    width: 140px;
    text-align: right !important;
    white-space: nowrap;
}

body.single-post.nn-custom-post-layout .nn-nutrition-label-footnote,
.nn-nutrition-label-footnote {
    margin: 18px 0 0 !important;
    padding: 0 !important;
    color: #555 !important;
    font-size: 16px !important;
    line-height: 1.45 !important;
}

@media (max-width: 640px) {
    body.single-post.nn-custom-post-layout .nn-nutrition-facts,
    .nn-nutrition-facts {
        max-width: none;
    }

    body.single-post.nn-custom-post-layout .nn-nutrition-facts-heading,
    .nn-nutrition-facts-heading {
        font-size: 30px !important;
    }

    body.single-post.nn-custom-post-layout .nn-nutrition-facts-serving-basis,
    .nn-nutrition-facts-serving-basis {
        font-size: 16px !important;
    }

    body.single-post.nn-custom-post-layout .nn-nutrition-facts-macros,
    .nn-nutrition-facts-macros {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px 24px;
    }

    body.single-post.nn-custom-post-layout .nn-nutrition-label-card,
    .nn-nutrition-label-card {
        padding: 20px 18px 22px;
    }

    body.single-post.nn-custom-post-layout table.nn-nutrition-label-table .nn-nutrition-label-dv-col,
    body.single-post.nn-custom-post-layout table.nn-nutrition-label-table tbody td,
    table.nn-nutrition-label-table .nn-nutrition-label-dv-col,
    table.nn-nutrition-label-table tbody td {
        width: 92px;
    }
}

/* v10.4.7: Post title reduced by 2px; title and Nutrition Facts headings use Google Fonts Baskervville Medium 500. */
body.nn-custom-post-layout-active .nn-custom-post-title,
body.nn-custom-post-layout-active .nn-custom-post-title-left-column,
body.single-post.nn-custom-post-layout .nn-custom-post-title,
body.single-post.nn-custom-post-layout .nn-custom-post-title-left-column,
.nn-custom-post-title,
.nn-custom-post-title-left-column {
    font-family: "Solway", Georgia, "Times New Roman", serif !important;
    font-weight: 500 !important;
    font-size: 66px !important;
}

.nn-nutrition-facts-heading,
.nn-nutrition-label-card h3 {
    font-family: "Baskervville", Baskerville, Georgia, "Times New Roman", serif !important;
    font-weight: 500 !important;
}

/* Recipe ingredients checklist */
body.single-post.nn-custom-post-layout .nn-recipe-ingredients,
.nn-recipe-ingredients {
    max-width: 760px;
    margin: 34px auto 38px !important;
    padding: 0 0 0 20px !important;
    border-left: 4px solid #1f4f78 !important;
    color: #4c4c4c;
    font-family: Raleway, Arial, Helvetica, sans-serif;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-heading,
.nn-recipe-ingredients-heading {
    margin: 0 0 12px !important;
    padding: 0 !important;
    color: #183f5f !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 22px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-list,
.nn-recipe-ingredients-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-item,
.nn-recipe-ingredients-item {
    display: grid !important;
    grid-template-columns: 22px minmax(0, 1fr) !important;
    column-gap: 12px !important;
    align-items: start !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #545454 !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-checkbox,
.nn-recipe-ingredients-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 20px !important;
    height: 20px !important;
    margin: 4px 0 0 !important;
    border: 1.5px solid #1f4f78 !important;
    border-radius: 0 !important;
    background: #fff !important;
    cursor: pointer;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-checkbox:checked,
.nn-recipe-ingredients-checkbox:checked {
    background: linear-gradient(135deg, transparent 0 40%, #1f4f78 40% 55%, transparent 55% 100%),
                linear-gradient(45deg, transparent 0 48%, #1f4f78 48% 63%, transparent 63% 100%),
                #fff !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-label,
.nn-recipe-ingredients-label {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    cursor: pointer;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-text,
.nn-recipe-ingredients-text {
    display: inline !important;
    color: #4f4f4f !important;
    font-weight: 400 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-note,
.nn-recipe-ingredients-note {
    display: block !important;
    color: #8a8a8a !important;
    font-weight: 400 !important;
    margin-top: 2px !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-checkbox:checked + .nn-recipe-ingredients-label .nn-recipe-ingredients-text,
body.single-post.nn-custom-post-layout .nn-recipe-ingredients-checkbox:checked + .nn-recipe-ingredients-label .nn-recipe-ingredients-note,
.nn-recipe-ingredients-checkbox:checked + .nn-recipe-ingredients-label .nn-recipe-ingredients-text,
.nn-recipe-ingredients-checkbox:checked + .nn-recipe-ingredients-label .nn-recipe-ingredients-note {
    text-decoration: line-through;
    opacity: 0.65;
}

/* Recipe ingredient groups and instructions */
body.single-post.nn-custom-post-layout .nn-recipe-ingredients-group,
.nn-recipe-ingredients-group {
    list-style: none;
    margin: 18px 0 8px;
    padding: 0;
    color: #1f4668;
    font-family: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
}

body.single-post.nn-custom-post-layout .nn-recipe-instructions,
.nn-recipe-instructions {
    margin: 34px 0;
    padding: 0 0 0 18px;
    border-left: 4px solid #1f4668;
}

body.single-post.nn-custom-post-layout .nn-recipe-instructions-heading,
.nn-recipe-instructions-heading {
    margin: 0 0 14px;
    color: #1f4668;
    font-family: inherit;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.25;
}

body.single-post.nn-custom-post-layout .nn-recipe-instructions-list,
.nn-recipe-instructions-list {
    margin: 0;
    padding-left: 24px;
}

body.single-post.nn-custom-post-layout .nn-recipe-instructions-item,
.nn-recipe-instructions-item {
    margin: 0 0 14px;
    padding-left: 6px;
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.65;
}

body.single-post.nn-custom-post-layout .nn-recipe-instructions-item p,
.nn-recipe-instructions-item p {
    margin: 0;
}


/* v10.5.3: Side-by-side recipe prep layout and Baskervville headings to match Nutrition Facts. */
body.single-post.nn-custom-post-layout .nn-recipe-prep-grid,
.nn-recipe-prep-grid {
    display: grid !important;
    width: 100% !important;
    max-width: 1140px !important;
    margin: 46px auto 52px !important;
    gap: 34px 44px !important;
    align-items: start !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-prep-title,
.nn-recipe-prep-title {
    grid-column: 1 / -1 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 4px !important;
    padding: 0 !important;
    color: #111 !important;
    font-family: "Baskervville", Baskerville, Georgia, "Times New Roman", serif !important;
    font-size: 36px !important;
    line-height: 1.05 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-prep-grid-two-columns,
.nn-recipe-prep-grid-two-columns {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-prep-grid-single,
.nn-recipe-prep-grid-single {
    grid-template-columns: minmax(0, 760px) !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-prep-column,
.nn-recipe-prep-column {
    min-width: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients,
.nn-recipe-ingredients,
body.single-post.nn-custom-post-layout .nn-recipe-instructions,
.nn-recipe-instructions {
    max-width: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border-left: 0 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-heading,
.nn-recipe-ingredients-heading,
body.single-post.nn-custom-post-layout .nn-recipe-instructions-heading,
.nn-recipe-instructions-heading {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #111 !important;
    font-family: "Baskervville", Baskerville, Georgia, "Times New Roman", serif !important;
    font-size: 36px !important;
    line-height: 1.05 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-group,
.nn-recipe-ingredients-group {
    margin: 20px 0 10px !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-ingredients-item,
.nn-recipe-ingredients-item,
body.single-post.nn-custom-post-layout .nn-recipe-instructions-item,
.nn-recipe-instructions-item {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #4a4a4a !important;
    font-size: 18px !important;
}

@media (max-width: 800px) {
    body.single-post.nn-custom-post-layout .nn-recipe-prep-grid-two-columns,
    .nn-recipe-prep-grid-two-columns {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    body.single-post.nn-custom-post-layout .nn-recipe-prep-title,
    .nn-recipe-prep-title,
    body.single-post.nn-custom-post-layout .nn-recipe-ingredients-heading,
    .nn-recipe-ingredients-heading,
    body.single-post.nn-custom-post-layout .nn-recipe-instructions-heading,
    .nn-recipe-instructions-heading {
        font-size: 32px !important;
    }
}


/* v10.5.5: Centre recipe title and style it like the Leave a Comment heading; keep Ingredients/Instructions as h4 headings. */
body.single-post.nn-custom-post-layout .nn-recipe-prep-title,
.nn-recipe-prep-title {
    grid-column: 1 / -1 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 0 8px !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

body.single-post.nn-custom-post-layout h4.nn-recipe-ingredients-heading,
h4.nn-recipe-ingredients-heading,
body.single-post.nn-custom-post-layout h4.nn-recipe-instructions-heading,
h4.nn-recipe-instructions-heading {
    display: block !important;
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #111 !important;
    font-family: "Baskervville", Baskerville, Georgia, "Times New Roman", serif !important;
    font-size: 36px !important;
    line-height: 1.05 !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

@media (max-width: 800px) {
    body.single-post.nn-custom-post-layout .nn-recipe-prep-title,
    .nn-recipe-prep-title {
        font-size: 26px !important;
    }

    body.single-post.nn-custom-post-layout h4.nn-recipe-ingredients-heading,
    h4.nn-recipe-ingredients-heading,
    body.single-post.nn-custom-post-layout h4.nn-recipe-instructions-heading,
    h4.nn-recipe-instructions-heading {
        font-size: 32px !important;
    }
}


/* v10.5.7: Make the main Nutrition Facts title an h3 and style it like the Leave a Comment heading. */
body.single-post.nn-custom-post-layout h3.nn-nutrition-facts-heading,
h3.nn-nutrition-facts-heading,
body.single-post.nn-custom-post-layout .nn-nutrition-facts-heading,
.nn-nutrition-facts-heading {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    line-height: 1.25 !important;
    text-transform: uppercase !important;
}

body.single-post.nn-custom-post-layout .nn-nutrition-facts-serving-basis,
.nn-nutrition-facts-serving-basis {
    margin-left: 8px !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
}

@media (max-width: 800px) {
    body.single-post.nn-custom-post-layout h3.nn-nutrition-facts-heading,
    h3.nn-nutrition-facts-heading,
    body.single-post.nn-custom-post-layout .nn-nutrition-facts-heading,
    .nn-nutrition-facts-heading {
        font-size: 26px !important;
    }
}

/* v10.5.7: Recipe ingredients/instructions moved below the main post body. */


/* v10.5.8: Make header Read comments anchor land on the approved recipe comments section. */
body.nn-custom-post-layout-active #nn-recipe-reviews,
body.single-post.nn-custom-post-layout #nn-recipe-reviews,
#nn-recipe-reviews {
    scroll-margin-top: 120px;
}


/* v10.6.0: FAQs column beside Nutrition Facts. */
body.single-post.nn-custom-post-layout .nn-nutrition-faq-grid,
.nn-nutrition-faq-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 42px !important;
    align-items: start !important;
    margin: 44px 0 !important;
}

body.single-post.nn-custom-post-layout .nn-nutrition-faq-grid .nn-nutrition-facts,
.nn-nutrition-faq-grid .nn-nutrition-facts {
    margin: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-faqs,
.nn-recipe-faqs {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 600px !important;
    margin: 0 !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-faqs-heading,
.nn-recipe-faqs-heading {
    margin: 0 0 24px !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-faq-list,
.nn-recipe-faq-list {
    display: grid !important;
    gap: 18px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-faq-item,
.nn-recipe-faq-item {
    margin: 0 !important;
    padding: 0 0 18px !important;
    border-bottom: 1px solid #d7d7d7 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-faq-question,
.nn-recipe-faq-question {
    margin: 0 0 8px !important;
    color: #111 !important;
    font-family: 'Baskervville', Baskerville, Georgia, 'Times New Roman', serif !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-faq-answer,
.nn-recipe-faq-answer {
    margin: 0 !important;
    color: #111 !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-faq-answer p,
.nn-recipe-faq-answer p {
    margin: 0 0 10px !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-faq-answer p:last-child,
.nn-recipe-faq-answer p:last-child {
    margin-bottom: 0 !important;
}

@media (max-width: 900px) {
    body.single-post.nn-custom-post-layout .nn-nutrition-faq-grid,
    .nn-nutrition-faq-grid {
        grid-template-columns: 1fr !important;
        gap: 34px !important;
    }
}


/* v10.6.4: Recipe Notes full-width section below recipe. */
body.single-post.nn-custom-post-layout .nn-recipe-notes,
.nn-recipe-notes {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 34px 0 44px !important;
    clear: both !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-heading,
.nn-recipe-notes-heading {
    margin: 0 0 22px !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    text-align: center !important;
}


/* v10.7.0: Unified red mini-circle SVG bullets for front-end recipe boxes. */
body.single-post.nn-custom-post-layout .nn-recipe-svg-bullet,
.nn-recipe-svg-bullet {
    display: inline-flex !important;
    flex: 0 0 8px !important;
    width: 8px !important;
    height: 8px !important;
    color: #d8341f !important;
    line-height: 0 !important;
    overflow: visible !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-svg-bullet svg,
.nn-recipe-svg-bullet svg {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    fill: currentColor !important;
    overflow: visible !important;
    flex: 0 0 auto !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-item::before,
.nn-recipe-notes-item::before,
body.single-post.nn-custom-post-layout .nn-recipe-tag-links-item::before,
.nn-recipe-tag-links-item::before {
    content: none !important;
    display: none !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-list,
.nn-recipe-notes-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 14px !important;
    width: 100% !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-item,
.nn-recipe-notes-item {
    display: grid !important;
    grid-template-columns: 8px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-bullet,
.nn-recipe-notes-bullet {
    margin-top: .58em !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-content,
.nn-recipe-notes-content {
    display: block !important;
    min-width: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-item::before,
.nn-recipe-notes-item::before {
    content: none !important;
    display: none !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-title,
.nn-recipe-notes-title {
    display: inline !important;
    font-weight: 700 !important;
    color: #111 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-description,
.nn-recipe-notes-description,
body.single-post.nn-custom-post-layout .nn-recipe-notes-description p,
.nn-recipe-notes-description p {
    display: inline !important;
    margin: 0 !important;
}

/* v10.6.7: Tag links box above Share box. */
body.single-post.nn-custom-post-layout .nn-recipe-tag-links-box,
.nn-recipe-tag-links-box {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 34px !important;
    padding: 26px 24px !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    clear: both !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-tag-links-heading,
.nn-recipe-tag-links-heading {
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-tag-links-intro,
.nn-recipe-tag-links-intro {
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #111 !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    text-align: center !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-tag-links-intro a,
.nn-recipe-tag-links-intro a {
    color: #183354 !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-tag-links-list,
.nn-recipe-tag-links-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 12px !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-tag-links-item,
.nn-recipe-tag-links-item {
    display: grid !important;
    grid-template-columns: 8px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: start !important;
    position: relative !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-tag-links-bullet,
.nn-recipe-tag-links-bullet {
    margin-top: .52em !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-tag-links-item::before,
.nn-recipe-tag-links-item::before {
    content: none !important;
    display: none !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-tag-links-item a,
.nn-recipe-tag-links-item a {
    color: #111 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-tag-links-item a:hover,
body.single-post.nn-custom-post-layout .nn-recipe-tag-links-item a:focus,
.nn-recipe-tag-links-item a:hover,
.nn-recipe-tag-links-item a:focus {
    color: #183354 !important;
    text-decoration: underline !important;
}

@media (max-width: 640px) {
    body.single-post.nn-custom-post-layout .nn-recipe-tag-links-box,
    .nn-recipe-tag-links-box {
        padding: 22px 18px !important;
    }
}

/* v10.6.5: Share box below Recipe Notes. */
body.single-post.nn-custom-post-layout .nn-recipe-share-box,
.nn-recipe-share-box {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 44px !important;
    padding: 26px 24px !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    text-align: center !important;
    clear: both !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-share-heading,
.nn-recipe-share-heading {
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-share-links,
.nn-recipe-share-links {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-share-link,
.nn-recipe-share-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 120px !important;
    padding: 11px 18px !important;
    border: 1px solid #183354 !important;
    border-radius: 999px !important;
    background: #183354 !important;
    color: #fff !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-share-link:hover,
body.single-post.nn-custom-post-layout .nn-recipe-share-link:focus,
.nn-recipe-share-link:hover,
.nn-recipe-share-link:focus {
    background: #fff !important;
    color: #183354 !important;
    text-decoration: none !important;
}

@media (max-width: 640px) {
    body.single-post.nn-custom-post-layout .nn-recipe-share-box,
    .nn-recipe-share-box {
        padding: 22px 18px !important;
    }

    body.single-post.nn-custom-post-layout .nn-recipe-share-link,
    .nn-recipe-share-link {
        width: 100% !important;
    }
}

/* v10.6.9: Recipe Notes USP box. */
body.single-post.nn-custom-post-layout .nn-recipe-notes-usp,
.nn-recipe-notes-usp {
    box-sizing: border-box !important;
    width: 70% !important;
    max-width: 70% !important;
    margin: 34px auto !important;
    padding: 28px 34px 24px !important;
    border: 1px solid #f05a28 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    clear: both !important;
    position: relative !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-usp-heading,
.nn-recipe-notes-usp-heading {
    display: table !important;
    margin: -35px auto 16px !important;
    padding: 0 14px !important;
    background: #fff !important;
    color: #111 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-usp-list,
.nn-recipe-notes-usp-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid !important;
    gap: 16px !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-usp-item,
.nn-recipe-notes-usp-item {
    display: grid !important;
    grid-template-columns: 8px minmax(0, 1fr) !important;
    gap: 10px !important;
    align-items: start !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #111 !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-usp-bullet,
.nn-recipe-notes-usp-bullet {
    margin-top: .54em !important;
    color: #d8341f !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-usp-bullet svg,
.nn-recipe-notes-usp-bullet svg {
    display: block !important;
    width: 8px !important;
    height: 8px !important;
    fill: currentColor !important;
    overflow: visible !important;
    flex: 0 0 auto !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-usp-text,
.nn-recipe-notes-usp-text {
    display: block !important;
}

@media (max-width: 640px) {
    body.single-post.nn-custom-post-layout .nn-recipe-notes-usp,
    .nn-recipe-notes-usp {
        width: 100% !important;
        max-width: 100% !important;
        padding: 26px 22px 22px !important;
    }
}


/* v10.7.2: Fix Recipe Notes layout after SVG bullet change. */
body.single-post.nn-custom-post-layout .nn-recipe-notes,
.nn-recipe-notes {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    clear: both !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-list,
.nn-recipe-notes-list {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-item,
.nn-recipe-notes-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 0 14px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-bullet,
.nn-recipe-notes-bullet {
    flex: 0 0 8px !important;
    width: 8px !important;
    height: 8px !important;
    margin-top: .68em !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-content,
.nn-recipe-notes-content {
    display: block !important;
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-title,
.nn-recipe-notes-title,
body.single-post.nn-custom-post-layout .nn-recipe-notes-description,
.nn-recipe-notes-description,
body.single-post.nn-custom-post-layout .nn-recipe-notes-description p,
.nn-recipe-notes-description p {
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
}


/* v10.7.5: align Why Make This title vertically through the border line. */
.nn-recipe-notes-list,.nn-recipe-tag-links-list,.nn-recipe-notes-usp-list{box-sizing:border-box!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;list-style:none!important}
.nn-recipe-notes-item,.nn-recipe-tag-links-item,.nn-recipe-notes-usp-item{box-sizing:border-box!important;display:flex!important;flex-direction:row!important;align-items:flex-start!important;width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;padding-left:0!important;gap:14px!important;white-space:normal!important}
.nn-recipe-notes-bullet,.nn-recipe-tag-links-bullet,.nn-recipe-notes-usp-bullet,.nn-recipe-svg-bullet{position:static!important;left:auto!important;top:auto!important;right:auto!important;bottom:auto!important;display:inline-flex!important;flex:0 0 8px!important;width:8px!important;min-width:8px!important;max-width:8px!important;height:8px!important;min-height:8px!important;max-height:8px!important;margin:.68em 0 0!important;padding:0!important;color:#d13b1f!important;line-height:1!important}
.nn-recipe-notes-content,.nn-recipe-tag-links-item>a,.nn-recipe-tag-links-item>span:not(.nn-recipe-tag-links-bullet),.nn-recipe-notes-usp-text{display:block!important;flex:1 1 auto!important;width:auto!important;max-width:100%!important;min-width:0!important;margin:0!important;padding:0!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}
.nn-recipe-notes-title{display:inline!important;margin:0!important;padding:0!important;white-space:normal!important}
.nn-recipe-notes-description,.nn-recipe-notes-description p{display:inline!important;margin:0!important;padding:0!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}
.nn-recipe-notes-item::before,.nn-recipe-tag-links-item::before,.nn-recipe-notes-usp-item::before{display:none!important;content:none!important}


/* v10.7.7: share box sits inside the FAQs column above FAQs. */
body.single-post.nn-custom-post-layout .nn-nutrition-faq-grid-column-faqs .nn-recipe-share-box,
.nn-nutrition-faq-grid-column-faqs .nn-recipe-share-box {
    margin: 0 0 28px !important;
}

/* v10.8.0: combine Recipe Notes and Tag Links into one shared front-end box. */
body.single-post.nn-custom-post-layout .nn-recipe-notes-tag-box,
.nn-recipe-notes-tag-box {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 34px 0 44px !important;
    padding: 30px 26px !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    clear: both !important;
}
body.single-post.nn-custom-post-layout .nn-recipe-notes-tag-box .nn-recipe-notes,
.nn-recipe-notes-tag-box .nn-recipe-notes {
    margin: 0 0 36px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}
body.single-post.nn-custom-post-layout .nn-recipe-notes-tag-box .nn-recipe-tag-links-box,
.nn-recipe-notes-tag-box .nn-recipe-tag-links-box {
    margin: 0 !important;
    padding: 30px 0 0 !important;
    border: 0 !important;
    border-top: 1px solid #e3e3e3 !important;
    background: transparent !important;
}
body.single-post.nn-custom-post-layout .nn-recipe-notes-tag-box .nn-recipe-notes-heading,
.nn-recipe-notes-tag-box .nn-recipe-notes-heading,
body.single-post.nn-custom-post-layout .nn-recipe-notes-tag-box .nn-recipe-tag-links-heading,
.nn-recipe-notes-tag-box .nn-recipe-tag-links-heading {
    text-align: center !important;
}
@media (max-width: 640px) {
    body.single-post.nn-custom-post-layout .nn-recipe-notes-tag-box,
    .nn-recipe-notes-tag-box {
        padding: 24px 18px !important;
    }
}



/* v10.8.2: Recipe Notes and Tag Links are separate sections again. */
body.single-post.nn-custom-post-layout .nn-recipe-notes-tag-box,
.nn-recipe-notes-tag-box {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}


/* v10.8.2: Recipe Notes remains separate, but uses the same bordered box style as Tag Links. */
body.single-post.nn-custom-post-layout .nn-recipe-notes,
.nn-recipe-notes {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 34px !important;
    padding: 26px 24px !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    clear: both !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-notes-heading,
.nn-recipe-notes-heading {
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

@media (max-width: 640px) {
    body.single-post.nn-custom-post-layout .nn-recipe-notes,
    .nn-recipe-notes {
        padding: 22px 18px !important;
    }
}


/* v10.8.3: Put the recipe title, ingredients, and instructions inside the same bordered box style. */
body.single-post.nn-custom-post-layout .nn-recipe-prep-grid,
.nn-recipe-prep-grid {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1140px !important;
    margin: 46px auto 34px !important;
    padding: 26px 24px 34px !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    clear: both !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-prep-title,
.nn-recipe-prep-title {
    margin: 0 0 28px !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-prep-column,
.nn-recipe-prep-column {
    min-width: 0 !important;
}

@media (max-width: 640px) {
    body.single-post.nn-custom-post-layout .nn-recipe-prep-grid,
    .nn-recipe-prep-grid {
        padding: 22px 18px 28px !important;
    }
}


/* v10.8.4: Structural recipe box wrapper so the title and recipe columns are visibly in one matching box. */
body.single-post.nn-custom-post-layout .nn-recipe-box,
.nn-recipe-box {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 1140px !important;
    margin: 46px auto 34px !important;
    padding: 26px 24px 34px !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #111 !important;
    clear: both !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-title,
.nn-recipe-box .nn-recipe-prep-title {
    display: block !important;
    width: 100% !important;
    margin: 0 0 30px !important;
    padding: 0 !important;
    text-align: center !important;
    color: #1b3658 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-grid,
.nn-recipe-box .nn-recipe-prep-grid {
    display: grid !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    gap: 34px 44px !important;
    align-items: start !important;
}

@media (max-width: 640px) {
    body.single-post.nn-custom-post-layout .nn-recipe-box,
    .nn-recipe-box {
        padding: 22px 18px 28px !important;
    }
}


/* v10.8.6: Make the recipe title use the custom post title typography, uppercase and centred. */
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-title,
.nn-recipe-box .nn-recipe-prep-title {
    display: block !important;
    width: 100% !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    color: #1b3658 !important;
    font-family: "Baskervville", Baskerville, Georgia, "Times New Roman", serif !important;
    font-weight: 500 !important;
    font-size: 66px !important;
    line-height: 1.05 !important;
    letter-spacing: 0.02em !important;
}

@media (max-width: 900px) {
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-title,
    .nn-recipe-box .nn-recipe-prep-title {
        font-size: clamp(34px, 8vw, 54px) !important;
        line-height: 1.1 !important;
    }
}


/* v10.8.7: Make Ingredients/Instructions headings match Recipe Notes style and set recipe columns 40/60. */
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-grid-two-columns,
.nn-recipe-box .nn-recipe-prep-grid-two-columns,
body.single-post.nn-custom-post-layout .nn-recipe-prep-grid-two-columns,
.nn-recipe-prep-grid-two-columns {
    grid-template-columns: minmax(0, 40%) minmax(0, 60%) !important;
    column-gap: 44px !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box h4.nn-recipe-ingredients-heading,
.nn-recipe-box h4.nn-recipe-ingredients-heading,
body.single-post.nn-custom-post-layout .nn-recipe-box h4.nn-recipe-instructions-heading,
.nn-recipe-box h4.nn-recipe-instructions-heading,
body.single-post.nn-custom-post-layout h4.nn-recipe-ingredients-heading,
h4.nn-recipe-ingredients-heading,
body.single-post.nn-custom-post-layout h4.nn-recipe-instructions-heading,
h4.nn-recipe-instructions-heading {
    display: block !important;
    width: 100% !important;
    margin: 0 0 26px !important;
    padding: 0 !important;
    text-align: center !important;
    color: #1b3658 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-ingredients,
.nn-recipe-box .nn-recipe-ingredients,
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-instructions,
.nn-recipe-box .nn-recipe-instructions {
    margin: 0 !important;
    padding: 0 !important;
    border-left: 0 !important;
}

@media (max-width: 800px) {
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-grid-two-columns,
    .nn-recipe-box .nn-recipe-prep-grid-two-columns,
    body.single-post.nn-custom-post-layout .nn-recipe-prep-grid-two-columns,
    .nn-recipe-prep-grid-two-columns {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }

    body.single-post.nn-custom-post-layout .nn-recipe-box h4.nn-recipe-ingredients-heading,
    .nn-recipe-box h4.nn-recipe-ingredients-heading,
    body.single-post.nn-custom-post-layout .nn-recipe-box h4.nn-recipe-instructions-heading,
    .nn-recipe-box h4.nn-recipe-instructions-heading,
    body.single-post.nn-custom-post-layout h4.nn-recipe-ingredients-heading,
    h4.nn-recipe-ingredients-heading,
    body.single-post.nn-custom-post-layout h4.nn-recipe-instructions-heading,
    h4.nn-recipe-instructions-heading {
        font-size: 24px !important;
        line-height: 1.25 !important;
    }
}


/* v10.8.9: Keep Ingredients/Instructions heading typography matching Recipe Notes but left align the headings. */
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-grid.nn-recipe-prep-grid-two-columns,
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-grid-two-columns,
.nn-recipe-box .nn-recipe-prep-grid.nn-recipe-prep-grid-two-columns,
.nn-recipe-box .nn-recipe-prep-grid-two-columns {
    display: grid !important;
    grid-template-columns: minmax(0, 4fr) minmax(0, 6fr) !important;
    gap: 34px 44px !important;
    align-items: start !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: visible !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-column-ingredients,
.nn-recipe-box .nn-recipe-prep-column-ingredients,
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-column-instructions,
.nn-recipe-box .nn-recipe-prep-column-instructions {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: auto !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-ingredients-heading,
.nn-recipe-box .nn-recipe-ingredients-heading,
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-instructions-heading,
.nn-recipe-box .nn-recipe-instructions-heading,
body.single-post.nn-custom-post-layout #nn-recipe-ingredients-heading,
#nn-recipe-ingredients-heading,
body.single-post.nn-custom-post-layout #nn-recipe-instructions-heading,
#nn-recipe-instructions-heading {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    text-align: left !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-ingredients,
.nn-recipe-box .nn-recipe-ingredients,
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-instructions,
.nn-recipe-box .nn-recipe-instructions {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
}

@media (max-width: 800px) {
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-grid.nn-recipe-prep-grid-two-columns,
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-grid-two-columns,
    .nn-recipe-box .nn-recipe-prep-grid.nn-recipe-prep-grid-two-columns,
    .nn-recipe-box .nn-recipe-prep-grid-two-columns {
        grid-template-columns: 1fr !important;
        gap: 36px !important;
    }
}


/* v10.8.9: Left align recipe column headings while keeping the Recipe Notes typography. */
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-ingredients-heading,
.nn-recipe-box .nn-recipe-ingredients-heading,
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-instructions-heading,
.nn-recipe-box .nn-recipe-instructions-heading,
body.single-post.nn-custom-post-layout #nn-recipe-ingredients-heading,
#nn-recipe-ingredients-heading,
body.single-post.nn-custom-post-layout #nn-recipe-instructions-heading,
#nn-recipe-instructions-heading {
    text-align: left !important;
}


/* v10.9.0: Increase internal recipe spacing by 20px for title and both recipe columns. */
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-title,
.nn-recipe-box .nn-recipe-prep-title {
    box-sizing: border-box !important;
    padding: 20px 20px 0 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-column-ingredients,
.nn-recipe-box .nn-recipe-prep-column-ingredients,
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-column-instructions,
.nn-recipe-box .nn-recipe-prep-column-instructions {
    box-sizing: border-box !important;
    padding: 20px !important;
}

@media (max-width: 800px) {
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-title,
    .nn-recipe-box .nn-recipe-prep-title {
        padding: 16px 12px 0 !important;
    }

    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-column-ingredients,
    .nn-recipe-box .nn-recipe-prep-column-ingredients,
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-column-instructions,
    .nn-recipe-box .nn-recipe-prep-column-instructions {
        padding: 16px 12px !important;
    }
}


/* v10.9.5: Show Recipe schema prep/cook/total/yield summary below the recipe title. */
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-meta,
.nn-recipe-box .nn-recipe-prep-meta {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px 18px !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: -10px auto 38px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    text-align: center !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-meta-item,
.nn-recipe-box .nn-recipe-prep-meta-item {
    min-width: 0 !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-meta-label,
.nn-recipe-box .nn-recipe-prep-meta-label {
    display: block !important;
    margin: 0 0 4px !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-meta-value,
.nn-recipe-box .nn-recipe-prep-meta-value {
    display: block !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
}

@media (max-width: 760px) {
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-meta,
    .nn-recipe-box .nn-recipe-prep-meta {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        margin-bottom: 30px !important;
        padding: 0 12px !important;
    }
}

@media (max-width: 420px) {
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-meta,
    .nn-recipe-box .nn-recipe-prep-meta {
        grid-template-columns: 1fr !important;
    }
}


/* v10.9.6: Increase recipe title bottom margin by 20px. */
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-title,
.nn-recipe-box .nn-recipe-prep-title {
    margin-bottom: 52px !important;
}


/* v10.9.7: Ingredient scaling pills below recipe title/meta. */
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-scale-control,
.nn-recipe-box .nn-recipe-scale-control {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    width: auto !important;
    margin: -18px auto 38px !important;
    padding: 5px !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 999px !important;
    background: #fff !important;
    box-sizing: border-box !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-scale-label,
.nn-recipe-box .nn-recipe-scale-label {
    display: inline-flex !important;
    align-items: center !important;
    padding: 0 9px 0 11px !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 0 !important;
    overflow: visible !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-scale-button,
.nn-recipe-box .nn-recipe-scale-button {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 48px !important;
    min-height: 34px !important;
    margin: 0 !important;
    padding: 8px 13px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: transparent !important;
    color: #183354 !important;
    cursor: pointer !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 0 !important;
    overflow: visible !important;
    font-weight: 700 !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-scale-button.is-active,
.nn-recipe-box .nn-recipe-scale-button.is-active {
    background: #183354 !important;
    color: #fff !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-scale-button:hover,
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-scale-button:focus,
.nn-recipe-box .nn-recipe-scale-button:hover,
.nn-recipe-box .nn-recipe-scale-button:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(24, 51, 84, .18) !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-ingredient-qty,
.nn-recipe-box .nn-recipe-ingredient-qty {
    display: inline !important;
}

@media (max-width: 520px) {
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-scale-control,
    .nn-recipe-box .nn-recipe-scale-control {
        margin-top: -10px !important;
        margin-bottom: 28px !important;
    }
}


/* v10.9.8: Front-end instruction group headings. */
body.single-post.nn-custom-post-layout .nn-recipe-instruction-group-heading,
.nn-recipe-instruction-group-heading {
    margin: 18px 0 10px !important;
    font-size: 18px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #111 !important;
    text-align: left !important;
}
body.single-post.nn-custom-post-layout .nn-recipe-instructions-list + .nn-recipe-instruction-group-heading,
.nn-recipe-instructions-list + .nn-recipe-instruction-group-heading {
    margin-top: 24px !important;
}

/* v10.9.9: Front-end Related Posts row. */
body.single-post.nn-custom-post-layout .nn-related-posts-box,
.nn-related-posts-box {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 34px !important;
    padding: 26px 24px 30px !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    clear: both !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-header,
.nn-related-posts-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 0 0 22px !important;
    padding: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-heading,
.nn-related-posts-heading {
    margin: 0 !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .075em !important;
    text-transform: uppercase !important;
    text-align: left !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-grid,
.nn-related-posts-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 0 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    scrollbar-width: thin !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card,
.nn-related-posts-card {
    box-sizing: border-box !important;
    flex: 0 0 280px !important;
    width: 280px !important;
    max-width: 280px !important;
    margin: 0 !important;
    border: 1px solid #d7d7d7 !important;
    background: #fff !important;
    overflow: hidden !important;
    scroll-snap-align: start !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card-link,
.nn-related-posts-card-link {
    display: block !important;
    height: 100% !important;
    color: #111 !important;
    text-decoration: none !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card-link:hover .nn-related-posts-card-title,
body.single-post.nn-custom-post-layout .nn-related-posts-card-link:focus .nn-related-posts-card-title,
.nn-related-posts-card-link:hover .nn-related-posts-card-title,
.nn-related-posts-card-link:focus .nn-related-posts-card-title {
    color: #4169e1 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card-media,
.nn-related-posts-card-media {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    background: #f6f6f6 !important;
    overflow: hidden !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card-image,
.nn-related-posts-card-image {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card-body,
.nn-related-posts-card-body {
    display: block !important;
    padding: 14px 14px 16px !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card-category,
.nn-related-posts-card-category {
    display: block !important;
    margin: 0 0 7px !important;
    color: #555 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 12px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card-title,
.nn-related-posts-card-title {
    display: block !important;
    margin: 0 0 10px !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 20px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card-author,
.nn-related-posts-card-author {
    display: block !important;
    color: #555 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    font-weight: 400 !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-footer,
.nn-related-posts-footer {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 18px !important;
    margin: 18px 0 0 !important;
    padding: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-dots,
.nn-related-posts-dots {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 8px !important;
    margin: 16px auto 0 !important;
    padding: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-nav,
.nn-related-posts-nav {
    display: flex !important;
    flex: 0 0 auto !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-left: auto !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-nav-button,
.nn-related-posts-nav-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #183354 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    line-height: 0 !important;
    overflow: visible !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-nav-button svg,
.nn-related-posts-nav-button svg {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    fill: currentColor !important;
    overflow: visible !important;
    flex: 0 0 auto !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-nav-button:hover,
body.single-post.nn-custom-post-layout .nn-related-posts-nav-button:focus,
.nn-related-posts-nav-button:hover,
.nn-related-posts-nav-button:focus {
    color: #cf3f2e !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-nav-button:focus-visible,
.nn-related-posts-nav-button:focus-visible {
    outline: 2px solid #183354 !important;
    outline-offset: 3px !important;
    border-radius: 999px !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-dot,
.nn-related-posts-dot {
    box-sizing: border-box !important;
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #d6d6d6 !important;
    cursor: pointer !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transition: background-color .2s ease, transform .2s ease !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-dot.is-active,
.nn-related-posts-dot.is-active {
    background: #cf3f2e !important;
    transform: scale(1.25) !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-dot:focus-visible,
.nn-related-posts-dot:focus-visible {
    outline: 2px solid #183354 !important;
    outline-offset: 3px !important;
}

@media (min-width: 1100px) {
    body.single-post.nn-custom-post-layout .nn-related-posts-card,
    .nn-related-posts-card {
        flex-basis: 292px !important;
        width: 292px !important;
        max-width: 292px !important;
    }
}

@media (max-width: 640px) {
    body.single-post.nn-custom-post-layout .nn-related-posts-box,
    .nn-related-posts-box {
        padding: 22px 18px !important;
    }

    body.single-post.nn-custom-post-layout .nn-related-posts-grid,
    .nn-related-posts-grid {
        gap: 16px !important;
        scroll-snap-type: x mandatory !important;
    }

    body.single-post.nn-custom-post-layout .nn-related-posts-card,
    .nn-related-posts-card {
        flex-basis: 82vw !important;
        width: 82vw !important;
        max-width: 82vw !important;
    }

    body.single-post.nn-custom-post-layout .nn-related-posts-footer,
    .nn-related-posts-footer {
        gap: 14px !important;
    }
}


body.single-post.nn-custom-post-layout .nn-related-posts-card.is-clone,
.nn-related-posts-card.is-clone {
    pointer-events: none !important;
}

/* v10.10.6: Related posts heading/nav alignment and centred markers. */
body.single-post.nn-custom-post-layout .nn-related-posts-header .nn-related-posts-nav,
.nn-related-posts-header .nn-related-posts-nav {
    margin-left: auto !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-grid + .nn-related-posts-dots,
.nn-related-posts-grid + .nn-related-posts-dots {
    justify-content: center !important;
    text-align: center !important;
}

@media (max-width: 480px) {
    body.single-post.nn-custom-post-layout .nn-related-posts-header,
    .nn-related-posts-header {
        align-items: flex-start !important;
    }
}


/* v10.10.8: larger uncropped related-post nav icons and smooth infinite button movement. */
body.single-post.nn-custom-post-layout .nn-related-posts-nav-button,
.nn-related-posts-nav-button {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    min-height: 42px !important;
    overflow: visible !important;
    line-height: 0 !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-nav-button svg,
.nn-related-posts-nav-button svg {
    width: 28px !important;
    height: 28px !important;
    overflow: visible !important;
}


/* v10.10.13: Display imported recipe description below the imported recipe title. */
body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-description,
.nn-recipe-box .nn-recipe-prep-description {
    display: block !important;
    width: 100% !important;
    max-width: 860px !important;
    margin: -34px auto 30px !important;
    padding: 0 20px !important;
    box-sizing: border-box !important;
    color: #333 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.55 !important;
    font-weight: 400 !important;
    text-align: center !important;
}

body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-description + .nn-recipe-prep-meta,
.nn-recipe-box .nn-recipe-prep-description + .nn-recipe-prep-meta {
    margin-top: 0 !important;
}

@media (max-width: 760px) {
    body.single-post.nn-custom-post-layout .nn-recipe-box .nn-recipe-prep-description,
    .nn-recipe-box .nn-recipe-prep-description {
        margin-top: -24px !important;
        margin-bottom: 24px !important;
        padding: 0 12px !important;
        font-size: 16px !important;
    }
}

/* v10.10.34: Printer-safe recipe card output. Only the recipe card prints. */
@media print {
    @page {
        margin: 12mm;
    }

    html,
    body {
        background: #ffffff !important;
        color: #000000 !important;
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body * {
        visibility: hidden !important;
    }

    #nn-recipe-prep,
    #nn-recipe-prep * {
        visibility: visible !important;
    }

    #nn-recipe-prep {
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 18mm 12mm !important;
        border: none !important;
        box-shadow: none !important;
        background: #ffffff !important;
        color: #000000 !important;
        page-break-inside: auto !important;
        break-inside: auto !important;
    }

    #nn-recipe-prep .nn-recipe-scale-control,
    #nn-recipe-prep .nn-recipe-scale-control * {
        display: none !important;
        visibility: hidden !important;
    }

    #nn-recipe-prep .nn-recipe-prep-title,
    #nn-recipe-prep .nn-recipe-ingredients-heading,
    #nn-recipe-prep .nn-recipe-instructions-heading {
        color: #000000 !important;
        page-break-after: avoid !important;
        break-after: avoid !important;
    }

    #nn-recipe-prep .nn-recipe-prep-grid,
    #nn-recipe-prep .nn-recipe-prep-grid-two-columns,
    #nn-recipe-prep .nn-recipe-prep-grid-single {
        display: grid !important;
        grid-template-columns: 40% 60% !important;
        gap: 12mm !important;
        align-items: start !important;
    }

    #nn-recipe-prep .nn-recipe-prep-column,
    #nn-recipe-prep .nn-recipe-ingredients,
    #nn-recipe-prep .nn-recipe-instructions {
        page-break-inside: avoid !important;
        break-inside: avoid !important;
        color: #000000 !important;
    }

    #nn-recipe-prep input[type="checkbox"],
    #nn-recipe-prep .nn-recipe-ingredient-checkbox,
    #nn-recipe-prep .nn-recipe-ingredient-check {
        print-color-adjust: exact !important;
        -webkit-print-color-adjust: exact !important;
    }

    #nn-recipe-prep a[href]::after {
        content: "" !important;
    }
}


/* v10.10.35: Print preview optimisation. Use a temporary print clone so hidden page content does not create blank trailing pages. */
@media print {
    @page {
        margin: 9mm 8mm;
    }

    body.nn-recipe-printing {
        background: #ffffff !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    body.nn-recipe-printing > *:not(#nn-recipe-print-clone) {
        display: none !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone,
    body.nn-recipe-printing #nn-recipe-print-clone * {
        visibility: visible !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone {
        display: block !important;
        position: static !important;
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
        background: #ffffff !important;
        color: #000000 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 10.5pt !important;
        line-height: 1.35 !important;
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-scale-control,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-action-buttons,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-action-button {
        display: none !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-title {
        margin: 0 0 4mm !important;
        padding: 0 !important;
        color: #000000 !important;
        font-size: 24pt !important;
        line-height: 1.05 !important;
        letter-spacing: .01em !important;
        text-align: center !important;
        text-transform: uppercase !important;
        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-description {
        max-width: none !important;
        margin: 0 0 4mm !important;
        padding: 0 !important;
        color: #000000 !important;
        font-size: 10.5pt !important;
        line-height: 1.35 !important;
        text-align: center !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 3mm !important;
        margin: 0 0 6mm !important;
        padding: 0 !important;
        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-item {
        margin: 0 !important;
        padding: 0 !important;
        text-align: center !important;
        color: #000000 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-label {
        display: block !important;
        margin: 0 0 1mm !important;
        color: #000000 !important;
        font-size: 8pt !important;
        font-weight: 700 !important;
        letter-spacing: .06em !important;
        text-transform: uppercase !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-value {
        display: block !important;
        color: #000000 !important;
        font-size: 10pt !important;
        line-height: 1.25 !important;
        font-weight: 400 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid-two-columns,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid-single {
        display: grid !important;
        grid-template-columns: 42% 58% !important;
        gap: 7mm !important;
        align-items: start !important;
        margin: 0 !important;
        padding: 0 !important;
        break-before: avoid !important;
        page-break-before: avoid !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-column,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredients,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instructions {
        margin: 0 !important;
        padding: 0 !important;
        color: #000000 !important;
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredients-heading,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instructions-heading {
        margin: 0 0 4mm !important;
        padding: 0 !important;
        color: #000000 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 15pt !important;
        font-weight: 800 !important;
        letter-spacing: .06em !important;
        line-height: 1.15 !important;
        text-align: left !important;
        text-transform: uppercase !important;
        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-group,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-group {
        margin: 0 0 4mm !important;
        padding: 0 !important;
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-group-title,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-group-title {
        margin: 0 0 2mm !important;
        padding: 0 !important;
        color: #000000 !important;
        font-size: 10pt !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-list,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-list,
    body.nn-recipe-printing #nn-recipe-print-clone ol,
    body.nn-recipe-printing #nn-recipe-print-clone ul {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        padding-top: 0 !important;
        color: #000000 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-item,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-item,
    body.nn-recipe-printing #nn-recipe-print-clone li {
        margin: 0 0 2.2mm !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        color: #000000 !important;
        font-size: 10.5pt !important;
        line-height: 1.35 !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-note {
        display: inline !important;
        color: #000000 !important;
        font-size: 9.5pt !important;
        line-height: 1.25 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone input[type="checkbox"],
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-checkbox,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-check {
        width: 3.2mm !important;
        height: 3.2mm !important;
        min-width: 3.2mm !important;
        min-height: 3.2mm !important;
        margin-right: 2mm !important;
        border: 1px solid #000000 !important;
        print-color-adjust: exact !important;
        -webkit-print-color-adjust: exact !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone a[href]::after {
        content: "" !important;
    }
}


/* v10.10.36: Print design polish. Make the print recipe card feel like a standalone, designed one-page handout. */
@media print {
    body.nn-recipe-printing #nn-recipe-print-clone {
        padding: 6mm 7mm 7mm !important;
        border: 1px solid #111111 !important;
        background: #ffffff !important;
        color: #111111 !important;
        font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
        font-size: 10.2pt !important;
        line-height: 1.42 !important;
        -webkit-print-color-adjust: exact !important;
        print-color-adjust: exact !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-title {
        max-width: 170mm !important;
        margin: 0 auto 2.5mm !important;
        color: #111111 !important;
        font-family: Georgia, "Times New Roman", serif !important;
        font-size: 21pt !important;
        line-height: 0.98 !important;
        font-weight: 700 !important;
        letter-spacing: 0.015em !important;
        text-wrap: balance !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-title::after {
        content: "" !important;
        display: block !important;
        width: 44mm !important;
        height: 1px !important;
        margin: 3.2mm auto 0 !important;
        background: #444444 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-description {
        max-width: 130mm !important;
        margin: 0 auto 3.5mm !important;
        color: #444444 !important;
        font-family: Georgia, "Times New Roman", serif !important;
        font-size: 10.5pt !important;
        font-style: italic !important;
        line-height: 1.35 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta {
        margin: 0 0 5.5mm !important;
        padding: 2.6mm 0 2.8mm !important;
        border-top: 1px solid #111111 !important;
        border-bottom: 1px solid #111111 !important;
        gap: 2.2mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-item {
        padding: 0 1.2mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-label {
        margin: 0 0 .8mm !important;
        color: #1b355d !important;
        font-size: 8pt !important;
        font-weight: 800 !important;
        letter-spacing: .08em !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-value {
        font-size: 10pt !important;
        line-height: 1.25 !important;
        font-weight: 500 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid-two-columns,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid-single {
        grid-template-columns: 41% 59% !important;
        gap: 6mm !important;
        align-items: start !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-column-ingredients {
        padding-right: 4.5mm !important;
        border-right: 1px solid #d8d8d8 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-column-instructions {
        padding-left: 1.5mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredients-heading,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instructions-heading {
        margin: 0 0 3.2mm !important;
        padding: 0 0 1.4mm !important;
        color: #111111 !important;
        font-size: 14.2pt !important;
        font-weight: 800 !important;
        letter-spacing: .075em !important;
        border-bottom: 1px solid #111111 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-group,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-group {
        margin: 0 0 3.2mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-group-title,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-group-title {
        margin: 0 0 1.7mm !important;
        color: #111111 !important;
        font-size: 10.4pt !important;
        font-weight: 800 !important;
        line-height: 1.25 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-item,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-item,
    body.nn-recipe-printing #nn-recipe-print-clone li {
        margin: 0 0 1.8mm !important;
        color: #111111 !important;
        font-size: 10pt !important;
        line-height: 1.42 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-note {
        color: #444444 !important;
        font-size: 9.3pt !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone input[type="checkbox"],
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-checkbox,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-check {
        width: 3mm !important;
        height: 3mm !important;
        min-width: 3mm !important;
        min-height: 3mm !important;
        margin-right: 2.2mm !important;
        border: 1px solid #666666 !important;
    }
}


/* v10.10.37: Print flow and typography reset. Keep the recipe header and columns flowing together instead of forcing a page break after the meta row. */
@media print {
    @page {
        margin: 8mm 7mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone {
        padding: 6mm 6.5mm !important;
        border: 1px solid #222222 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 9.4pt !important;
        line-height: 1.34 !important;
        color: #111111 !important;
        box-sizing: border-box !important;
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-title {
        max-width: 165mm !important;
        margin: 0 auto 2mm !important;
        padding: 0 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 18pt !important;
        line-height: 1.05 !important;
        font-weight: 800 !important;
        letter-spacing: .025em !important;
        text-align: center !important;
        text-transform: uppercase !important;
        break-after: auto !important;
        page-break-after: auto !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-title::after {
        width: 34mm !important;
        margin: 2mm auto 0 !important;
        background: #222222 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-description {
        max-width: 150mm !important;
        margin: 0 auto 2.4mm !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 9.5pt !important;
        font-style: normal !important;
        line-height: 1.3 !important;
        color: #333333 !important;
        text-align: center !important;
        break-after: auto !important;
        page-break-after: auto !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta {
        display: grid !important;
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
        gap: 2mm !important;
        margin: 0 0 4mm !important;
        padding: 2mm 0 !important;
        border-top: 1px solid #222222 !important;
        border-bottom: 1px solid #222222 !important;
        break-after: auto !important;
        page-break-after: auto !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-label {
        margin: 0 0 .5mm !important;
        color: #111111 !important;
        font-size: 7.2pt !important;
        font-weight: 800 !important;
        letter-spacing: .08em !important;
        text-transform: uppercase !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-value {
        font-size: 8.8pt !important;
        line-height: 1.2 !important;
        font-weight: 500 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid-two-columns,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid-single {
        display: grid !important;
        grid-template-columns: 40% 60% !important;
        gap: 5.5mm !important;
        align-items: start !important;
        margin: 0 !important;
        padding: 0 !important;
        break-before: auto !important;
        page-break-before: auto !important;
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-column,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredients,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instructions {
        break-before: auto !important;
        page-break-before: auto !important;
        break-inside: auto !important;
        page-break-inside: auto !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-column-ingredients {
        padding-right: 4mm !important;
        border-right: 1px solid #d4d4d4 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-column-instructions {
        padding-left: .5mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredients-heading,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instructions-heading {
        margin: 0 0 2.8mm !important;
        padding: 0 0 1.2mm !important;
        border-bottom: 1px solid #222222 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13.2pt !important;
        line-height: 1.05 !important;
        font-weight: 800 !important;
        letter-spacing: .07em !important;
        color: #111111 !important;
        break-after: avoid !important;
        page-break-after: avoid !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-group,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-group {
        margin: 0 0 2.7mm !important;
        padding: 0 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-group-title,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-group-title {
        margin: 0 0 1.3mm !important;
        font-size: 9.6pt !important;
        line-height: 1.22 !important;
        font-weight: 800 !important;
        color: #111111 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-item,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-item,
    body.nn-recipe-printing #nn-recipe-print-clone li {
        margin: 0 0 1.45mm !important;
        font-size: 9.2pt !important;
        line-height: 1.32 !important;
        color: #111111 !important;
        break-inside: avoid !important;
        page-break-inside: avoid !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-list {
        padding-left: 5.5mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-note {
        color: #555555 !important;
        font-size: 8.7pt !important;
        line-height: 1.25 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone input[type="checkbox"],
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-checkbox,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-check {
        width: 2.6mm !important;
        height: 2.6mm !important;
        min-width: 2.6mm !important;
        min-height: 2.6mm !important;
        margin-right: 1.8mm !important;
        border: 1px solid #666666 !important;
    }
}


/* v10.10.39: Editorial print style refinement — extra top space, Times New Roman titles, Arial body text. */
@media print {
    @page {
        margin: 10mm 11mm;
    }

    body.nn-recipe-printing #nn-recipe-print-clone {
        padding: 30px 0 0 !important;
        border: 0 !important;
        background: #ffffff !important;
        color: #111111 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 9.7pt !important;
        line-height: 1.42 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-title {
        max-width: 155mm !important;
        margin: 0 auto 2.4mm !important;
        padding: 0 !important;
        color: #111111 !important;
        font-family: "Times New Roman", Times, serif !important;
        font-size: 23pt !important;
        line-height: 1.03 !important;
        font-weight: 700 !important;
        letter-spacing: -0.012em !important;
        text-align: center !important;
        text-transform: none !important;
        text-wrap: balance !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-title::after {
        content: "" !important;
        display: block !important;
        width: 18mm !important;
        height: 1px !important;
        margin: 3mm auto 0 !important;
        background: #111111 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-description {
        max-width: 125mm !important;
        margin: 0 auto 3.4mm !important;
        color: #333333 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 10.2pt !important;
        font-style: italic !important;
        line-height: 1.38 !important;
        text-align: center !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta {
        margin: 0 0 4.5mm !important;
        padding: 2.2mm 0 2.4mm !important;
        border-top: 1px solid #111111 !important;
        border-bottom: 1px solid #111111 !important;
        gap: 2mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-label {
        color: #111111 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 6.9pt !important;
        font-weight: 700 !important;
        letter-spacing: .09em !important;
        text-transform: uppercase !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-meta-value {
        color: #111111 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 9.2pt !important;
        font-weight: 400 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid-two-columns,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-grid-single {
        grid-template-columns: 39% 61% !important;
        gap: 6.5mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-column-ingredients {
        padding-right: 4.5mm !important;
        border-right: 1px solid #bdbdbd !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-prep-column-instructions {
        padding-left: 0 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredients-heading,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instructions-heading {
        margin: 0 0 2.5mm !important;
        padding: 0 0 1.2mm !important;
        border-bottom: 1px solid #111111 !important;
        color: #111111 !important;
        font-family: "Times New Roman", Times, serif !important;
        font-size: 11.8pt !important;
        line-height: 1.1 !important;
        font-weight: 700 !important;
        letter-spacing: .03em !important;
        text-transform: uppercase !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-group-title,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-group-title {
        margin: 0 0 1.25mm !important;
        color: #111111 !important;
        font-family: "Times New Roman", Times, serif !important;
        font-size: 10.4pt !important;
        line-height: 1.25 !important;
        font-weight: 700 !important;
        font-style: normal !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-item,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-item,
    body.nn-recipe-printing #nn-recipe-print-clone li,
    body.nn-recipe-printing #nn-recipe-print-clone p,
    body.nn-recipe-printing #nn-recipe-print-clone div,
    body.nn-recipe-printing #nn-recipe-print-clone span {
        color: #111111 !important;
        font-family: Arial, Helvetica, sans-serif !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-item,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-item,
    body.nn-recipe-printing #nn-recipe-print-clone li {
        margin: 0 0 1.5mm !important;
        font-size: 9.35pt !important;
        line-height: 1.38 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-instruction-list {
        padding-left: 5mm !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-note {
        color: #555555 !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 8.65pt !important;
        font-style: normal !important;
        line-height: 1.3 !important;
    }

    body.nn-recipe-printing #nn-recipe-print-clone input[type="checkbox"],
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-checkbox,
    body.nn-recipe-printing #nn-recipe-print-clone .nn-recipe-ingredient-check {
        width: 2.5mm !important;
        height: 2.5mm !important;
        min-width: 2.5mm !important;
        min-height: 2.5mm !important;
        margin-right: 1.8mm !important;
        border: 1px solid #777777 !important;
    }
}


/* What You Need section: below post body, above recipe card. */
.nn-what-you-need {
    margin: 48px 0;
}

.nn-what-you-need-inner,
.nn-what-you-need-inner.nn-what-you-need-has-image {
    display: block;
    padding: 0;
    border: 0;
    background: transparent;
}


.nn-what-you-need-section {
    margin: 0 0 12px;
}

.nn-what-you-need-footer-description {
    margin-top: 24px;
}

.nn-what-you-need-footer-description > :first-child {
    margin-top: 0;
}

.nn-what-you-need-footer-description > :last-child {
    margin-bottom: 0;
}

.nn-what-you-need-title {
    margin: 0 0 16px;
}

.nn-what-you-need-description > :first-child {
    margin-top: 0;
}

.nn-what-you-need-description > :last-child {
    margin-bottom: 0;
}

.nn-what-you-need-images {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 24px;
}

figure.nn-what-you-need-figure {
    display: block !important;
    width: fit-content !important;
    max-width: 100% !important;
    margin: 0 auto 28px !important;
    padding: 0 !important;
    text-align: left;
}

figure.nn-what-you-need-figure:last-child {
    margin-bottom: 0 !important;
}

figure.nn-what-you-need-figure img.nn-what-you-need-image {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    height: auto;
    margin: 0 auto !important;
    padding: 0 !important;
}

/* Match the featured-image caption styling and align it to this image's right edge. */
figure.nn-what-you-need-figure figcaption.nn-what-you-need-caption {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.75rem 0 0 !important;
    padding: 0 !important;
    color: #6f6a67;
    font-size: 0.95rem;
    line-height: 1.5;
    text-align: right !important;
}


/* v11.0.12: Match the What You Need heading to the recipe-card title, preserving entered title case. */
body.single-post.nn-custom-post-layout .nn-what-you-need-title,
.nn-what-you-need-title {
    display: block !important;
    width: 100% !important;
    margin: 0 0 32px !important;
    padding: 0 !important;
    text-align: center !important;
    text-transform: none !important;
    color: #1b3658 !important;
    font-family: "Baskervville", Baskerville, Georgia, "Times New Roman", serif !important;
    font-weight: 500 !important;
    font-size: 66px !important;
    line-height: 1.05 !important;
    letter-spacing: 0.01em !important;
}

@media (max-width: 900px) {
    body.single-post.nn-custom-post-layout .nn-what-you-need-title,
    .nn-what-you-need-title {
        font-size: clamp(34px, 8vw, 54px) !important;
        line-height: 1.1 !important;
    }
}


/* v11.0.29: Front-end recipe video block above the recipe card. */
.nn-recipe-video-section {
    width: 100%;
    margin: 56px 0;
}

.nn-recipe-video-title {
    display: block;
    width: 100%;
    margin: 0 0 32px;
    padding: 0;
    color: #1b3658;
    font-family: "Baskervville", Baskerville, Georgia, "Times New Roman", serif;
    font-size: 66px;
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: none;
}

.nn-recipe-video-description {
    margin: 0 auto 24px;
}

.nn-recipe-video-description-footer {
    margin-top: 24px;
    margin-bottom: 0;
}

.nn-recipe-video-description > :first-child {
    margin-top: 0;
}

.nn-recipe-video-description > :last-child {
    margin-bottom: 0;
}

.nn-recipe-video-media {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    aspect-ratio: 16 / 9;
}

.nn-recipe-video-media video,
.nn-recipe-video-media iframe,
.nn-recipe-video-player,
.nn-recipe-video-iframe {
    display: block;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border: 0 !important;
    object-fit: contain;
}

@media (max-width: 900px) {
    .nn-recipe-video-section {
        margin: 40px 0;
    }

    .nn-recipe-video-title {
        font-size: clamp(34px, 8vw, 54px);
        line-height: 1.1;
    }
}

/* Linked banner fallback for recipe ads. */
.nn-recipe-ad-banner-link {
    display: block;
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.nn-recipe-ad-banner-image {
    display: block;
    max-width: 100%;
    height: auto;
}


/* v11.0.35: Keep ads as explicit siblings before/after the Sections collection. */
.nn-recipe-ad-boundary {
    display: flow-root;
    clear: both;
    width: 100%;
    margin: 48px 0;
}

.nn-recipe-ad-boundary .nn-recipe-ad {
    display: flow-root;
    clear: both;
    width: 100%;
}

.nn-recipe-ad-boundary-before-sections + .nn-what-you-need {
    margin-top: 0;
}

.nn-what-you-need + .nn-recipe-ad-boundary-after-sections {
    margin-top: 0;
}

/* v11.0.36: Ads using the legacy below_sections value render after every section. */
.nn-recipe-ad-boundary-after-each-section {
    clear: both;
    display: block;
    width: 100%;
}


/* Front-end table of contents. Generated server-side for crawlable anchor links. */
.nn-post-toc {
    box-sizing: border-box;
    width: 100%;
    margin: 2.25rem 0;
    padding: 1.5rem 1.75rem;
    border: 1px solid rgba(44, 62, 53, 0.18);
    background: rgba(247, 247, 243, 0.72);
}

.nn-post-toc-title {
    margin: 0 0 0.85rem;
    font-family: "Baskervville", Georgia, serif;
    font-size: clamp(1.55rem, 2.4vw, 2rem);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-transform: none;
}

.nn-post-toc-list {
    margin: 0;
    padding-left: 1.35rem;
}

.nn-post-toc-item {
    margin: 0.35rem 0;
    line-height: 1.45;
}

.nn-post-toc-item a {
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.nn-post-toc-level-3 {
    margin-left: 1rem;
}

.nn-post-toc-level-4 {
    margin-left: 2rem;
}

#nn-custom-post-content h2[id],
#nn-custom-post-content h3[id],
#nn-custom-post-content h4[id],
#nn-custom-post-content h5[id],
#nn-custom-post-content h6[id],
.nn-what-you-need[id] {
    scroll-margin-top: 2rem;
}

@media (max-width: 640px) {
    .nn-post-toc {
        margin: 1.75rem 0;
        padding: 1.25rem;
    }

    .nn-post-toc-level-3 {
        margin-left: 0.5rem;
    }

    .nn-post-toc-level-4 {
        margin-left: 1rem;
    }
}

/* v11.0.45: Floating TOC uses Solway typography with rounded, shadow-free styling. */
.nn-floating-toc {
    display: none;
}

@media (min-width: 1921px) {
    .nn-floating-toc {
        position: fixed;
        z-index: 80;
        top: 7.5rem;
        right: auto;
        left: auto;
        box-sizing: border-box;
        width: clamp(240px, calc((100vw - 1380px) / 2 - 2.5rem), 320px);
        max-height: calc(100vh - 9rem);
        overflow-y: auto;
        padding: 1.1rem 1.2rem;
        border: 1px solid rgba(44, 62, 53, 0.18);
        background: rgba(255, 255, 255, 0.97);
        border-radius: 14px;
        box-shadow: none;
        font-family: "Solway", Georgia, serif;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateY(0.5rem);
        transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
    }

    .nn-floating-toc.is-visible {
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .nn-floating-toc-title {
        margin: 0 0 0.7rem;
        font-family: "Solway", Georgia, serif;
        font-size: 1.2rem;
        font-weight: 500;
        line-height: 1.2;
        letter-spacing: 0.01em;
    }

    .nn-floating-toc-list {
        margin: 0;
        font-family: "Solway", Georgia, serif;
        padding-left: 1.25rem;
    }

    .nn-floating-toc-item {
        margin: 0.3rem 0;
        font-size: 0.92rem;
        line-height: 1.35;
    }

    .nn-floating-toc-item a {
        font-family: "Solway", Georgia, serif;
        font-weight: 400;
        text-decoration: none;
    }

    .nn-floating-toc-item.is-active > a {
        font-weight: 700;
    }

    .nn-floating-toc-level-3 {
        margin-left: 0.65rem;
    }

    .nn-floating-toc-level-4,
    .nn-floating-toc-level-5,
    .nn-floating-toc-level-6 {
        margin-left: 1.2rem;
    }
}


/* v11.0.49: Match video title to section titles; retain TOC link styling. */
body.single-post.nn-custom-post-layout .nn-what-you-need-title,
.nn-what-you-need-title,
body.single-post.nn-custom-post-layout .nn-recipe-video-title,
.nn-recipe-video-title {
    font-family: "Solway", Georgia, "Times New Roman", serif !important;
    font-weight: 400 !important;
    letter-spacing: -0.01em !important;
}

.nn-post-toc-item a,
.nn-floating-toc-item a {
    font-family: "Solway", Georgia, "Times New Roman", serif !important;
    font-weight: 400;
    text-decoration-line: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.nn-floating-toc-item.is-active > a {
    font-weight: 700;
}

/* v11.0.50: Solway Regular styling for Nutrition Facts title and FAQ questions. */
body.single-post.nn-custom-post-layout .nn-nutrition-label-card h3,
.nn-nutrition-label-card h3,
body.single-post.nn-custom-post-layout .nn-recipe-faq-question,
.nn-recipe-faq-question {
    color: #111 !important;
    font-family: "Solway", Georgia, "Times New Roman", serif !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    letter-spacing: -0.01em !important;
    text-align: left !important;
    text-transform: none !important;
}

/* v11.0.51: Main TOC is a horizontal, wrapping list separated by bars. */
.nn-post-toc-list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nn-post-toc-item,
.nn-post-toc-level-3,
.nn-post-toc-level-4,
.nn-post-toc-level-5,
.nn-post-toc-level-6 {
    display: inline-flex;
    align-items: baseline;
    margin: 0;
    padding: 0;
    line-height: 1.45;
}

.nn-post-toc-item:not(:last-child)::after {
    content: "|";
    margin: 0 0.65rem;
    color: currentColor;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    flex: 0 0 auto;
}

/* v11.0.52: Match TOC links to the USP box body typography while retaining underlines. */
.nn-post-toc-item a,
.nn-floating-toc-item a {
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 18px !important;
    line-height: 1.45 !important;
    font-weight: 400;
    letter-spacing: normal !important;
    text-decoration-line: underline !important;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.nn-floating-toc-item.is-active > a {
    font-weight: 700;
}


/* v11.0.53: Keep TOC separators attached to the preceding item so wrapped lines never begin with a bar. */

/* v12.1.5: Keep the top of individual Recipe pages compact.
   Avada applies its own padding to #main, while this template also has a hero
   padding value. Together they created a large blank area above the category
   label. Reset the inherited main padding and retain a modest hero gap. */
body.nn-custom-post-layout-active #main.nn-custom-single-post-layout {
    padding-top: 0 !important;
}

body.nn-custom-post-layout-active .nn-custom-post-hero {
    padding-top: clamp(1.25rem, 2.5vw, 2.5rem) !important;
}

/* v12.1.6: Simplify collection recommendations and improve section spacing. */
body.nn-custom-post-layout-active .nn-custom-post-reviews .nn-recipe-review-form-wrap,
.nn-custom-post-reviews .nn-recipe-review-form-wrap {
    margin-bottom: 48px !important;
}

body.nn-custom-post-layout-active .nn-collection-recommendations .nn-related-posts-card-title,
.nn-collection-recommendations .nn-related-posts-card-title {
    display: -webkit-box !important;
    margin-bottom: 0 !important;
    min-height: 2.4em !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
}



/* v12.1.9: finite, one-card-at-a-time related recipe navigation. */
body.single-post.nn-custom-post-layout .nn-related-posts-nav-button:disabled,
.nn-related-posts-nav-button:disabled {
    opacity: .35 !important;
    color: #183354 !important;
    cursor: default !important;
    pointer-events: none !important;
}

body.single-post.nn-custom-post-layout .nn-related-posts-card,
.nn-related-posts-card {
    scroll-snap-stop: always !important;
}

/* v12.2.1: Accessible Recipe archive breadcrumb matching BreadcrumbList JSON-LD. */
body.nn-custom-post-layout-active .nn-recipe-breadcrumb,
.nn-recipe-breadcrumb {
    box-sizing: border-box;
    width: min(1140px, calc(100% - 48px));
    margin: clamp(1rem, 2vw, 1.5rem) auto 0;
    color: #4c4a48;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9rem;
    line-height: 1.5;
}

.nn-recipe-breadcrumb-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nn-recipe-breadcrumb-item {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    margin: 0;
    padding: 0;
}

.nn-recipe-breadcrumb-item:not(:last-child)::after {
    content: ">";
    margin: 0 0.65rem;
    color: #77716d;
    speak: never;
}

.nn-recipe-breadcrumb a {
    color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.16em;
}

.nn-recipe-breadcrumb a:hover,
.nn-recipe-breadcrumb a:focus-visible {
    color: #183354;
}

.nn-recipe-breadcrumb-current {
    color: #222;
    font-weight: 600;
}

.nn-recipe-breadcrumb-current span {
    overflow-wrap: anywhere;
}

@media (max-width: 700px) {
    body.nn-custom-post-layout-active .nn-recipe-breadcrumb,
    .nn-recipe-breadcrumb {
        width: calc(100% - 32px);
        font-size: 0.85rem;
    }

    .nn-recipe-breadcrumb-item:not(:last-child)::after {
        margin-right: 0.45rem;
        margin-left: 0.45rem;
    }
}


/* v12.2.3: Match only the main table-of-contents heading to the bold
   uppercase section-heading treatment used by Ingredients and Instructions.
   The floating TOC retains its compact Solway styling. */
.nn-post-toc-title {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 0 18px !important;
    padding: 0 !important;
    color: #183354 !important;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    font-size: 24px !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: 0.075em !important;
    text-transform: uppercase !important;
    text-align: left !important;
    white-space: normal !important;
}

@media (max-width: 640px) {
    .nn-post-toc-title {
        font-size: 22px !important;
        margin-bottom: 16px !important;
    }
}
