 #searchResults a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#searchResults a {
    text-decoration: none;
    color: inherit;
}

#searchResults li {
    font-size: 0.9rem;
    height: 2.5rem;
}

.border-top-list {
    border-top: 1px solid #ebebeb;
}

#searchResults {
    max-height: 300px;
    overflow-y: auto;
}

.set-code-image {
    aspect-ratio: auto 40 / 40;
    width: 38px;
    height: auto;
}

.search-subtitle {
    font-style: italic !important;
    color: #828589;
}


@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.4rem !important;
    }
}