/* CSS generated by WPBakery AI */ 
.wpbai-accordion-header {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-left: 3px solid #999;
    font-size: 1.0em;
    font-weight: bold;
    padding: 10px;
}

.wpbai-accordion-header.active {
    border-left: 3px solid #4CAF50;
    background-color: #e8f5e9;
}

.wpbai-accordion-content {
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: -1px; /* Visually connect to header */
}


.wpbai-content-block h2, .wpbai-content-block h3, .wpbai-content-block h4 {
    font-weight: bold;
    font-size: 2.5em; /* Adjust size as needed */
}