.title-search-result {
    min-width: 295px;
    z-index: 1000;
    /*left: 882px !important;*/
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.14);
    border-radius: 0 0 3px 3px;
}

.pre_search {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
    padding: 10px;

    background: #ffffff;
}

.pre_search_element {
    display: flex;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.pre_search_element a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 17px;
    line-height: 17px;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
    max-width: 210px;
}

.pre_search_element span {
    height: 17px;
    line-height: 17px;
    font-weight: 500;
    font-size: 12px;
    color: #000000;
}