/*
 * Font Awesome local SVG mode.
 * The old CDN/webfont dependency has been removed; icons are rendered by
 * assets/js/fontawesome-local-svg.js as inline SVG and inherit currentColor.
 */
.fa,
.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
i[class^="fa-"],
i[class*=" fa-"],
span[class^="fa-"],
span[class*=" fa-"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1em;
    min-width: 1em;
    height: 1em;
    line-height: 1 !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    text-rendering: geometricPrecision !important;
    letter-spacing: 0 !important;
    speak: never !important;
    vertical-align: -0.125em;
}

.fa-fw {
    width: 1.25em !important;
    min-width: 1.25em !important;
}

.fa > .msar-fa-svg,
.fas > .msar-fa-svg,
.far > .msar-fa-svg,
.fab > .msar-fa-svg,
.fa-solid > .msar-fa-svg,
.fa-regular > .msar-fa-svg,
.fa-brands > .msar-fa-svg,
i[class*="fa-"] > .msar-fa-svg,
span[class*="fa-"] > .msar-fa-svg {
    display: block !important;
    width: 1em !important;
    height: 1em !important;
    flex: 0 0 auto !important;
    fill: currentColor !important;
    pointer-events: none !important;
}

.fa::before,
.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
i[class^="fa-"]::before,
i[class*=" fa-"]::before,
span[class^="fa-"]::before,
span[class*=" fa-"]::before {
    content: none !important;
}

body.msar-fa-local .fa,
body.msar-fa-local .fas,
body.msar-fa-local .far,
body.msar-fa-local .fab,
body.msar-fa-local .fa-solid,
body.msar-fa-local .fa-regular,
body.msar-fa-local .fa-brands,
body.msar-fa-local i[class*="fa-"],
body.msar-fa-local span[class*="fa-"] {
    font-family: inherit !important;
}

/*
 * Compatibility with the local SVG renderer:
 * Font Awesome glyph codes inside CSS pseudo-elements cannot be converted to SVG,
 * so keep those decorations as plain CSS/Unicode to avoid broken square glyphs.
 */
body.msar-shell.msar-classic .module-sidebar-group-title::before,
body.msar-shell.msar-classic .module-sidebar-group-title::after {
    content: none !important;
    font-family: inherit !important;
}

body.msar-shell.msar-classic .section-title::before,
body.msar-shell.msar-classic .msar-auto-filter-title::before {
    content: "" !important;
    display: inline-block !important;
    width: 4px !important;
    min-width: 4px !important;
    height: 16px !important;
    margin-inline-end: 0 !important;
    margin-inline-start: 8px !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: var(--accent, #d28c35) !important;
    color: transparent !important;
    font: inherit !important;
    vertical-align: -.18em !important;
}
