.wp-block-wd-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: var(--wd-icon-w, unset);
    vertical-align: middle;
    max-width: var(--wd-icon-w, 100px);
    overflow: hidden
}

.wp-block-wd-icon :is(img,svg,.wd-svg-icon) {
    display: block;
    width: var(--wd-icon-w, revert-layer);
    height: inherit;
    object-fit: contain;
    transition: all .25s ease
}

.wp-block-wd-icon.wd-with-text {
    font-size: 4em;
    line-height: 1;
    font-weight: 600;
    max-width: var(--wd-icon-w, fit-content);
    transition: all .25s ease
}
