﻿.filtered-wrapper .search-item-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    flex-shrink: 0;
    filter:none;
}

.filtered-wrapper .global-search-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-block: 5px ;
    border-radius: 6px;
    transition: all 0.2s ease;
    margin-bottom: 4px;
}

.filtered-wrapper .global-search-link-name {
    font-size: 0.875rem;
    color:inherit;
    line-height: 1.2;
}

.filtered-wrapper .global-search-link:hover {
    background-color: rgba(104, 93, 216, 0.1);
    text-decoration: none;
}

    .filtered-wrapper .global-search-link:hover .global-search-link-name {
        color: #685dd8;
    }

.filtered-wrapper .search-headings {
    color: #76778e;
    font-size: .75rem;
    letter-spacing: .8px;
    line-height: .875rem;
    margin-inline: 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-weight: 600;
}

    .filtered-wrapper .search-headings i {
        margin-right: 8px;
        font-size: 16px;
    }

.filtered-wrapper .btn-text {
    background: none;
    border: none;
    color: #76778e;
}

.filtered-wrapper .search-icon {
    display: flex;
    align-items: center;
    opacity: 50%;
    margin-left: 10px;
}

.filtered-wrapper .search-item {
    margin-bottom: 2px;
    margin-left: 18px;
}
