.faq-block{width:100%;margin-bottom:2em}.faq-header{display:flex;justify-content:space-between;align-items:center;padding:25px 0;border-bottom:1px solid #ced4da}.faq-title{font-size:32px;font-weight:700;color:#1a1a1a}.faq-accordion{display:flex;flex-direction:column}.faq-item{border-bottom:1px solid #ced4da}.faq-trigger{display:flex;justify-content:space-between;align-items:center;padding:22px 10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:background-color .2s}.faq-trigger:hover{background-color:#fddc38}.faq-question{font-weight:600;color:#2c2c2c}.faq-icon{width:12px;height:12px;border-right:2px solid #6c757d;border-bottom:2px solid #6c757d;transform:rotate(45deg);transition:transform .3s ease;margin-bottom:4px}.faq-item.active .faq-icon{transform:rotate(-135deg);margin-bottom:-4px}.faq-content{display:none;padding:15px;color:#6c757d!important;line-height:1.6}@media (max-width:600px){.faq-header{flex-direction:column;align-items:flex-start;gap:15px;padding:20px}.faq-search-box{max-width:100%}.faq-trigger{padding:18px 20px}.faq-content{padding:0 20px 20px}}