.fflhub-brand-hero,
.fflhub-brand-hero *,
.fflhub-archive-copy,
.fflhub-archive-copy *,
.fflhub-archive-faq,
.fflhub-archive-faq * {
    box-sizing: border-box;
}

.fflhub-brand-hero {
    position: relative;
    overflow: hidden;
    margin: 0 0 var(--wp--preset--spacing--40, 2rem);
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    background: #f3f5f7;
    color: #101214;
}

.fflhub-brand-hero.has-brand-image {
    min-height: 500px;
    border-bottom: 0;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.fflhub-brand-hero__image {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.fflhub-brand-hero__inner {
    width: min(1400px, calc(100% - 40px));
    margin: 0 auto;
    padding: clamp(38px, 6vw, 82px) 0;
}

.fflhub-brand-hero.has-brand-image .fflhub-brand-hero__inner {
    display: flex;
    min-height: 500px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding-top: clamp(44px, 5vw, 74px);
}

.fflhub-brand-hero__title {
    max-width: 900px;
    margin: 0;
    color: inherit;
    font-size: clamp(38px, 5vw, 72px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
}

.fflhub-brand-hero__meta {
    display: inline-flex;
    width: max-content;
    margin-top: 18px;
    padding: 7px 11px;
    border: 1px solid currentColor;
    border-radius: 4px;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    opacity: .86;
}

.fflhub-archive-copy {
    margin-top: clamp(34px, 5vw, 72px);
    margin-bottom: clamp(24px, 4vw, 48px);
}

.fflhub-archive-copy__inner {
    width: min(980px, 100%);
    margin: 0 auto;
    padding: clamp(24px, 4vw, 42px) 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    color: #252a2f;
    font-size: clamp(16px, 1.25vw, 19px);
    line-height: 1.75;
}

.fflhub-archive-copy__inner > :first-child {
    margin-top: 0;
}

.fflhub-archive-copy__inner > :last-child {
    margin-bottom: 0;
}

.fflhub-archive-copy__inner p {
    margin: 0 0 1.15em;
}

.fflhub-archive-copy__inner h2,
.fflhub-archive-copy__inner h3 {
    margin: 1.4em 0 .55em;
    color: #101214;
    line-height: 1.2;
}

.fflhub-archive-copy__inner ul,
.fflhub-archive-copy__inner ol {
    margin: 0 0 1.15em 1.35em;
    padding: 0;
}

.fflhub-archive-copy__inner li {
    margin: .35em 0;
}

.fflhub-archive-faq {
    margin-top: clamp(34px, 5vw, 72px);
    margin-bottom: clamp(34px, 5vw, 72px);
}

.fflhub-archive-faq__inner {
    padding: clamp(26px, 4vw, 48px);
    border-top: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #f7f8f9;
}

.fflhub-archive-faq__title {
    margin: 0 0 22px;
    color: #101214;
    font-size: clamp(26px, 3vw, 40px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.12;
}

.fflhub-archive-faq__items {
    display: grid;
    gap: 10px;
}

.fflhub-archive-faq__item {
    border: 1px solid rgba(0, 0, 0, .12);
    background: #fff;
}

.fflhub-archive-faq__question {
    padding: 16px 18px;
    color: #111;
    cursor: pointer;
    font-weight: 750;
    line-height: 1.35;
}

.fflhub-archive-faq__question::marker {
    color: #555;
}

.fflhub-archive-faq__answer {
    padding: 0 18px 18px;
    color: #30343a;
    font-size: 16px;
    line-height: 1.65;
}

.fflhub-archive-faq__answer p {
    margin: 0 0 1em;
}

.fflhub-archive-faq__answer p:last-child {
    margin-bottom: 0;
}

.fflhub-archive-faq__answer ul,
.fflhub-archive-faq__answer ol {
    margin: 0 0 1em 1.25em;
    padding: 0;
}

.fflhub-archive-faq__answer li {
    margin: .35em 0;
}

@media (max-width: 720px) {
    .fflhub-brand-hero__inner {
        width: min(calc(100% - 28px), 1400px);
        padding: 34px 0;
    }

    .fflhub-brand-hero.has-brand-image,
    .fflhub-brand-hero.has-brand-image .fflhub-brand-hero__inner {
        min-height: 380px;
    }

    .fflhub-brand-hero.has-brand-image .fflhub-brand-hero__inner {
        padding-top: 34px;
    }

    .fflhub-brand-hero.has-brand-image .fflhub-brand-hero__title {
        max-width: 92%;
    }

    .fflhub-brand-hero__meta {
        font-size: 12px;
    }

    .fflhub-archive-copy {
        margin-top: 34px;
    }

    .fflhub-archive-copy__inner {
        padding: 24px 0;
    }

    .fflhub-archive-faq__inner {
        padding: 24px 16px;
    }

    .fflhub-archive-faq__question {
        padding: 15px 14px;
    }

    .fflhub-archive-faq__answer {
        padding: 0 14px 15px;
    }
}
