.suggestions-list {
    max-height: 250px;
    overflow-y: auto;
    z-index: 1000;
}

.suggestions-list button {
    width: 100%;
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s;
}

.suggestions-list button:hover {
    background-color: #f1f5f9;
}

.vehicle-card.selected {
    border-color: #2563eb;
    background-color: #eff6ff;
}