.fi-page .fi-search-results .list-group-item.fi-result {
    text-align: left;
    cursor: pointer;
    border-radius: 0;
}
.fi-page .fi-search-results .list-group-item.fi-result[disabled] {
    cursor: not-allowed;
    opacity: 0.7;
    background-color: #f8f9fa;
}
.fi-page .fi-search-results .list-group-item.fi-result:not([disabled]):hover {
    background-color: #f3f4f8;
}
.fi-page .fi-selected {
    border-left: 4px solid #2563eb;
}
.fi-page .hide { display: none !important; }