.gf_login_form { margin: 100px 0; }

#mapfilter { text-align: center; width: 100%; padding: 20px 0; background-color: #555559; }
#mapfilter form { width: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 10px; margin-top: 20px; }
#mapfilter form.mobilehide { display: none; }
#mapfilter form > * { display: inline-block; width: 90%; }
#mapfilter form p { display: none; }

#mapfilter a { color: #fff; text-decoration: none;}
#mapfilter a:hover { text-decoration: underline;}
#mapfiltertoggle { display: block; }

@media (min-width: 1200px) {
    #mapfilter form { flex-direction: row; gap: 30px; margin-top: 0; }
    #mapfilter form.mobilehide { display: flex; }
    #mapfilter form > * { width: auto; max-width: 230px; }
    #mapfilter form > .small { max-width: 200px; }
    #mapfiltertoggle { display: none; }
    #mapfilter form p { display: block; color: #fff; font-weight: 700; margin-bottom: 0; }
}

.gm-style .gm-style-iw { background: #2E2F33; border: 1px solid #f1dd38; padding: 12px 12px 0 12px !important; }
.gm-style .gm-style-iw button { position: absolute !important; top: 0; right: 0; }
.gm-style .gm-style-iw-ch { display: none !important; }
.gm-style .gm-style-iw-tc::after { background: #f1dd38; }
.gm-style .gm-style-iw * { color: #fff; overflow: hidden !important; }
.gm-style .gm-style-iw h3 { font-family: 'Audiowide', 'sans serif'; font-size: 22px; font-weight: 400; }
.gm-ui-hover-effect>span { background-color: #fff !important; }