/* UNIVERSAL BLOG STYLING - Standard & Elementor HTML Blocks */

/* 1. Target Paragraph Spacing */
body .post-content p, 
body .entry-content p, 
body .elementor-widget-html p, 
body .elementor-widget-container p {
    padding-bottom: 1.25rem !important;
    margin-bottom: 0px !important;
    display: block !important;
}

/* 2. Target Heading Spacing */
body .post-content h2, body .post-content h3, 
body .entry-content h2, body .entry-content h3, 
body .elementor-widget-html h2, body .elementor-widget-html h3 {
    padding-top: 2.5rem !important;
    margin-bottom: 1rem !important;
    font-weight: 500 !important;
}

/* 3. Target Links */
/*body .post-content p a, 
body .elementor-widget-html p a {
    color: #D1903A !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}
*/
/* 4. Target Images with Radius */
body .post-content img, 
body .elementor-widget-html img {
    margin: 2.5rem 0rem !important;
    border-radius: 0.75rem !important;
}