.osm-map-render {
    min-height: 250px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    margin: 10px 0;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.ui-autocomplete {
    z-index: 9999 !important;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    max-height: 300px;
    overflow-y: auto;
    padding: 5px 0;
}
.ui-menu-item {
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    list-style: none;
}
.ui-menu-item:hover, .ui-state-active {
    background-color: #f8f9fa;
    color: #007bff;
    border: none !important;
    margin: 0 !important;
}
