.cms-icon {
    --cms-icon-size: 32px;
    width: var(--cms-icon-size);
    height: var(--cms-icon-size);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: -0.15em;
    line-height: 1;
}

.cms-icon svg {
    width: 100%;
    height: 100%;
    display: block;
    flex: 0 0 auto;
}

.cms-icon svg [stroke="currentColor"],
.cms-icon svg[stroke="currentColor"] {
    stroke: currentColor;
}

.cms-icon svg [fill="currentColor"],
.cms-icon svg[fill="currentColor"] {
    fill: currentColor;
}

.cms-icon-text-row {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
