.btwai-faq-wrap { margin: 1.5em 0; clear: both; }
.btwai-faq-q { font-weight: bold; margin-top: 0; margin-bottom: 0.5em; }
.btwai-faq-a { margin-top: 0; margin-bottom: 1.5em; }

.btwai-faq-acc-item { border: 1px solid #e2e8f0; border-radius: 6px; margin-bottom: 10px; overflow: hidden; }
.btwai-faq-acc-q { font-weight: bold; padding: 15px; margin: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #f8fafc; transition: background 0.2s; user-select: none; }
.btwai-faq-acc-q:hover { background: #f1f5f9; }
.btwai-faq-icon { transition: transform 0.3s ease; font-size: 0.8em; }
.btwai-faq-acc-item.active .btwai-faq-icon { transform: rotate(180deg); }
.btwai-faq-acc-item.active .btwai-faq-acc-q { border-bottom: 1px solid #e2e8f0; }
.btwai-faq-acc-a-wrap { display: none; padding: 15px; background: #fff; }
.btwai-faq-acc-a-wrap .btwai-faq-a { margin-bottom: 0; }

.btwai-faq-toggle-main { border: 1px solid #e2e8f0; border-radius: 6px; overflow: hidden; }
.btwai-faq-toggle-header { font-weight: bold; padding: 15px; margin: 0; cursor: pointer; display: flex; justify-content: space-between; align-items: center; background: #f8fafc; transition: background 0.2s; user-select: none; }
.btwai-faq-toggle-header:hover { background: #f1f5f9; }
.btwai-faq-toggle-main.active .btwai-faq-icon { transform: rotate(180deg); }
.btwai-faq-toggle-main.active .btwai-faq-toggle-header { border-bottom: 1px solid #e2e8f0; }
.btwai-faq-toggle-body { display: none; padding: 15px; background: #fff; }