.locations-map-header .locations-map-header__wrapper,
.locations-map,
.locations-map-header.locations-map-header-large-image .locations-map-header__image {
    /* height: 800px; */
}

.gm-style .gm-style-iw-c {
    background: rgba(255, 255, 255, .8);
    box-shadow: 0px 6px 23.2px -12px rgba(0, 0, 0, .25);
    border-radius: 0.4rem;
    border: 1px solid #d1d8e1;
    padding: 0;
}

.gm-style-iw-ch {
    display: none;
}

.gm-style .gm-style-iw-tc::after {
    background: rgba(255, 255, 255, .5) !important;
}

.gm-style-iw-chr button {
    position: absolute !important;
    right: 2.4rem;
    top: 2.4rem;
    width: 24px !important;
    height: 24px !important;
}

.gm-style-iw-chr button span {
    margin: 0 !important;
    background-color: #002855 !important;
    opacity: 1 !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
}

.map-modal-new {
    width: 100%;
    max-width: 34.2rem;
    padding: 2.4rem;
    display: block;
}

.map-modal-new .map-modal-content {
    color: #677f98;
    font-size: 1.6rem;
    font-style: inherit;
    line-height: 140%;
}
.map-modal-new .map-modal-content h2, .map-modal-new .map-modal-content .h4 {
    color: #002855;
    font-size: 2.4rem;
    font-family: "Lunchtype24expanded Medium Expanded webfont", sans-serif;
    font-weight: 500;
    line-height: 1;
    padding-right: 3rem;
    margin-bottom: 2.4rem;
}

.map-modal-new .map-modal-content p {
    font-size: inherit;
}

.map-modal-new .map-modal-content address {
    color: #677f98;
    font-style: inherit;
    margin-bottom: 2.4rem;
}

.map-modal-new .map-modal-content a:not(.button-dark) {
    color: inherit;
    text-decoration: underline;
}

.map-modal-new .map-modal-content a:not(.button-dark):hover {
    color: #6ab2e7;
}

.depots-list-button.open .btn-circle svg {
    transform: rotate(180deg);
    transition: 0.5s ease;
}

.post-type-archive-location .depots-list-item .button-link {
    font-weight: 600;
}

@media (max-width: 1470px) {
    .map-modal-new {
        right: calc(50% - 18.3rem);
    }
}

@media (max-width: 991px) {
    .depots-list-section {
        display: block;
    }

    .post-type-archive-location .locations-map-header .locations-map-header__image {
        height: fit-content;
        min-height: 39rem;
    }

    .post-type-archive-location .depots-list-section {
        margin-top: 32px;
        margin-bottom: 32px;
    }

    .post-type-archive-location .locations-map-header__wrapper {
        height: 728px;
    }
}

@media (max-width: 767px) {
    .map-modal-new {
        top: 0 !important;
        bottom: 0;
        height: max-content;
        left: 0;
        right: 0;
        margin: auto;
    }

    .post-type-archive-location .locations-map-header__wrapper {
        height: 710px;
    }
}
