/*
 * Changelog 2026-08-28, Update 10:37
 * - Gemeinsame Fehlerhelfer-Akzente auf Variablen umgestellt.
 * - Airfryer Garhilfe kann dadurch blau dargestellt werden, waehrend der Geraete-Fehlerhelfer orange bleibt.
 */
/*
 * Changelog 2026-08-15, Update 06:04
 * - Links im Bereich "Empfohlene Seiten" auf die gemeinsame Akzentfarbe var(--fh-accent) umgestellt.
 * - Hover- und Tastaturfokus-Farbe passend zum bestehenden Akzent-Hover var(--fh-accent-hover) ergänzt.
 * - Übrige Link-, Button- und Breadcrumb-Darstellungen unverändert beibehalten.
 *
 * Changelog 2026-08-15, Update 05:46
 * - SEO-Links der Airfryer Garhilfe und des Airfryer Geräte-Fehlerhelfers auf die gemeinsame Akzentfarbe umgestellt.
 * - Hover- und Tastaturfokus-Farbe passend zum bestehenden Akzent-Hover ergänzt.
 * - Breadcrumbs, Buttons, Herstellerquellen und übrige Linkdarstellungen unverändert beibehalten.
 *
 * Changelog 2026-07-26, Update 19:45
 * - Vorteilsbereich als eine gemeinsame Card mit drei durch Trennlinien getrennten Segmenten gestaltet.
 * - Einzelne Kartenabstände und Rundungen entfernt und an die Aufwärm-Rechner-Darstellung angeglichen.
 * - Hero-Unterabstand reduziert und Abstand zur Vorteils-Card vereinheitlicht.
 *
 * Changelog 2026-07-26, Update 19:40
 * - Begriff in der technischen Beschreibung von Lebensmittel-Autocomplete auf Lebensmittel-Autocomplete vereinheitlicht.
 *
 * Changelog 2026-07-26, Update 19:29
 * - Auswahl-Icon gegen globale Span-Regeln abgesichert und SVG-Häkchen eindeutig dimensioniert.
 * - Textselektoren auf den eigentlichen Metadaten-Container begrenzt.
 *
 * Changelog 2026-07-26, Update 19:22
 * - Akzentfarbe des Fehlerhelfers auf #f1925b umgestellt.
 * - Hero-Card und dekorative Hero-Grafik entfernt, damit der Text die volle Breite nutzt.
 * - Nicht mehr benötigte Styles der Box "Weitere Hilfe" entfernt.
 *
 * Changelog 2026-07-26
 * - Eigenständige responsive Styles für den ersten Airfryer Fehlerhelfer Entwurf ergänzt.
 * - Wizard, Lebensmittel-Autocomplete, Problemkarten, Detailfragen, Ergebnisansicht und Infobereiche gestaltet.
 * - Alle Regeln unter .afg-fh-page gekapselt, damit bestehende Frontendseiten nicht beeinflusst werden.
 */

.afg-fh-page {
    --fh-accent: #f1925b;
    --fh-accent-strong: #d97848;
    --fh-accent-rgb: 241, 146, 91;
    --fh-accent-hover: #ffad7d;
    --fh-accent-kicker: #ffd7c2;
    --fh-blue: #65a8ff;
    --fh-orange: #ffad57;
    --fh-red: #ff7272;
    --fh-bg: #081426;
    --fh-panel: #0d1c32;
    --fh-panel-2: #10233d;
    --fh-border: rgba(148, 163, 184, .19);
    --fh-text: #f3f7fd;
    --fh-muted: #9eb0c8;

    color: var(--fh-text);
    padding: .3rem 0 2.4rem;
}

.afg-fh-page.afg-fh-page--garhilfe {
    --fh-accent: #3d91ff;
    --fh-accent-strong: #2f7fdc;
    --fh-accent-rgb: 61, 145, 255;
    --fh-accent-hover: #7db8ff;
    --fh-accent-kicker: #cfe5ff;
}

.afg-fh-page *,
.afg-fh-page *::before,
.afg-fh-page *::after {
    box-sizing: border-box;
}

.afg-fh-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .4rem;
    margin-bottom: 1.1rem;
    color: var(--fh-muted);
    font-size: .88rem;
}

.afg-fh-breadcrumb a {
    color: #b8c8dd;
}

.afg-fh-breadcrumb a:hover {
    color: #fff;
}

.afg-fh-breadcrumb > i {
    color: #5f7188;
    font-size: .72rem;
}

.afg-fh-hero {
    margin-bottom: 1.15rem;
    padding: .45rem 0 0;
}

.afg-fh-hero-copy {
    width: 100%;
    max-width: none;
}

.afg-fh-kicker {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    color: var(--fh-accent-kicker);
    font-size: .86rem;
    font-weight: 700;
    letter-spacing: .02em;
}

.afg-fh-kicker-icon {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(var(--fh-accent-rgb), .38);
    border-radius: 10px;
    color: var(--fh-accent);
    background: rgba(var(--fh-accent-rgb), .09);
}

.afg-fh-beta {
    padding: .22rem .48rem;
    border-radius: 999px;
    color: #281108;
    background: var(--fh-accent);
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
}

.afg-fh-hero h1 {
    width: 100%;
    max-width: none;
    margin: 0 0 .65rem;
    font-size: clamp(2rem, 4.8vw, 3.65rem);
    line-height: 1.02;
    letter-spacing: -.045em;
}

.afg-fh-hero-lead {
    margin: 0 0 .55rem;
    color: #d9e6f5;
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    font-weight: 650;
}

.afg-fh-hero-text {
    width: 100%;
    max-width: none;
    margin: 0;
    color: var(--fh-muted);
    line-height: 1.62;
}

.afg-fh-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1.15rem;
    overflow: hidden;
    border: 1px solid var(--fh-border);
    border-radius: 12px;
    background: rgba(11, 23, 39, .9);
}

.afg-fh-benefit {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    gap: .75rem;
    align-items: center;
    min-height: 76px;
    padding: .8rem 1rem;
    border-right: 1px solid var(--fh-border);
}

.afg-fh-benefit:last-child {
    border-right: 0;
}

.afg-fh-benefit > span {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: var(--fh-accent);
    background: rgba(var(--fh-accent-rgb), .1);
    font-size: 1.05rem;
}

.afg-fh-benefit strong,
.afg-fh-benefit small {
    display: block;
}

.afg-fh-benefit strong {
    margin-bottom: .12rem;
}

.afg-fh-benefit small {
    color: var(--fh-muted);
    line-height: 1.35;
}

.afg-fh-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 1rem;
    align-items: start;
}

.afg-fh-wizard-card,
.afg-fh-side-card,
.afg-fh-explainer,
.afg-fh-seo {
    border: 1px solid var(--fh-border);
    background:
        linear-gradient(145deg, rgba(14, 31, 54, .98), rgba(7, 18, 32, .98));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .025);
}

.afg-fh-wizard-card {
    min-width: 0;
    padding: clamp(1rem, 2.5vw, 1.45rem);
    border-radius: 16px;
}

.afg-fh-card-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.afg-fh-eyebrow {
    display: block;
    margin-bottom: .25rem;
    color: var(--fh-accent);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.afg-fh-card-head h2 {
    margin: 0;
    font-size: clamp(1.15rem, 2vw, 1.45rem);
}

.afg-fh-reset {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: .42rem;
    padding: .48rem .7rem;
    border: 1px solid var(--fh-border);
    border-radius: 8px;
    color: #c8d6e8;
    background: rgba(255, 255, 255, .025);
    font-size: .78rem;
}

.afg-fh-reset:hover {
    color: #fff;
    border-color: rgba(101, 168, 255, .5);
}

.afg-fh-steps {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 1.3rem;
    padding: 0;
    list-style: none;
}

.afg-fh-steps li {
    position: relative;
    display: grid;
    justify-items: center;
    gap: .33rem;
    color: #71849b;
    font-size: .72rem;
}

.afg-fh-steps li::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 15px;
    right: 50%;
    width: 100%;
    height: 2px;
    background: #22344a;
}

.afg-fh-steps li:first-child::before {
    display: none;
}

.afg-fh-steps li > span {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 31px;
    height: 31px;
    border: 2px solid #2b3f57;
    border-radius: 50%;
    background: #0b1a2e;
    font-weight: 800;
}

.afg-fh-steps li.is-active,
.afg-fh-steps li.is-done {
    color: #d9e6f5;
}

.afg-fh-steps li.is-active > span {
    border-color: var(--fh-accent);
    color: #06150c;
    background: var(--fh-accent);
    box-shadow: 0 0 0 5px rgba(var(--fh-accent-rgb), .08);
}

.afg-fh-steps li.is-done > span {
    border-color: rgba(var(--fh-accent-rgb), .6);
    color: var(--fh-accent);
}

.afg-fh-steps li.is-done::before,
.afg-fh-steps li.is-active::before {
    background: rgba(var(--fh-accent-rgb), .45);
}

.afg-fh-panel {
    animation: afg-fh-in .2s ease;
}

@keyframes afg-fh-in {
    from {
        opacity: 0;
        transform: translateY(5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.afg-fh-panel-title {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: .75rem;
    align-items: start;
    margin-bottom: 1.1rem;
}

.afg-fh-number {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(101, 168, 255, .35);
    border-radius: 11px;
    color: #9ecbff;
    background: rgba(101, 168, 255, .08);
    font-weight: 800;
}

.afg-fh-panel-title h3 {
    margin: 0 0 .22rem;
    font-size: 1.08rem;
}

.afg-fh-panel-title p {
    margin: 0;
    color: var(--fh-muted);
    font-size: .9rem;
}

.afg-fh-notice {
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    gap: .55rem;
    margin-bottom: 1rem;
    padding: .75rem;
    border: 1px solid rgba(255, 173, 87, .35);
    border-radius: 10px;
    color: #ffd8ac;
    background: rgba(255, 173, 87, .08);
    font-size: .86rem;
}

.afg-fh-search-wrap {
    position: relative;
}

.afg-fh-search-wrap > label {
    display: block;
    margin-bottom: .4rem;
    color: #dbe7f5;
    font-size: .82rem;
    font-weight: 650;
}

.afg-fh-search-input {
    position: relative;
}

.afg-fh-search-input > i {
    position: absolute;
    top: 50%;
    left: .9rem;
    color: #8195ad;
    transform: translateY(-50%);
}

.afg-fh-search-input input {
    width: 100%;
    min-height: 50px;
    padding: .7rem 2.8rem .7rem 2.55rem;
    border: 1px solid #33465e;
    border-radius: 11px;
    color: #fff;
    background: #071425;
    outline: none;
}

.afg-fh-search-input input:focus {
    border-color: var(--fh-blue);
    box-shadow: 0 0 0 3px rgba(101, 168, 255, .1);
}

.afg-fh-search-input button {
    position: absolute;
    top: 50%;
    right: .45rem;
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 8px;
    color: #9eb0c8;
    background: transparent;
    transform: translateY(-50%);
}

.afg-fh-search-input button:hover {
    color: #fff;
    background: rgba(255, 255, 255, .05);
}

.afg-fh-suggestions {
    position: absolute;
    z-index: 20;
    top: calc(100% + .35rem);
    right: 0;
    left: 0;
    max-height: 350px;
    overflow-y: auto;
    border: 1px solid #344a64;
    border-radius: 11px;
    background: #081728;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .38);
}

.afg-fh-suggestion {
    display: block;
    width: 100%;
    padding: .72rem .85rem;
    border: 0;
    border-bottom: 1px solid rgba(148, 163, 184, .12);
    color: #eef5ff;
    background: transparent;
    text-align: left;
}

.afg-fh-suggestion:last-child {
    border-bottom: 0;
}

.afg-fh-suggestion:hover,
.afg-fh-suggestion:focus {
    background: rgba(101, 168, 255, .11);
}

.afg-fh-suggestion strong,
.afg-fh-suggestion span {
    display: block;
}

.afg-fh-suggestion strong {
    margin-bottom: .13rem;
    font-size: .9rem;
}

.afg-fh-suggestion span {
    color: var(--fh-muted);
    font-size: .75rem;
}

.afg-fh-suggestion-empty {
    padding: .85rem;
    color: var(--fh-muted);
    font-size: .83rem;
}

.afg-fh-selected-food {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: .7rem;
    align-items: center;
    margin-top: .8rem;
    padding: .75rem;
    border: 1px solid rgba(var(--fh-accent-rgb), .28);
    border-radius: 11px;
    background: rgba(var(--fh-accent-rgb), .06);
}

.afg-fh-selected-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: #07180e;
    background: var(--fh-accent);
    line-height: 1;
}

.afg-fh-selected-icon > svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.afg-fh-selected-food > div > small,
.afg-fh-selected-food > div > strong,
.afg-fh-selected-food > div > span {
    display: block;
}

.afg-fh-selected-food > div > small {
    color: var(--fh-muted);
    font-size: .68rem;
    text-transform: uppercase;
}

.afg-fh-selected-food > div > strong {
    margin: .08rem 0;
}

.afg-fh-selected-food > div > span {
    color: #a9bbd0;
    font-size: .76rem;
}

.afg-fh-selected-food > button {
    border: 0;
    color: #9ecbff;
    background: transparent;
    font-size: .78rem;
}

.afg-fh-panel-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: .7rem;
    margin-top: 1rem;
}

.afg-fh-primary-button,
.afg-fh-secondary-button,
.afg-fh-result-links > a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    min-height: 42px;
    padding: .62rem .88rem;
    border-radius: 9px;
    font-size: .84rem;
    font-weight: 700;
    text-decoration: none;
}

.afg-fh-primary-button {
    border: 1px solid var(--fh-accent);
    color: #281108;
    background: var(--fh-accent);
}

.afg-fh-primary-button:hover {
    border-color: var(--fh-accent-hover);
    color: #241006;
    background: var(--fh-accent-hover);
}

.afg-fh-primary-button:disabled {
    cursor: not-allowed;
    opacity: .4;
}

.afg-fh-secondary-button {
    border: 1px solid #3b4e66;
    color: #d5e2f1;
    background: rgba(255, 255, 255, .025);
}

.afg-fh-secondary-button:hover {
    border-color: #6582a3;
    color: #fff;
    background: rgba(101, 168, 255, .07);
}

.afg-fh-problem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .7rem;
}

.afg-fh-problem-grid > button {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: .7rem;
    align-items: start;
    min-height: 112px;
    padding: .8rem;
    border: 1px solid var(--fh-border);
    border-radius: 11px;
    color: #edf4fd;
    background: rgba(9, 24, 42, .78);
    text-align: left;
}

.afg-fh-problem-grid > button:hover,
.afg-fh-problem-grid > button.is-selected {
    border-color: rgba(var(--fh-accent-rgb), .55);
    background: rgba(var(--fh-accent-rgb), .07);
    transform: translateY(-1px);
}

.afg-fh-problem-grid > button > span {
    grid-row: 1 / span 2;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    color: #9ecbff;
    background: rgba(101, 168, 255, .1);
}

.afg-fh-problem-grid strong {
    display: block;
    margin-bottom: .2rem;
    font-size: .9rem;
}

.afg-fh-problem-grid small {
    color: var(--fh-muted);
    font-size: .75rem;
    line-height: 1.38;
}

.afg-fh-question-list {
    display: grid;
    gap: .75rem;
}

.afg-fh-question {
    margin: 0;
    padding: .85rem;
    border: 1px solid var(--fh-border);
    border-radius: 11px;
    background: rgba(8, 22, 39, .75);
}

.afg-fh-question legend {
    float: none;
    width: auto;
    margin: 0 0 .65rem;
    color: #eaf2fc;
    font-size: .88rem;
    font-weight: 700;
}

.afg-fh-question > div {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
}

.afg-fh-question button {
    min-height: 36px;
    padding: .45rem .72rem;
    border: 1px solid #3b4e66;
    border-radius: 8px;
    color: #c9d6e6;
    background: #0a1a2d;
    font-size: .77rem;
}

.afg-fh-question button:hover,
.afg-fh-question button.is-selected {
    border-color: var(--fh-accent);
    color: #281108;
    background: var(--fh-accent);
}

.afg-fh-result-head {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    gap: .8rem;
    align-items: start;
    margin-bottom: .9rem;
}

.afg-fh-result-icon {
    display: grid;
    place-items: center;
    width: 52px;
    height: 52px;
    border-radius: 14px;
    color: #281108;
    background: var(--fh-accent);
    font-size: 1.45rem;
}

.afg-fh-result-head h3 {
    margin: 0 0 .28rem;
    font-size: 1.22rem;
}

.afg-fh-result-head p {
    margin: 0;
    color: var(--fh-muted);
    line-height: 1.5;
}

.afg-fh-result-context {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem;
    align-items: center;
    margin-bottom: .85rem;
    padding: .65rem .75rem;
    border: 1px solid rgba(101, 168, 255, .2);
    border-radius: 9px;
    color: #b9cbe0;
    background: rgba(101, 168, 255, .06);
    font-size: .78rem;
}

.afg-fh-result-context > span {
    color: #63778f;
}

.afg-fh-result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.afg-fh-result-grid > section {
    padding: .85rem;
    border: 1px solid var(--fh-border);
    border-radius: 11px;
    background: rgba(7, 20, 35, .72);
}

.afg-fh-result-grid h4 {
    display: flex;
    align-items: center;
    gap: .45rem;
    margin: 0 0 .65rem;
    font-size: .9rem;
}

.afg-fh-result-grid h4 i {
    color: var(--fh-accent);
}

.afg-fh-result-grid ol,
.afg-fh-result-grid ul {
    display: grid;
    gap: .5rem;
    margin: 0;
    padding-left: 1.15rem;
    color: #c4d2e3;
    font-size: .8rem;
    line-height: 1.45;
}

.afg-fh-safety {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: .55rem;
    align-items: center;
    margin-top: .75rem;
    padding: .72rem;
    border: 1px solid rgba(255, 173, 87, .3);
    border-radius: 10px;
    color: #ffdbb2;
    background: rgba(255, 173, 87, .07);
    font-size: .8rem;
}

.afg-fh-safety i {
    color: var(--fh-orange);
    font-size: 1.12rem;
}

.afg-fh-result-links {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
    margin-top: .9rem;
}

.afg-fh-result-links > a {
    border: 1px solid rgba(101, 168, 255, .4);
    color: #9ecbff;
    background: rgba(101, 168, 255, .06);
}

.afg-fh-result-links > a:hover {
    color: #fff;
    border-color: var(--fh-blue);
}

.afg-fh-side {
    display: grid;
    gap: .75rem;
    position: sticky;
    top: 86px;
}

.afg-fh-side-card {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    gap: .7rem;
    padding: .9rem;
    border-radius: 13px;
}

.afg-fh-side-icon {
    display: grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 10px;
    color: #9ecbff;
    background: rgba(101, 168, 255, .1);
}

.afg-fh-side-card h2 {
    margin: 0 0 .5rem;
    font-size: .92rem;
}

.afg-fh-side-card p,
.afg-fh-side-card li {
    color: var(--fh-muted);
    font-size: .77rem;
    line-height: 1.48;
}

.afg-fh-side-card p {
    margin: 0;
}

.afg-fh-side-card ul {
    display: grid;
    gap: .32rem;
    margin: 0;
    padding-left: 1rem;
}

.afg-fh-side-card a,
.afg-fh-side-card a:visited {
    color: var(--fh-accent);
    text-decoration: none;
}

.afg-fh-side-card a:hover,
.afg-fh-side-card a:focus-visible {
    color: var(--fh-accent-hover);
    text-decoration: none;
}


.afg-fh-explainer,
.afg-fh-seo {
    margin-top: 1rem;
    padding: clamp(1rem, 2.5vw, 1.45rem);
    border-radius: 16px;
}

.afg-fh-explainer > div:first-child {
    margin-bottom: .9rem;
}

.afg-fh-explainer h2,
.afg-fh-seo h2 {
    margin: 0;
    font-size: clamp(1.2rem, 2vw, 1.55rem);
}

.afg-fh-explainer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .7rem;
}

.afg-fh-explainer-grid article {
    min-width: 0;
    padding: .8rem;
    border: 1px solid var(--fh-border);
    border-radius: 11px;
    background: rgba(8, 22, 39, .72);
}

.afg-fh-explainer-grid article > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: .55rem;
    border-radius: 10px;
    color: var(--fh-accent);
    background: rgba(var(--fh-accent-rgb), .08);
}

.afg-fh-explainer-grid h3 {
    margin: 0 0 .3rem;
    font-size: .88rem;
}

.afg-fh-explainer-grid p {
    margin: 0;
    color: var(--fh-muted);
    font-size: .76rem;
    line-height: 1.45;
}

.afg-fh-seo {
    color: #bbc9da;
}

.afg-fh-seo h2 {
    margin-bottom: .75rem;
    color: #f2f7fd;
}

.afg-fh-seo p {
    margin: 0 0 .7rem;
    line-height: 1.65;
}

.afg-fh-seo p:last-child {
    margin-bottom: 0;
}

.afg-fh-seo a,
.afg-fh-seo a:visited {
    color: var(--fh-accent);
    text-decoration: none;
}

.afg-fh-seo a:hover,
.afg-fh-seo a:focus-visible {
    color: var(--fh-accent-hover);
    text-decoration: none;
}

@media (max-width: 991.98px) {
    .afg-fh-layout {
        grid-template-columns: 1fr;
    }

    .afg-fh-side {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        position: static;
    }

    .afg-fh-explainer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .afg-fh-benefits,
    .afg-fh-side {
        grid-template-columns: 1fr;
    }

    .afg-fh-benefit {
        border-right: 0;
        border-bottom: 1px solid var(--fh-border);
    }

    .afg-fh-benefit:last-child {
        border-bottom: 0;
    }

    .afg-fh-problem-grid,
    .afg-fh-result-grid {
        grid-template-columns: 1fr;
    }

    .afg-fh-card-head {
        align-items: center;
    }
}

@media (max-width: 575.98px) {
    .afg-fh-page {
        padding-top: 0;
    }

    .afg-fh-hero {
        padding: .3rem 0 0;
    }

    .afg-fh-hero h1 {
        font-size: 2rem;
    }

    .afg-fh-benefit {
        min-height: 72px;
    }

    .afg-fh-wizard-card,
    .afg-fh-explainer,
    .afg-fh-seo {
        padding: .9rem;
        border-radius: 13px;
    }

    .afg-fh-card-head {
        display: grid;
    }

    .afg-fh-reset {
        justify-self: start;
    }

    .afg-fh-selected-food {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .afg-fh-selected-food > button {
        grid-column: 2;
        justify-self: start;
        padding: 0;
    }

    .afg-fh-panel-actions,
    .afg-fh-result-links {
        display: grid;
        grid-template-columns: 1fr;
    }

    .afg-fh-primary-button,
    .afg-fh-secondary-button,
    .afg-fh-result-links > a {
        width: 100%;
    }

    .afg-fh-question > div {
        display: grid;
        grid-template-columns: 1fr;
    }

    .afg-fh-question button {
        width: 100%;
    }

    .afg-fh-explainer-grid {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    .afg-fh-panel {
        animation: none;
    }

    .afg-fh-page * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}
