.faq-module{font-family:Arial,sans-serif;margin:0 auto;max-width:800px;padding:1.5rem}.faq-title{font-size:2rem;font-weight:700;margin-bottom:2rem}.faq-item{margin-bottom:1.5rem}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;justify-content:space-between;padding:1rem 0;width:100%}.faq-question:focus,.faq-question:hover{background:none;color:#000}.faq-toggle{font-size:1.5rem;transition:transform .3s ease}.faq-answer{display:none;font-size:1rem;padding:1rem}.faq-line{background-color:#f9db2b;height:1px;width:100%}.faq-question.active+.faq-answer{display:block}.faq-question.active .faq-toggle{transform:rotate(45deg)}