.agri-search-results {
    position: absolute;
    background: #ffffff;
    border: 1px solid #dfe1e5;
    border-radius: 8px; /* Google rounded corners */
    box-shadow: 0 4px 6px rgba(32,33,36,0.28);
    z-index: 99999;
    display: none;
    overflow: hidden;
    padding: 10px 0;
}

.agri-search-item {
    display: block;
    padding: 10px 20px;
    color: #202124;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #f1f3f4;
    transition: background 0.1s ease;
}

.agri-search-item:last-child {
    border-bottom: none;
}

.agri-search-item:hover {
    background-color: #f8f9fa; /* Google hover grey */
    color: #1a73e8; /* Google Blue */
    text-decoration: none;
}
