/**
 * Public styles for Elementor Address Autocomplete
 */

/* Style the Google Places autocomplete dropdown */
.pac-container {
    z-index: 10000 !important; /* Ensure dropdown appears above Elementor elements */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 4px 4px;
    font-family: inherit;
}

/* Style the input field when autocomplete is active */
.elementor-field-group input.pac-target-input:focus {
    border-color: #7a7a7a;
}

/* Add a subtle indicator to autocomplete fields */
.elementor-field-group input.pac-target-input {
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 30px;
}
