.m-locations {
    position: relative;
    z-index: 1;
}
.m-locations .results-map {
    height: 100%;
    min-height: 500px;
}
.m-locations .results-map .gmnoprint img {
    max-width: none !important;
    max-height: none !important;
}
.m-locations .results-map .location-card {
    margin-bottom: 0;
    border: 0px solid transparent !important;
}
.m-locations .results-map .location-card:before {
    display: none;
}
.m-locations .results-map .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
}
.m-locations .locations-list__wrap {
    max-height: 90vh;
    overflow: auto;
    max-width: 100vw;
}
.m-locations .location-card {
    position: relative;
    margin-bottom: 1rem;
    padding: 0;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.3s;
    background: #fff;
}
.m-locations .location-heading {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
}
.m-locations .location-search {

}
.m-locations .location-search__main {
    flex: 1 1 auto;
    background-color: var(--ls-bg, #fff);
    border: var(--ls-border, 1px solid #eee);
    border-radius: var(--ls-radius);
    padding: var(--ls-padding, 5px);
    position: relative;
    display: flex;
    justify-content: space-between;
}
.m-locations .location-search__input {
    flex: 1 1 auto;
    border: none;
    background-color: transparent;
    padding-left: 20px;
}
.m-locations .location-search__btn {
    width: var(--ls-height, 50px);
    color: var(--ls-icon, var(--primary-color2));
    border-radius: var(--ls-radius);
    text-align: center;
    justify-content: center;
    margin: 0 !important;
    position: absolute;
    inset: var(--ls-padding, 5px) var(--ls-padding, 5px) var(--ls-padding, 5px) auto;
}
.m-locations .location-search__btn svg {
    height: 28px;
    fill: var(--primary-color3);
}
.m-locations .location-search__geo,
.m-locations .location-search__radius {
    flex: 0 0 var(--ls-height);
    width: var(--ls-height);
    height: var(--ls-height);
    background-color: var(--ls-bg);
    border: var(--ls-border);
    border-radius: var(--ls-radius);
}
.m-locations .location-search__geo .c-btn,
.m-locations .location-search__radius .c-btn {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: block;
}
.m-locations .location-search__geo .c-btn:hover,
.m-locations .location-search__radius .c-btn:hover {
    opacity: 0.8;
}
.m-locations .card-content__top {

}
.m-locations .card-content__title {

}
.m-locations .card-content__bottom {
    display: flex;
}
.m-locations .card-content__bottom > div {
    flex-grow: 1;
    max-width: 100%;
    box-sizing: border-box;
    text-align: center;
}
.m-locations .card-content__bottom > div:not(:first-child) {
    border-left: 1px solid #d3d3de;
}

@media (max-width: 1112px) {
    .m-locations__inner {
        padding: 0;
    }
    .m-locations__sidebar .l-tbpanel__label {
        display: none;
    }
    .m-locations.has-sidebar .m-locations__map {
        width: 100%;
    }
    .m-locations__results {
        text-align: center;
    }
}
@media (min-width: 1113px) {
    .m-locations__inner {
        height: 100vh;
    }
    .m-locations__sidebar {

    }
    .m-locations__map {
        height: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 100;
    }
    .m-locations.has-sidebar .m-locations__map {
        width: 100%;
    }
}

.hide-sidebar{
    display: none;
}
