
:root {
    --wdt-elementor-color-black: #000;
    --wdt-elementor-color-white: #fff;

    --wdt-elementor-base-transition: all 0.3s linear 0s;

    --wdt-Ad-Transition: 375ms cubic-bezier(0.7, 0, 0.3, 1); /* Muh */
    --wdt-Ad-font-size: clamp(0.875rem, 0.8462rem + 0.1282vw, 1rem); /* 14px - 16px */
}


/** 
    Common Styles 
*/

    svg { height: 1em; width: 1em; }

    /**
    * Change the fill color to match the text color in all browsers (opinionated).
    */
    svg:not([fill]) { fill: currentColor; }

    /**
    * Hide the overflow in IE.
    */
    svg:not(:root) { overflow: hidden; }

/** 
    Elementor Page Builder 
*/

    .e-con-select-type__icons__icon svg { height: auto; }