.fqgp-editorial-guide-page .site-content,
.fqgp-editorial-guide-page .content-area,
.fqgp-editorial-guide-page .site-main,
.fqgp-editorial-guide-page .inside-article,
.fqgp-editorial-guide-page .entry-content {
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.fqgp-editorial-guide-page .site.grid-container {
    max-width: none;
}

.fqgp-editorial-guide-page .entry-header,
.fqgp-editorial-guide-page .entry-meta {
    display: none;
}

.fq-guide {
    --fq-guide-ink: #071b3a;
    --fq-guide-muted: #526174;
    --fq-guide-line: #dce2e7;
    --fq-guide-soft: #f4f7f4;
    --fq-guide-green: #1e684a;
    --fq-guide-coral: #ef5438;
    --fq-guide-yellow: #ffe04b;
    background: #fff;
    color: var(--fq-guide-ink);
    overflow: hidden;
}

.fq-guide-shell {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 24px;
    padding-right: 24px;
    width: 100%;
}

.fq-guide-narrow {
    max-width: 900px;
}

.fq-guide h1,
.fq-guide h2,
.fq-guide h3,
.fq-guide p {
    margin-top: 0;
}

.fq-guide h1,
.fq-guide h2,
.fq-guide h3 {
    color: var(--fq-guide-ink);
    font-family: var(--fqgp-font-heading, "Baloo 2", sans-serif);
    letter-spacing: 0;
    line-height: 1.08;
}

.fq-guide-hero {
    align-items: end;
    background: var(--fq-guide-ink);
    color: #fff;
    display: grid;
    min-height: 610px;
    position: relative;
}

.fq-guide-hero__media,
.fq-guide-hero__overlay {
    inset: 0;
    position: absolute;
}

.fq-guide-hero__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fq-guide-hero__placeholder {
    background: #17314b;
    height: 100%;
}

.fq-guide-photo-needed {
    background: var(--fq-color-soft);
    border-bottom: 1px solid var(--fq-color-border);
    color: var(--fq-color-text);
}

.fq-guide-photo-needed .fq-guide-shell {
    display: flex;
    font-size: .9rem;
    gap: 6px;
    padding-bottom: 12px;
    padding-top: 12px;
}

@media (max-width: 640px) {
    .fq-guide-photo-needed .fq-guide-shell {
        display: block;
    }
}

.fq-guide-hero__overlay {
    background: rgba(3, 18, 40, 0.66);
}

.fq-guide-hero__content {
    padding-bottom: 58px;
    padding-top: 120px;
    position: relative;
    z-index: 1;
}

.fq-guide-breadcrumb {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.84rem;
    gap: 9px;
    margin-bottom: 48px;
}

.fq-guide-breadcrumb a,
.fq-guide-breadcrumb span {
    color: rgba(255, 255, 255, 0.88);
}

.fq-guide-breadcrumb a {
    text-decoration: none;
}

.fq-guide-eyebrow {
    color: var(--fq-guide-coral);
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.fq-guide-hero .fq-guide-eyebrow {
    color: var(--fq-guide-yellow);
}

.fq-guide-hero h1 {
    color: #fff;
    font-size: 4.15rem;
    margin-bottom: 18px;
    max-width: 900px;
}

.fq-guide-hero__lead {
    font-size: 1.12rem;
    line-height: 1.7;
    margin-bottom: 22px;
    max-width: 790px;
}

.fq-guide-reviewed {
    align-items: center;
    display: flex;
    font-size: 0.84rem;
    font-weight: 700;
    gap: 8px;
    margin-bottom: 0;
}

.fq-guide-reviewed svg,
.fq-guide-answer svg,
.fq-guide-callout svg,
.fq-guide-related svg,
.fq-guide-card a svg,
.fq-guide-timeline a svg,
.fq-guide-checklist svg {
    height: 19px;
    width: 19px;
}

.fq-guide-answer {
    background: #fff;
    border-bottom: 1px solid var(--fq-guide-line);
}

.fq-guide-answer__grid {
    display: grid;
    gap: 60px;
    grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr);
    padding-bottom: 52px;
    padding-top: 52px;
}

.fq-guide-answer h2,
.fq-guide-section__head h2 {
    font-size: 3rem;
    margin-bottom: 14px;
}

.fq-guide-answer p,
.fq-guide-section__intro {
    color: var(--fq-guide-muted);
    font-size: 1.03rem;
    line-height: 1.75;
    margin-bottom: 0;
}

.fq-guide-answer ul,
.fq-guide-checklist {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fq-guide-answer li,
.fq-guide-checklist li {
    align-items: flex-start;
    display: flex;
    gap: 10px;
    line-height: 1.55;
}

.fq-guide-answer li svg,
.fq-guide-checklist li svg {
    color: var(--fq-guide-green);
    flex: 0 0 auto;
    margin-top: 2px;
}

.fq-guide-index {
    background: var(--fq-guide-ink);
}

.fq-guide-index nav {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding: 8px 0;
    scrollbar-width: thin;
}

.fq-guide-index a {
    border-right: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    flex: 0 0 auto;
    font-size: 0.82rem;
    font-weight: 800;
    padding: 11px 18px;
    text-decoration: none;
}

.fq-guide-section {
    padding: 78px 0;
}

.fq-guide-section--soft {
    background: var(--fq-guide-soft);
}

.fq-guide-section__head {
    margin-bottom: 34px;
    max-width: 820px;
}

.fq-guide-section__intro {
    margin-bottom: 32px;
    max-width: 800px;
}

.fq-guide-cards {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fq-guide-card {
    background: #fff;
    border: 1px solid var(--fq-guide-line);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.fq-guide-section:not(.fq-guide-section--soft) .fq-guide-card {
    background: var(--fq-guide-soft);
}

.fq-guide-card__media {
    aspect-ratio: 16 / 9;
    background: #e8ece9;
    display: block;
    overflow: hidden;
}

.fq-guide-card__image {
    height: 100%;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
}

.fq-guide-card:hover .fq-guide-card__image {
    transform: scale(1.025);
}

.fq-guide-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 23px;
}

.fq-guide-tag {
    color: var(--fq-guide-coral);
    font-size: 0.72rem;
    font-weight: 900;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.fq-guide-card h3,
.fq-guide-timeline h3,
.fq-guide-steps h3 {
    font-size: 1.35rem;
    margin-bottom: 8px;
}

.fq-guide-card__title-link {
    color: inherit;
    text-decoration: none;
}

.fq-guide-card__title-link:hover,
.fq-guide-card__title-link:focus-visible {
    color: var(--fq-guide-coral);
}

.fq-guide-card p,
.fq-guide-timeline p,
.fq-guide-steps p {
    color: var(--fq-guide-muted);
    line-height: 1.65;
    margin-bottom: 18px;
}

.fq-guide-card a,
.fq-guide-timeline a {
    align-items: center;
    color: var(--fq-guide-ink);
    display: inline-flex;
    font-weight: 900;
    gap: 7px;
    margin-top: auto;
    text-decoration: none;
}

.fq-guide-card > .fq-guide-card__media {
    display: block;
    margin-top: 0;
}

.fq-guide-card h3 .fq-guide-card__title-link {
    display: inline;
    margin-top: 0;
}

.fq-guide-timeline {
    border-left: 2px solid var(--fq-guide-line);
    display: grid;
    gap: 28px;
    margin-left: 20px;
    padding-left: 38px;
}

.fq-guide-timeline article {
    display: grid;
    gap: 22px;
    grid-template-columns: 42px minmax(0, 1fr);
    position: relative;
}

.fq-guide-timeline article > span {
    align-items: center;
    background: var(--fq-guide-coral);
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    left: -60px;
    position: absolute;
    width: 42px;
}

.fq-guide-timeline article > div {
    grid-column: 2;
}

.fq-guide-timeline__image {
    aspect-ratio: 16 / 7;
    border-radius: 8px;
    height: auto;
    margin-bottom: 18px;
    object-fit: cover;
    width: min(100%, 760px);
}

.fq-guide-steps {
    counter-reset: guide-step;
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fq-guide-steps li {
    border-top: 1px solid var(--fq-guide-line);
    counter-increment: guide-step;
    display: grid;
    gap: 20px;
    grid-template-columns: 54px minmax(0, 1fr);
    padding: 24px 0;
}

.fq-guide-steps li::before {
    align-items: center;
    background: var(--fq-guide-ink);
    border-radius: 50%;
    color: #fff;
    content: counter(guide-step);
    display: flex;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.fq-guide-steps p {
    margin-bottom: 0;
}

.fq-guide-checklist {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fq-guide-checklist li {
    background: #fff;
    border: 1px solid var(--fq-guide-line);
    border-radius: 6px;
    padding: 16px;
}

.fq-guide-table-wrap {
    border: 1px solid var(--fq-guide-line);
    border-radius: 8px;
    overflow-x: auto;
}

.fq-guide-table-wrap table {
    border-collapse: collapse;
    margin: 0;
    min-width: 760px;
    width: 100%;
}

.fq-guide-table-wrap th,
.fq-guide-table-wrap td {
    border-bottom: 1px solid var(--fq-guide-line);
    padding: 17px;
    text-align: left;
    vertical-align: top;
}

.fq-guide-table-wrap th {
    background: var(--fq-guide-ink);
    color: #fff;
    font-size: 0.84rem;
}

.fq-guide-table-wrap td {
    color: var(--fq-guide-muted);
    line-height: 1.55;
}

.fq-guide-callout {
    align-items: flex-start;
    background: #fff8d8;
    border-left: 5px solid var(--fq-guide-yellow);
    display: flex;
    gap: 14px;
    margin-top: 34px;
    padding: 22px;
}

.fq-guide-callout svg {
    color: var(--fq-guide-coral);
    flex: 0 0 auto;
}

.fq-guide-callout p {
    line-height: 1.65;
    margin: 0;
}

.fq-guide-section--related {
    background: var(--fq-guide-ink);
}

.fq-guide-section--related h2 {
    color: #fff;
}

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

.fq-guide-related a {
    align-items: center;
    background: #fff;
    border-radius: 6px;
    color: var(--fq-guide-ink);
    display: flex;
    font-weight: 900;
    justify-content: space-between;
    min-height: 66px;
    padding: 16px 18px;
    text-decoration: none;
}

.fq-guide-faqs {
    border-top: 1px solid var(--fq-guide-line);
}

.fq-guide-faqs details {
    border-bottom: 1px solid var(--fq-guide-line);
    padding: 20px 0;
}

.fq-guide-faqs summary {
    cursor: pointer;
    font-family: var(--fqgp-font-heading, "Baloo 2", sans-serif);
    font-size: 1.22rem;
    font-weight: 800;
}

.fq-guide-faqs p {
    color: var(--fq-guide-muted);
    line-height: 1.7;
    margin: 12px 0 0;
}

.fq-guide-sources {
    background: var(--fq-guide-soft);
    border-top: 1px solid var(--fq-guide-line);
    padding: 54px 0;
}

.fq-guide-sources h2 {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

.fq-guide-sources > div > p {
    color: var(--fq-guide-muted);
}

.fq-guide-sources ul {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.fq-guide-sources li {
    border-top: 1px solid var(--fq-guide-line);
    display: grid;
    gap: 5px;
    padding-top: 12px;
}

.fq-guide-sources a {
    color: var(--fq-guide-ink);
    font-weight: 900;
}

.fq-guide-sources span {
    color: var(--fq-guide-muted);
    font-size: 0.88rem;
}

.fq-guide-cta {
    background: var(--fq-guide-coral);
    color: #fff;
}

.fq-guide-cta .fq-guide-shell {
    align-items: center;
    display: grid;
    gap: 36px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-bottom: 48px;
    padding-top: 48px;
}

.fq-guide-cta h2,
.fq-guide-cta .fq-guide-eyebrow {
    color: #fff;
}

.fq-guide-cta h2 {
    font-size: 2.3rem;
    margin-bottom: 6px;
}

.fq-guide-cta p {
    margin-bottom: 0;
}

.fq-guide-cta > div > div:last-child {
    display: flex;
    gap: 10px;
}

.fq-guide-cta a.fq-guide-button,
.fq-guide-cta a.fq-guide-button:visited {
    background: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    color: var(--fq-guide-ink);
    display: inline-flex;
    font-weight: 900;
    justify-content: center;
    padding: 13px 18px;
    text-decoration: none;
}

.fq-guide-cta a.fq-guide-button--primary,
.fq-guide-cta a.fq-guide-button--primary:visited {
    background: var(--fq-guide-ink);
    border-color: var(--fq-guide-ink);
    color: #fff;
}

.fq-guide-cta a.fq-guide-button--primary:hover,
.fq-guide-cta a.fq-guide-button--primary:focus-visible {
    background: var(--fq-guide-ink);
    border-color: #fff;
    color: #fff;
}

@media (max-width: 900px) {
    .fq-guide-answer__grid,
    .fq-guide-cta .fq-guide-shell {
        grid-template-columns: 1fr;
    }

    .fq-guide-cards,
    .fq-guide-related {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .fq-guide-shell {
        padding-left: 18px;
        padding-right: 18px;
    }

    .fq-guide-hero {
        min-height: 560px;
    }

    .fq-guide-hero__content {
        padding-bottom: 36px;
        padding-top: 80px;
    }

    .fq-guide-breadcrumb {
        margin-bottom: 34px;
    }

    .fq-guide-hero h1 {
        font-size: 2.75rem;
    }

    .fq-guide-answer h2,
    .fq-guide-section__head h2 {
        font-size: 2.15rem;
    }

    .fq-guide-section {
        padding: 54px 0;
    }

    .fq-guide-answer__grid {
        gap: 28px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .fq-guide-cards,
    .fq-guide-related,
    .fq-guide-checklist {
        grid-template-columns: 1fr;
    }

    .fq-guide-timeline {
        margin-left: 12px;
        padding-left: 28px;
    }

    .fq-guide-timeline article {
        display: block;
    }

    .fq-guide-timeline article > span {
        height: 34px;
        left: -46px;
        width: 34px;
    }

    .fq-guide-cta > div > div:last-child {
        align-items: stretch;
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fq-guide-card__image {
        transition: none;
    }
}
