/* How to Order page */
.sf-how-order-page { background: #fff; }

.sf-how-order-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #1b2d20 url('../images/firewood-hero.webp') center/cover no-repeat;
}
.sf-how-order-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11,25,16,.95) 0%, rgba(11,25,16,.82) 52%, rgba(11,25,16,.34) 82%, rgba(11,25,16,.18) 100%);
}
.sf-how-order-hero__inner { position: relative; z-index: 1; padding-block: 76px; }
.sf-how-order-hero__copy { max-width: 800px; color: #fff; }
.sf-how-order-hero h1 {
    max-width: 790px;
    margin-bottom: 18px;
    color: #fff;
    font-size: clamp(2.65rem, 5.8vw, 4.9rem);
    line-height: .99;
    text-shadow: 0 2px 20px rgba(0,0,0,.23);
}
.sf-how-order-hero__lead {
    max-width: 720px;
    color: rgba(255,255,255,.90);
    font-size: clamp(1.05rem,2vw,1.23rem);
}
.sf-how-order-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }

.sf-how-order-facts { position: relative; z-index: 3; margin-top: -42px; }
.sf-how-order-facts__grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    overflow: hidden;
    border: 1px solid var(--sf-line);
    border-radius: var(--sf-radius-lg);
    background: #fff;
    box-shadow: 0 16px 42px rgba(19,34,23,.12);
}
.sf-how-order-facts__grid > * {
    min-width: 0;
    display: grid;
    grid-template-columns: 44px minmax(0,1fr);
    grid-template-rows: auto auto;
    column-gap: 13px;
    padding: 22px 24px;
    color: inherit;
    text-decoration: none;
}
.sf-how-order-facts__grid > * + * { border-left: 1px solid var(--sf-line); }
.sf-how-order-facts__grid > * > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(237,91,11,.10);
    color: var(--sf-orange);
}
.sf-how-order-facts__grid svg { width: 23px; height: 23px; fill: currentColor; }
.sf-how-order-facts__grid small {
    align-self: end;
    color: var(--sf-muted);
    font-size: .69rem;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.sf-how-order-facts__grid strong { min-width: 0; color: var(--sf-green-dark); font-size: .96rem; line-height: 1.25; }
.sf-how-order-facts__grid a:hover strong { color: var(--sf-orange); }

.sf-how-order-overview { padding-top: 96px; }
.sf-how-order-overview__heading {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(300px,.75fr);
    gap: 50px;
    align-items: end;
    margin-bottom: 36px;
}
.sf-how-order-overview__heading h2 { margin-bottom: 0; font-size: clamp(2.15rem,4.2vw,3.55rem); }
.sf-how-order-overview__heading > p { margin: 0; color: var(--sf-muted); }

.sf-how-order-steps {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px;
    margin: 0;
    padding: 0;
}
.sf-how-order-steps li {
    min-width: 0;
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    gap: 16px;
    align-items: start;
    padding: 25px 24px;
    border: 1px solid var(--sf-line);
    border-radius: var(--sf-radius);
    background: #fff;
    box-shadow: 0 7px 24px rgba(20,35,24,.06);
}
.sf-how-order-steps li > span {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: var(--sf-orange);
    color: #fff;
    font-size: .82rem;
    font-weight: 900;
}
.sf-how-order-steps strong { display: block; margin: 2px 0 5px; color: var(--sf-green-dark); font-size: 1.03rem; }
.sf-how-order-steps small { display: block; color: var(--sf-muted); font-size: .87rem; line-height: 1.45; }

.sf-how-order-tutorial-heading { max-width: 840px; margin-bottom: 34px; }
.sf-how-order-tutorial-heading h2 { font-size: clamp(2.15rem,4vw,3.35rem); }
.sf-how-order-tutorial-heading > p:last-child { max-width: 760px; color: var(--sf-muted); }
.sf-how-order-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(300px,360px);
    gap: 34px;
    align-items: start;
}
.sf-how-order-tutorial {
    min-width: 0;
    padding: clamp(22px,3.5vw,40px);
    border: 1px solid var(--sf-line);
    border-radius: var(--sf-radius-lg);
    background: #fff;
    box-shadow: 0 10px 32px rgba(20,35,24,.07);
}

/*
 * The detailed tutorial is owned by the How to Order Manager plugin.
 * These rules intentionally use a broad, low-specificity skin so the plugin's
 * controls keep working even if its internal markup changes slightly.
 */
.sf-how-order-tutorial__content { min-width: 0; }
.sf-how-order-tutorial__content > :first-child { margin-top: 0; }
.sf-how-order-tutorial__content > :last-child { margin-bottom: 0; }
.sf-how-order-tutorial__content h1 { display: none; }
.sf-how-order-tutorial__content h2 {
    margin-top: 0;
    color: var(--sf-green-dark);
    font-size: clamp(1.7rem,3vw,2.45rem);
}
.sf-how-order-tutorial__content h3 { color: var(--sf-green-dark); }
.sf-how-order-tutorial__content p,
.sf-how-order-tutorial__content li { color: #4f5a51; }
.sf-how-order-tutorial__content img { border-radius: 14px; }
.sf-how-order-tutorial__content hr { margin: 30px 0; border: 0; border-top: 1px solid var(--sf-line); }
.sf-how-order-tutorial__content table { width: 100%; border-collapse: separate; border-spacing: 0; overflow: hidden; border: 1px solid var(--sf-line); border-radius: 12px; }
.sf-how-order-tutorial__content th,
.sf-how-order-tutorial__content td { padding: 12px 14px; border-bottom: 1px solid var(--sf-line); text-align: left; }
.sf-how-order-tutorial__content tr:last-child td { border-bottom: 0; }

.sf-how-order-tutorial__content button,
.sf-how-order-tutorial__content .button,
.sf-how-order-tutorial__content input[type="button"],
.sf-how-order-tutorial__content input[type="submit"],
.sf-how-order-tutorial__content a[class*="button"],
.sf-how-order-tutorial__content a[class*="btn"] {
    border-radius: 9px !important;
    font-weight: 800 !important;
}
.sf-how-order-tutorial__content input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]),
.sf-how-order-tutorial__content select,
.sf-how-order-tutorial__content textarea {
    max-width: 100%;
    border: 1px solid #cfd6d0;
    border-radius: 10px;
    background: #fff;
}

/* Known tutorial patterns from the Seasoned Firewood manager. */
.sf-how-order-tutorial__content [class*="step"] {
    border-color: var(--sf-line);
}
.sf-how-order-tutorial__content .sf-quantity-stack,
.sf-how-order-tutorial__content [class*="quantity-stack"] {
    max-width: 100%;
}
.sf-how-order-tutorial__content [class*="card"],
.sf-how-order-tutorial__content [class*="panel"] {
    border-radius: 14px;
}

.sf-how-order-help { position: sticky; top: 126px; }
.sf-how-order-help__panel {
    padding: 32px;
    border-radius: var(--sf-radius-lg);
    background: var(--sf-green-dark);
    color: #fff;
    box-shadow: var(--sf-shadow);
}
.sf-how-order-help__panel h2 { color: #fff; font-size: clamp(1.75rem,3vw,2.35rem); }
.sf-how-order-help__panel > p:not(.sf-eyebrow) { color: rgba(255,255,255,.76); }
.sf-how-order-help__phone {
    display: flex;
    flex-direction: column;
    margin: 25px 0 22px;
    padding: 18px 0;
    border-top: 1px solid rgba(255,255,255,.12);
    border-bottom: 1px solid rgba(255,255,255,.12);
    color: #fff;
    text-decoration: none;
}
.sf-how-order-help__phone small { color: rgba(255,255,255,.62); font-size: .75rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.sf-how-order-help__phone strong { margin-top: 3px; font-size: 1.55rem; }
.sf-how-order-help__phone:hover strong { color: #f7bd6b; }
.sf-how-order-help__links { display: grid; gap: 10px; }
.sf-how-order-help__links a { color: #ffd29f; font-size: .9rem; font-weight: 850; text-decoration: none; }
.sf-how-order-help__links a:hover { color: #fff; }

.sf-how-order-cta { padding: 72px 0; background: var(--sf-green-dark); color: #fff; }
.sf-how-order-cta__grid {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) auto;
    gap: 50px;
    align-items: center;
}
.sf-how-order-cta h2 { max-width: 760px; color: #fff; font-size: clamp(2rem,4vw,3.2rem); }
.sf-how-order-cta p:not(.sf-eyebrow) { max-width: 720px; margin-bottom: 0; color: rgba(255,255,255,.74); }
.sf-how-order-cta__actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 12px; }

@media (max-width: 980px) {
    .sf-how-order-facts__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .sf-how-order-facts__grid > * + * { border-left: 0; }
    .sf-how-order-facts__grid > *:nth-child(even) { border-left: 1px solid var(--sf-line); }
    .sf-how-order-facts__grid > *:nth-child(n+3) { border-top: 1px solid var(--sf-line); }
    .sf-how-order-overview__heading { grid-template-columns: 1fr; gap: 18px; }
    .sf-how-order-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .sf-how-order-layout { grid-template-columns: 1fr; }
    .sf-how-order-help { position: static; }
    .sf-how-order-cta__grid { grid-template-columns: 1fr; gap: 28px; }
    .sf-how-order-cta__actions { justify-content: flex-start; }
}

@media (max-width: 640px) {
    .sf-how-order-hero { min-height: 520px; background-position: 62% center; }
    .sf-how-order-hero__inner { padding-block: 56px 76px; }
    .sf-how-order-hero__actions { flex-direction: column; align-items: stretch; }
    .sf-how-order-hero__actions .sf-button { width: 100%; }
    .sf-how-order-facts { margin-top: -30px; }
    .sf-how-order-facts__grid { grid-template-columns: 1fr; border-radius: 15px; }
    .sf-how-order-facts__grid > * + *,
    .sf-how-order-facts__grid > *:nth-child(even),
    .sf-how-order-facts__grid > *:nth-child(n+3) { border-left: 0; border-top: 1px solid var(--sf-line); }
    .sf-how-order-facts__grid > *:first-child { border-top: 0; }
    .sf-how-order-overview { padding-top: 78px; }
    .sf-how-order-steps { grid-template-columns: 1fr; }
    .sf-how-order-tutorial { padding: 20px 17px; border-radius: 16px; }
    .sf-how-order-help__panel { padding: 27px 24px; }
    .sf-how-order-cta__actions { flex-direction: column; align-items: stretch; }
    .sf-how-order-cta__actions .sf-button { width: 100%; }
}


/* v1.0.24: contrast fixes for tutorial sections using dark backgrounds */
.sf-how-order-tutorial__content {
    color: var(--sf-charcoal);
}

.sf-how-order-tutorial__content .has-background,
.sf-how-order-tutorial__content [class*="dark"],
.sf-how-order-tutorial__content [class*="hero"],
.sf-how-order-tutorial__content [class*="intro"],
.sf-how-order-tutorial__content [class*="banner"],
.sf-how-order-tutorial__content [class*="masthead"],
.sf-how-order-tutorial__content [class*="overview"],
.sf-how-order-tutorial__content [class*="highlight"],
.sf-how-order-tutorial__content [class*="quick-facts"],
.sf-how-order-tutorial__content [class*="facts"],
.sf-how-order-tutorial__content [style*="linear-gradient"],
.sf-how-order-tutorial__content [style*="background:#0"],
.sf-how-order-tutorial__content [style*="background: #0"],
.sf-how-order-tutorial__content [style*="background-color:#0"],
.sf-how-order-tutorial__content [style*="background-color: #0"] {
    color: #fff;
}

.sf-how-order-tutorial__content .has-background :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [class*="dark"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [class*="hero"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [class*="intro"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [class*="banner"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [class*="masthead"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [class*="overview"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [class*="highlight"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [class*="quick-facts"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [class*="facts"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [style*="linear-gradient"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [style*="background:#0"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [style*="background: #0"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [style*="background-color:#0"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span),
.sf-how-order-tutorial__content [style*="background-color: #0"] :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span) {
    color: inherit;
}

.sf-how-order-tutorial__content .has-background .sf-eyebrow,
.sf-how-order-tutorial__content [class*="dark"] .sf-eyebrow,
.sf-how-order-tutorial__content [class*="hero"] .sf-eyebrow,
.sf-how-order-tutorial__content [class*="intro"] .sf-eyebrow,
.sf-how-order-tutorial__content [class*="banner"] .sf-eyebrow,
.sf-how-order-tutorial__content [class*="masthead"] .sf-eyebrow,
.sf-how-order-tutorial__content [class*="overview"] .sf-eyebrow,
.sf-how-order-tutorial__content [class*="highlight"] .sf-eyebrow,
.sf-how-order-tutorial__content [class*="quick-facts"] .sf-eyebrow,
.sf-how-order-tutorial__content [class*="facts"] .sf-eyebrow,
.sf-how-order-tutorial__content [style*="linear-gradient"] .sf-eyebrow,
.sf-how-order-tutorial__content [style*="background:#0"] .sf-eyebrow,
.sf-how-order-tutorial__content [style*="background: #0"] .sf-eyebrow,
.sf-how-order-tutorial__content [style*="background-color:#0"] .sf-eyebrow,
.sf-how-order-tutorial__content [style*="background-color: #0"] .sf-eyebrow {
    color: #f4bd62;
}

.sf-how-order-tutorial__content .has-background a,
.sf-how-order-tutorial__content [class*="dark"] a,
.sf-how-order-tutorial__content [class*="hero"] a,
.sf-how-order-tutorial__content [class*="intro"] a,
.sf-how-order-tutorial__content [class*="banner"] a,
.sf-how-order-tutorial__content [class*="masthead"] a,
.sf-how-order-tutorial__content [class*="overview"] a,
.sf-how-order-tutorial__content [class*="highlight"] a,
.sf-how-order-tutorial__content [class*="quick-facts"] a,
.sf-how-order-tutorial__content [class*="facts"] a,
.sf-how-order-tutorial__content [style*="linear-gradient"] a,
.sf-how-order-tutorial__content [style*="background:#0"] a,
.sf-how-order-tutorial__content [style*="background: #0"] a,
.sf-how-order-tutorial__content [style*="background-color:#0"] a,
.sf-how-order-tutorial__content [style*="background-color: #0"] a {
    color: #fff;
}

.sf-how-order-tutorial__content .has-background a:hover,
.sf-how-order-tutorial__content [class*="dark"] a:hover,
.sf-how-order-tutorial__content [class*="hero"] a:hover,
.sf-how-order-tutorial__content [class*="intro"] a:hover,
.sf-how-order-tutorial__content [class*="banner"] a:hover,
.sf-how-order-tutorial__content [class*="masthead"] a:hover,
.sf-how-order-tutorial__content [class*="overview"] a:hover,
.sf-how-order-tutorial__content [class*="highlight"] a:hover,
.sf-how-order-tutorial__content [class*="quick-facts"] a:hover,
.sf-how-order-tutorial__content [class*="facts"] a:hover,
.sf-how-order-tutorial__content [style*="linear-gradient"] a:hover,
.sf-how-order-tutorial__content [style*="background:#0"] a:hover,
.sf-how-order-tutorial__content [style*="background: #0"] a:hover,
.sf-how-order-tutorial__content [style*="background-color:#0"] a:hover,
.sf-how-order-tutorial__content [style*="background-color: #0"] a:hover {
    color: #ffd29f;
}

.sf-how-order-tutorial__content :is(.has-background,[class*="dark"],[class*="hero"],[class*="intro"],[class*="banner"],[class*="masthead"],[class*="overview"],[class*="highlight"],[class*="quick-facts"],[class*="facts"],[style*="linear-gradient"],[style*="background:#0"],[style*="background: #0"],[style*="background-color:#0"],[style*="background-color: #0"]) :is([class*="card"],[class*="fact"],[class*="item"],[class*="box"],[class*="tile"]) {
    border-color: rgba(255,255,255,.18);
}

.sf-how-order-tutorial__content :is(.has-background,[class*="dark"],[class*="hero"],[class*="intro"],[class*="banner"],[class*="masthead"],[class*="overview"],[class*="highlight"],[class*="quick-facts"],[class*="facts"],[style*="linear-gradient"],[style*="background:#0"],[style*="background: #0"],[style*="background-color:#0"],[style*="background-color: #0"]) :is([class*="card"],[class*="fact"],[class*="item"],[class*="box"],[class*="tile"]) :is(h1,h2,h3,h4,h5,h6,p,li,small,strong,span) {
    color: #fff;
}

.sf-how-order-tutorial__content :is(.has-background,[class*="dark"],[class*="hero"],[class*="intro"],[class*="banner"],[class*="masthead"],[class*="overview"],[class*="highlight"],[class*="quick-facts"],[class*="facts"],[style*="linear-gradient"],[style*="background:#0"],[style*="background: #0"],[style*="background-color:#0"],[style*="background-color: #0"]) :is([class*="card"],[class*="fact"],[class*="item"],[class*="box"],[class*="tile"]) small {
    color: rgba(255,255,255,.82);
}


/* v1.0.25: stronger contrast overrides for plugin tutorial panels */
.sf-how-order-tutorial__content :is(
    [class*="delivery"],
    [class*="match"],
    [class*="save"],
    [class*="question"],
    [class*="help"],
    [class*="support"],
    [class*="cta"],
    [class*="final"],
    [class*="outro"],
    [class*="banner"],
    [class*="panel"],
    [class*="highlight"],
    [class*="callout"],
    [class*="hero"],
    [class*="intro"],
    [class*="dark"]
) :is(h1,h2,h3,h4,h5,h6,strong,small,span,p,li) {
    color: #fff !important;
}

.sf-how-order-tutorial__content :is(
    [class*="delivery"],
    [class*="match"],
    [class*="save"],
    [class*="question"],
    [class*="help"],
    [class*="support"],
    [class*="cta"],
    [class*="final"],
    [class*="outro"],
    [class*="banner"],
    [class*="panel"],
    [class*="highlight"],
    [class*="callout"],
    [class*="hero"],
    [class*="intro"],
    [class*="dark"]
) small,
.sf-how-order-tutorial__content :is(
    [class*="delivery"],
    [class*="match"],
    [class*="save"],
    [class*="question"],
    [class*="help"],
    [class*="support"],
    [class*="cta"],
    [class*="final"],
    [class*="outro"],
    [class*="banner"],
    [class*="panel"],
    [class*="highlight"],
    [class*="callout"],
    [class*="hero"],
    [class*="intro"],
    [class*="dark"]
) .sf-eyebrow {
    color: #f4bd62 !important;
}

.sf-how-order-tutorial__content :is(
    [class*="delivery"],
    [class*="match"],
    [class*="save"],
    [class*="question"],
    [class*="help"],
    [class*="support"],
    [class*="cta"],
    [class*="final"],
    [class*="outro"],
    [class*="banner"],
    [class*="panel"],
    [class*="highlight"],
    [class*="callout"],
    [class*="hero"],
    [class*="intro"],
    [class*="dark"]
) a {
    color: #fff !important;
}

.sf-how-order-tutorial__content :is(
    [class*="delivery"],
    [class*="match"],
    [class*="save"],
    [class*="question"],
    [class*="help"],
    [class*="support"],
    [class*="cta"],
    [class*="final"],
    [class*="outro"],
    [class*="banner"],
    [class*="panel"],
    [class*="highlight"],
    [class*="callout"],
    [class*="hero"],
    [class*="intro"],
    [class*="dark"]
) a:hover {
    color: #ffd29f !important;
}

.sf-how-order-tutorial__content :is(
    [class*="delivery"],
    [class*="match"],
    [class*="save"],
    [class*="question"],
    [class*="help"],
    [class*="support"],
    [class*="cta"],
    [class*="final"],
    [class*="outro"],
    [class*="banner"],
    [class*="panel"],
    [class*="highlight"],
    [class*="callout"],
    [class*="hero"],
    [class*="intro"],
    [class*="dark"]
) :is(ul,ol) {
    color: rgba(255,255,255,.95) !important;
}

.sf-how-order-tutorial__content :is(
    [class*="delivery"],
    [class*="match"],
    [class*="save"],
    [class*="question"],
    [class*="help"],
    [class*="support"],
    [class*="cta"],
    [class*="final"],
    [class*="outro"],
    [class*="banner"],
    [class*="panel"],
    [class*="highlight"],
    [class*="callout"],
    [class*="hero"],
    [class*="intro"],
    [class*="dark"]
) :is([class*="card"],[class*="item"],[class*="box"],[class*="tile"],[class*="note"]) {
    border-color: rgba(255,255,255,.22) !important;
}


/* v1.0.26: computed contrast pass.
 * The tutorial manager contains a mix of light and dark nested panels. Rather
 * than guessing plugin class names, how-to-order.js determines the actual
 * painted background behind each text element and assigns one of these two
 * classes. This keeps light weekday cards dark-on-light while fixing dark-on-
 * dark headings, bullets and labels elsewhere in the tutorial.
 */
.sf-how-order-tutorial__content .sf-text-on-dark {
    color: #ffffff !important;
    text-shadow: none !important;
}
.sf-how-order-tutorial__content .sf-text-on-dark:is(p,li,small,label) {
    color: #e9f0ea !important;
}
.sf-how-order-tutorial__content .sf-text-on-dark:is(a) {
    color: #ffffff !important;
    text-decoration-color: rgba(255,255,255,.72) !important;
}
.sf-how-order-tutorial__content .sf-text-on-dark:is(a):hover,
.sf-how-order-tutorial__content .sf-text-on-dark:is(a):focus-visible {
    color: #ffd29f !important;
}
.sf-how-order-tutorial__content .sf-text-on-light {
    color: #183521 !important;
    text-shadow: none !important;
}
.sf-how-order-tutorial__content .sf-text-on-light:is(p,li,small,label) {
    color: #4f5a51 !important;
}
.sf-how-order-tutorial__content .sf-text-on-light:is(a) {
    color: var(--sf-green-dark) !important;
}
.sf-how-order-tutorial__content .sf-text-on-light:is(a):hover,
.sf-how-order-tutorial__content .sf-text-on-light:is(a):focus-visible {
    color: var(--sf-orange) !important;
}

/* Small uppercase kickers on dark panels get the same warm accent used across
 * About, Contact and FAQ, while the JS intentionally excludes weekday tiles. */
.sf-how-order-tutorial__content .sf-text-on-dark.sf-contrast-kicker {
    color: #f7c06f !important;
}


/* v1.0.27: surgical fix for the plugin-managed opening tutorial panel. */
.sf-how-order-tutorial__content .sf-order-intro-contrast-fixed {
    color: #f2f6f3 !important;
}
.sf-how-order-tutorial__content .sf-order-intro-contrast-fixed :is(h1,h2,h3,h4,h5,h6,p,li,strong,span,label,em,b) {
    color: #f2f6f3 !important;
}
.sf-how-order-tutorial__content .sf-order-intro-contrast-fixed :is(a,button,.button,[role="button"]) {
    color: #fff !important;
}
