/* Start custom CSS for text-editor, class: .elementor-element-7e57d549 *//* Info Boxes - Now with white text and full width */
.quote-box, 
.example-box { 
    background: #98B68F; 
    border: 1px solid #7a9a71;
    border-radius: 10px; 
    padding: 25px; /* Slightly more padding */
    margin: 40px 0; 
    color: white; /* White text */
    width: 100%; /* Full width */
    max-width: none; /* Remove previous max-width restriction */
    box-sizing: border-box; /* Include padding in width calculation */
}

/* Quote box typography */
.quote-box blockquote {
    color: white;
    font-style: italic;
    font-size: 1.1em;
    margin: 0;
}

/* Checklist items */
.checklist li {
    color: #333; /* Keep dark text for main content */
    padding: 5px 0;
}

/* Full-width alignment */
.example-box p,
.quote-box blockquote {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}/* End custom CSS */