/* 
Theme Name: Education Africa
Description: A custom theme for the Education Africa website
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Author: Indigo Cube Web Design
Template: hello-elementor
Text Domain: education-africa
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

/* Fix Elementor's restrictive SVG rule */
.elementor-widget-image a img[src$=".svg"],
.elementor-widget-image img[src$=".svg"] {
    width: auto !important;       /* Allow natural scaling */
    max-width: 100% !important;   /* Keep responsive behaviour */
    height: auto !important;      /* Maintain correct aspect ratio */
}