/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.15
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/


.faq-section {
    margin-top: 40px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.faq-singular {
    margin-bottom: 20px;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
}

.faq-answer {
    font-size: 16px;
    display: none;
}

.faq-singular.active .faq-answer {
    display: block;
}
