#faq-container{max-width:700px;margin:2rem auto;}#faq-search,#faq-category{width:100%;padding:.5rem;margin-bottom:1rem;}.faq-item{margin-bottom:.8rem;}.faq-item .faq-question{cursor:pointer;background:#f2f2f2;padding:.5rem;margin:0;font-size:18px;border-radius:5px;transition:all ease .3s;user-select:none;}.faq-question:hover,.faq-item.open .faq-question{background:#ffe7ed;color:#f36;}.faq-answer{display:none;padding:.5rem;background:#f8f8f8;border-radius:5px;margin-top:5px;}.faq-category{margin-bottom:2rem;}.faq-category h2{margin:1rem 0;font-size:1.25rem;font-weight:bold;}#faq-container mark{background-color:#f36;color:#fff;font-weight:inherit;padding:0;}