
    .vooma-faq-container { max-width: 800px; margin: 0 auto; font-family: Arial, sans-serif; }
    .faq-title { text-align: center; color: #333; margin-bottom: 30px; }
    .faq-item { border-bottom: 1px solid #eee; }
    .faq-question {
        width: 100%; padding: 18px; text-align: left; background: none; border: none;
        outline: none; font-size: 16px; font-weight: bold; cursor: pointer;
        display: flex; justify-content: space-between; align-items: center; color: #444;
    }
    .faq-question:after { content: '\002B'; font-size: 20px; color: #777; }
    .faq-question.active:after { content: "\2212"; }
    .faq-answer { padding: 0 18px; display: none; overflow: hidden; background-color: #f9f9f9; color: #666; line-height: 1.6; }
    .faq-answer p { margin: 15px 0; }
    .faq-question:hover { background-color: #f1f1f1; }
