/*

Theme Name: LPINZ

Description: A custom WordPress theme for LPINZ

Author: Zesty Design

Author URI: https://www.zestydesign.co.nz

Template: Avada

Version: 1.0.0

Text Domain:  Avada

*/

.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    font-weight: bold;
    cursor: pointer;
    margin: 0;
}

.faq-item.active .faq-question {
    color: #0073aa; /* Example: Change color of active question */
}

.faq-answer {
    padding: 10px;
    border-top: 1px solid #ddd;
}
