/* Google Places Autocomplete Styling */
.pac-container {
    z-index: 10050 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    margin-top: 4px;
}

.pac-item {
    padding: 10px 12px !important;
    font-size: 14px !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

.pac-item:last-child {
    border-bottom: none !important;
}

.pac-item.pac-selected {
    background-color: #f0f0f0 !important;
}

.pac-item-query {
    font-weight: 600;
    color: #333;
}

.pac-matched {
    font-weight: 600;
    color: var(--primary-color, #563714);
}

.pac-icon {
    display: none;
}

.pac-item-deletion-button {
    display: none;
}
