/* v0.2.281 — FAQ mobile hero gutter parity
   Keep the FAQ first view on the shared La paix mobile editorial grid.
   Scope is FAQ only; desktop and all other pages remain unchanged. */
@media (max-width: 900px) {
  .faq-page .faq-hero .section__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    padding-right: var(--lp-mobile-gutter, 28px);
    padding-left: var(--lp-mobile-gutter, 28px);
  }

  .faq-page .faq-hero__grid,
  .faq-page .faq-hero__title,
  .faq-page .faq-hero__copy {
    min-width: 0;
    max-width: 100%;
  }
}
