/* ==========================================================================
   DUVIDAS — layout that only exists on the FAQ page. Text, boxes and fills come from presets.css; the accordion
   (pill, knob, panel, hover) comes from components.css.
   ========================================================================== */

/* the pills are stacked with the same gap as the site's rows (Características, cards) */
.faq { display: grid; gap: var(--marquee-gap); }
