#search-suggestion {
    background: #000;
    display: block;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
}

.aa-Panel .text-white {
    color: #ffffff !important;
    text-transform: capitalize;
    /*text-decoration: underline;*/
}

.aa-Panel .line-height-1 {
    line-height: 1;
}

.aa-Panel .text-right {
    text-align: right;
    margin-top: 10px;
}

.aa-Panel .footer-logo-algolia {
    margin-left: 5px;
}

.aa-ItemContentTitle{
    color: #eb3656;
}

.aa-ItemContentTitle mark{
    color: #eb3656 !important
}

.aa-Item a{
    text-decoration: none;
}

.aa-SourceHeader p{
    margin-bottom: 0 !important;
}

.title-category{
    margin-left: 10px;
    background-color: #e0e0e0;
    color: #4b4b4b;
    font-size: 12px;
    padding: 3px;
    line-height: 1;
    display: inline-block;
    border-radius: 3px;
}

.algolia-footer {
    display: flex;
    align-items: center;
    justify-content: end;
    font-size: 12px;
}

[data-autocomplete-source-id="tags"] .aa-Item,
[data-autocomplete-source-id="categories"] .aa-Item
{
    display: inline-block !important;
    min-height: unset !important;
    background-color: unset !important;
    margin-bottom: 5px;
}

[data-autocomplete-source-id="tags"] .aa-SourceNoResults,
[data-autocomplete-source-id="categories"] .aa-SourceNoResults
{
    display: none !important;
}

.aa-Source .tag-btn{
    background-color: #d4f7d5;
    padding: 3px 5px;
    display: inline-block;
    margin-right: 4px;
    color: #2a2a2a;
    font-size: 13px;
    border-radius: 3px;
}

.aa-Source .tag-btn:hover{
    background-color: #b2e1b3;
}

[data-autocomplete-source-id="tags"] .aa-Item[aria-selected=true]{
    background-color: unset !important;
}
[data-autocomplete-source-id="categories"] .aa-Item[aria-selected=true]{
    background-color: unset !important;
}