/*
Theme Name:   jf web design
Theme URI:
Description:  Child theme for Hello Elementor
Author:       jf web design
Author URI:
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  jf-web-design
*/

/* SAP Content Block Styles */
.sap-content-block {
    padding: 40px 20px;
    background-color: var(--e-global-color-primary, #000000);
    color: var(--e-global-color-text, #ffffff);
    font-family: var(--e-global-typography-text-font-family, inherit);
    line-height: 1.8;
}

.sap-content-block p {
    margin: 0 0 15px 0;
    font-size: 16px;
}

.sap-content-block p:last-child {
    margin-bottom: 0;
}

.sap-content-block strong {
    color: var(--e-global-color-accent, #61ce70);
    font-weight: 600;
}
