/* Force Light Mode for the Address Picker */
.nexus-address-picker,
gmp-place-autocomplete {
    color-scheme: light !important;
    --md-sys-color-surface: #ffffff !important;
    --md-sys-color-on-surface: #0f172a !important;
}

/* Style the internal input to match Tailwind slate-50 */
gmp-place-autocomplete::part(input) {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: #f8fafc;
    color: #0f172a;
    border: 1px solid #e2e8f0;
    border-radius: 0.75rem;
    outline: none;
}

/* Hide the floating CookieScript icon but keep the functionality alive */
#cookiescript_badge {
    display: none !important;
}
