.fuuvo-asset-icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 1em;
    height: 1em;
    background: currentColor;
    -webkit-mask: var(--fuuvo-asset-url) center / contain no-repeat;
    mask: var(--fuuvo-asset-url) center / contain no-repeat;
}

.feature-card-icon .fuuvo-asset-icon,
.card-icon .fuuvo-asset-icon {
    width: 100%;
    height: 100%;
}

.mini-icon .fuuvo-asset-icon {
    width: 100%;
    height: 100%;
}

.portal-icon-circle .fuuvo-asset-icon {
    width: 30px;
    height: 30px;
}

.portal-featured-icon .fuuvo-asset-icon,
.portal-overview-icon .fuuvo-asset-icon {
    width: 100%;
    height: 100%;
}

.overview-icon .fuuvo-asset-icon,
.data-banner-icon .fuuvo-asset-icon {
    width: 100%;
    height: 100%;
}

.ability .fuuvo-asset-icon,
.risk-item .fuuvo-asset-icon,
.help-icon .fuuvo-asset-icon {
    width: 22px;
    height: 22px;
}

.portal-process-step .portal-icon-circle .fuuvo-asset-icon {
    width: 28px;
    height: 28px;
}

.portal-upload .fuuvo-asset-icon {
    width: 22px;
    height: 22px;
}
