 .search-results {
     background: white;
     border-radius: 6px;
     box-shadow: 0 2px 6px rgb(0 0 0 / 0.1);
 }

 .search-result-item {
     padding: 0.5rem;
     color: #55595c;
     font-size: 15px;
 }

 .search-result-item a {
     color: #55595c;
 }

 .search-result-item:hover {
     background-color: #e9ebed;
 }

 .results-header {
     text-align: center;
     padding: 0.5rem;
     border-bottom: 1px solid #ddd;
     font-weight: 500;
     color: #333;
 }

 .result-item {
     padding: 10px 16px;
     font-size: 15px;
     color: #555;
 }

 .result-item strong {
     font-weight: 700;
     color: #333;
 }

 .results-container {
     position: absolute !important;
     width: 100% !important;
     margin-top: 5px !important;
 }

 .csearch-input {
     height: 60px !important;
     box-shadow: rgba(0, 0, 0, 0.1) 0px 9px 14px 0px !important;
     font-size: 20px !important;
     padding: 0px 50px !important;
     border-color: rgb(255, 255, 255) !important;
 }

 .search-box-category-unit {
     margin-right: auto;
     margin-left: auto;
     max-width: 720px;
 }

 .search-box-category-unit:before {
     left: 20px;
     margin-top: -11px;
     font-size: 22px;
 }