div.title-search-result {
     display: none;
     position: fixed!important;
     top: 10.2rem!important;
     width: 33.9rem!important;
     height: 25rem!important;
     overflow-y: auto;
     background-color: #fff;
     border-radius: 0.5rem;
     border: 0.1rem solid #9b9a9a!important;
     box-sizing: border-box;
     z-index: 999;
}

.title-search-result ul {
     display: flex;
     flex-direction: column;
     align-content: flex-start;
     justify-content: flex-start;
     align-items: flex-start;
}

.title-search-result li {
     width: 100%;
     padding: 1rem 2rem;
     color: #131313;
     font-family: Inter;
     font-weight: 500;
     font-size: 1.5rem;
     text-align: left;
     line-height: 2.1rem;
}

.title-search-result li a {
     width: 100%;
     color: #131313;
     font-family: Inter;
     font-weight: 500;
     font-size: 1.5rem;
     text-align: left;
     line-height: 2.1rem;
     transition: all 0s !important;
}

.title-search-result li a b {transition: all 0s !important;}

.title-search-result li a:hover {
     color: #FA601A;
}