.search-item {
    border-bottom: 1px solid #f5f5f5;
    transition: color 0.2s ease, transform 0.2s ease;
}

.search-item:last-child {
    border-bottom: none;
}

#search_results_container {
    box-shadow: none !important;
    filter: none !important;
}


.result-item-name span {
    font-size: 14px;
    color: #333;
}

.result-item-name b {
    font-weight: 600;
    color: #000;
}

.search-item:hover>div>span {
    color: green;
}

.search-item:hover .result-item-name b {
    color: green;
}

.go-to-icon {
    color: #ccc;
    transition: color 0.2s ease, transform 0.2s ease;
}

.search-item:hover .go-to-icon {
    color: green;
    transform: translateX(3px);
}

#search_viewall {
    font-size: 13px;
    color: green;
    font-weight: 500;
    text-decoration: none;
}

#search_viewall:hover {
    text-decoration: underline;
}

#main_search_box {
    background-color: transparent;
}