.improved-icon-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.improved-icon-wrapper .icon-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /* The background color will be applied here via Elementor selectors to fill behind the icon naturally */
    overflow: hidden;
    line-height: 1;
}

.improved-icon-wrapper svg {
    display: block;
}