/* Offline, font-independent icon renderer. SVGs are injected by nexora-icons.js. */
i.bi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    vertical-align: -0.125em;
}

i.bi::before {
    content: none !important;
    display: none !important;
}

i.bi > .nexora-bi-svg {
    width: 1em;
    height: 1em;
    display: block;
    stroke: currentColor;
    overflow: visible;
    pointer-events: none;
}
