/* Shortcode */
.ia-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.ia-icon-wrapper svg {
    width: 100%;
    height: 100%;
}
.inline-icon, .block-icon {
    vertical-align: middle;
}

/* Widget */
.elementor-widget-ia_icon_widget .elementor-widget-container {
    line-height: 0;
}

.elementor-ia-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    line-height: 0;
}
.elementor-ia-icon-wrapper svg {
    width: 100%;
    height: 100%;
}