/* Local replica styles.
 *
 * The pages under /en/ are DOM snapshots and keep the site's own stylesheets
 * untouched. Nothing here restyles the design; this file only carries what the
 * interaction layer in replica.js needs.
 */

/* FAQ rows are opened by inline max-height, matching the transition the site
   already declares on .item-body (max-height / padding-top / opacity). */
.faq-section .item .item-arrow { transition: transform .2s; }
.faq-section .item.replica-open .item-arrow { transform: rotate(180deg); }
