@charset "UTF-8";

/* Neutralizes the full-width band geometry when the FAQ sits inside the content column. */
section.fg-faq-inline {
    padding: clamp( 24px, 2.083vw, 40px ) 0;
}

section.fg-faq-inline > .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

section.fg-faq-inline .faq-holder {
    width: 100%;
    margin-left: 0;
}
