.local-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    flex: 0 0 auto;
    color: currentColor;
    line-height: 1;
    vertical-align: -0.125em;
}

.local-icon__svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.icon-button-reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: currentColor;
    font: inherit;
    padding: 0;
}
