.elementor-3929 .elementor-element.elementor-element-625f7aa5{--display:flex;--background-transition:0.3s;}.elementor-3929 .elementor-element.elementor-element-1ae80686{color:#000000;}/* Start custom CSS for text-editor, class: .elementor-element-1ae80686 *//* Make all body text black */
body {
    color: #000000;
}

/* Style all <h3> elements with class "wp-block-heading" */
h3.wp-block-heading,
h3.wp-block-heading strong {
    color: #000000;
    font-size: 1.1em; /* Adjust as needed */
    font-weight: 600;
}

/* Make all links black */
a,
a:visited {
    color: #000000;
    text-decoration: none; /* Optional: remove underline */
}

/* Optional: link hover effect */
a:hover {
    color: #333333;
    text-decoration: underline;
}/* End custom CSS */