.faq-module{padding:2rem 1rem}.faq-item{border-radius:6px;margin-bottom:1.5rem;padding-left:1rem;transition:all .3s ease}.faq-question{background:none;border:none;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem 0;text-align:left;transition:background-color .2s ease;width:100%}.faq-question:hover{background-color:rgba(0,0,0,.05)}.faq-answer{max-height:0;opacity:0;overflow:hidden;transition:all .3s ease}.faq-answer.visible{max-height:1000px;opacity:1}