/* =========================================================
   ELEMENTOR BASE
========================================================= */

.elementor-page .site-main {
    max-width: none;
    padding-inline: 0;
}

.elementor img {
    height: auto;
}


/* =========================================================
   ELEMENTOR FIXES
========================================================= */

/*
 * Restore intrinsic SVG sizing in Elementor Image widgets.
 */
.elementor-widget-image a img[src$=".svg"],
.elementor-widget-image img[src$=".svg"] {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
}
