body {
    font-family: sans-serif !important;
}

select.form-select, input.form-control {
    background: #d9d9d9 !important;
    font-size: 20px !important;
    padding: 10px !important;
}

.geodir_submit_search {
    background: #789a01 !important;
    border-color: #789a01 !important;
    height: 50px !important;
}

.gd-half-map-wrapper {
    display: flex;
    align-items: stretch;
    height: 700px;
    overflow: hidden;
}

.gd-left-results {
    width: 50%;
    max-height: 700px;
    overflow-y: auto;
    overflow-x: hidden;
    min-height: 0;
}

.gd-right-map {
    width: 50%;
    height: 700px;
    position: sticky;
    top: 0;
}

.gd-right-map .geodir-map-wrap,
.gd-right-map .geodir-map,
.gd-right-map iframe {
    height: 700px !important;
}