.tx-go-maps-ext form {
    width: 100%;
    margin-top: 1rem;
}

.js-map {
    width: 100% !important;
    border: 1px solid rgb(var(--c-neutral-lightest));
}

.js-gme-saddress {
    margin-right: 0.5rem;
}

.js-gme-submit,
.js-gme-saddress {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

input.js-gme-saddress {
    width: auto !important;
}

.js-gme-preview img {
    width: 100%;
    height: auto;
}
.js-gme-preview > a {
    font-family: var(--f-family);
}