﻿/* Google Places Autocomplete fixes */
/*place-autocomplete-element {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 40px !important;
    z-index: 1000 !important;
}*/

.pac-container {
    z-index: 99999 !important;
    background: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.18) !important;
    font-family: system-ui, sans-serif !important;
    margin-top: 4px !important;
    overflow: hidden !important;
}

.pac-item {
    padding: 10px 14px !important;
    cursor: pointer !important;
    font-size: 0.95rem !important;
}

    .pac-item:hover {
        background: rgba(44, 119, 68, 0.10) !important;
    }