/* FAQ accordion — bedste-casinoer.dk */
.faq-section { padding: 0 0 48px; }
.faq-section .faq-inner { max-width: 1200px; margin: 0 auto; padding: 0 16px; }
.faq-section .faq-heading { font-size: 24px; font-weight: 700; color: #ffffff; margin: 0 0 8px 0; }
.faq-section .faq-intro { font-size: 15px; color: rgba(255,255,255,0.62); margin: 0 0 24px 0; }
.faq-list { list-style: none; margin: 0; padding: 0; }
.faq-list .faq-item { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; margin-bottom: 8px; overflow: hidden; }
.faq-list .faq-item .faq-question { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; cursor: pointer; gap: 12px; }
.faq-list .faq-item .faq-question-text { font-size: 15px; font-weight: 600; color: #ffffff; flex: 1; line-height: 1.4; }
.faq-list .faq-item .faq-icon { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: #C22D20; display: flex; align-items: center; justify-content: center; transition: transform 0.25s; }
.faq-list .faq-item .faq-icon svg { width: 12px; height: 12px; fill: #ffffff; transition: transform 0.25s; }
.faq-list .faq-item.open .faq-icon { background: #9e2519; }
.faq-list .faq-item.open .faq-icon svg { transform: rotate(180deg); }
.faq-list .faq-item .faq-answer { display: none; padding: 0 20px 18px; }
.faq-list .faq-item.open .faq-answer { display: block; }
.faq-list .faq-item .faq-answer p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.72); margin: 0; }
.faq-list .faq-item:hover { border-color: rgba(194,45,32,0.5); }
@media (min-width: 768px) {
  .faq-section .faq-inner { padding: 0 24px; }
  .faq-list .faq-item .faq-question-text { font-size: 16px; }
  .faq-list .faq-item .faq-answer p { font-size: 15px; }
}
