.faq-item-864e7e6a {
    border: 1px solid #e1e8ed;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
}

.faq-title-864e7e6a {
    padding: 15px 20px;
    background-color: #f7f9fa;
    cursor: pointer;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.faq-title-864e7e6a:hover {
    background-color: #edf1f5;
}

.faq-content-864e7e6a {
    display: none; /* Hidden by default via CSS, toggled by JS */
    padding: 15px 20px;
    background-color: #ffffff;
    border-top: 1px solid #e1e8ed;
}

/* Show content when active in editor to avoid being completely hidden without JS interactions working fully in all editor contexts */
.elementor-editor-active .faq-content-864e7e6a {
    display: block;
}
