/*
Generated time: December 17, 2024 13:48
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.faq-title{font-size:24px;font-weight:700;margin-bottom:20px;text-align:center;color:#333}.faq-section{font-family:Arial,sans-serif;width:100%;max-width:900px;margin:auto;padding:20px}.faq-item{margin-bottom:10px;border-bottom:1px solid #ddd}.faq-question{width:100%;background:0 0;border:none;padding:15px 0;text-align:left;font-size:18px;font-weight:700;cursor:pointer;outline:0;transition:color .3s ease,border-bottom-color .3s ease;display:flex;justify-content:space-between;align-items:center}.faq-question::after{content:'▼';font-size:14px;transition:transform .3s ease}.faq-question.active::after{transform:rotate(180deg)}.faq-question:hover{color:#007acc;border-bottom-color:#007acc}.faq-answer{display:none;padding:10px 0;font-size:16px;color:#555;line-height:1.6}.faq-answer p{margin:0}