/* JUEBLO - Autocomplete Independiente v18.3 */
.rural-suggest-wrapper { position: relative; width: 100%; max-width: 350px; margin: 0 auto; }

.rural-suggest-list { 
    position: absolute; 
    top: calc(100% - 1.2rem); 
    left: 10px; 
    right: 10px; 
    background: #ffffff; 
    border: 2px solid var(--primary); 
    border-radius: 15px; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.2); 
    z-index: 99999; 
    max-height: 200px; 
    overflow-y: auto; 
    display: none; 
}

.rural-suggest-item { 
    padding: 12px 18px; 
    cursor: pointer; 
    text-align: left; 
    font-size: 0.9rem; 
    border-bottom: 1px solid #f2f2f2; 
    color: #333; 
    font-weight: 600; 
}

.rural-suggest-item:hover { 
    background: #eef5ee; 
    color: var(--primary); 
}