/* Material Symbols Elementor — base font + class definitions */
/* !important is required because many themes set typography on <i>/<span>
   elements with higher specificity, which would prevent the icon font from
   loading or override the FILL/wght variable axes. */
.material-symbols-outlined,
.material-symbols-filled {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-size: 24px;
    line-height: 1 !important;
    letter-spacing: normal !important;
    text-transform: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    flex: 0 0 auto;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}
.material-symbols-filled {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 24 !important;
}
.material-symbols-outlined::before,
.material-symbols-filled::before {
    font-family: inherit;
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    transform: translateY(var(--mse-icon-y-adjust, 0.1em));
}
.elementor-icon .material-symbols-outlined::before,
.elementor-icon .material-symbols-filled::before {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, calc(-50% + var(--mse-icon-y-adjust, 0.15em)));
}
.elementor-widget-icon:has(.material-symbols-outlined, .material-symbols-filled) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    flex: 0 0 auto;
}
.elementor-button-icon:has(.material-symbols-outlined, .material-symbols-filled) {
    --mse-icon-y-adjust: var(--mse-button-icon-y-adjust, 0.2em);
    display: inline-flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    line-height: 0;
    flex: 0 0 auto;
}
.elementor-button-content-wrapper:has(.material-symbols-outlined, .material-symbols-filled) {
    align-items: center;
}
