/* Load alongside Font Awesome 7 Pro Classic Solid.
   Included automatically by navbar_header.html.
   Replaces phpBB's legacy .icon layout without its FontAwesome font override. */
.navbar .og-navbar-icon {
    display: inline-block;
    width: 1.25em;
    --fa-width: 1.25em;
    line-height: inherit;
    text-align: center;
}

.navbar .og-navbar-icon + span {
    margin-inline-start: 0.25em;
}

/* Preserve prosilver's search-status colours after removing .icon. */
.navbar .og-navbar-icon.icon-gray { color: #777777; }
.navbar .og-navbar-icon.icon-red { color: #bc2a4d; }
.navbar .og-navbar-icon.icon-blue { color: #196db5; }
