/*
 Theme Name: CharityWP Child
 Theme URI: https://florarose.in/
 Description: Child theme for CharityWP
 Author: Flora Rose
 Template: charitywp
 Version: 1.0.0
*/

/* ================================
   Custom Fixes for Layout Issues
   ================================ */

/* Prevent Elementor overlapping */
.elementor-section,
.elementor-container,
.e-con,
.elementor-widget {
/*   position: relative !important; */
}

/* Prevent negative margin overlaps */
.elementor-element {
/*   margin-top: 0 !important; */
}

/* Make images responsive */
/* img {
  max-width: 100%;
  height: auto;
}
 */