div[data-cms-module-name="LocationsMap"] iframe,div[data-cms-module-name="LocationsMap"] aside[data-sidebar="scrollbar"]{
    height: 650px;
}
@media only screen and (min-width: 760px) {
    div[data-cms-module-name="LocationsMap"] iframe,div[data-cms-module-name="LocationsMap"] aside[data-sidebar="scrollbar"]{
        height: 850px;
    }
}

div[data-cms-module-name="LocationsMap"] aside[data-sidebar="scrollbar"]{
    overflow-x: hidden;
    overflow-y: scroll;
}

div[data-cms-module-name="LocationsMap"] aside .hint{
    background-color: #fafafa;
    padding: 16px;
    border-radius: 5px;
}

div[data-cms-module-name="LocationsMap"] form.default button{
    margin-top: 0;
}

div[data-cms-module-name="LocationsMap"] h2{
    margin: 8px 0;
    font-size: 22px;
}

div[data-cms-module-name="LocationsMap"] img{
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 760px) {
    div[data-cms-module-name="LocationsMap"] img{
        max-width: 200px;
    }
}

div[data-cms-module-name="LocationsMap"] address{
    font-weight: bold;
}
div[data-cms-module-name="LocationsMap"] address span{
    display: block;
    font-weight: normal;
    font-size: 0.8em;
    line-height: 0.8em;
    margin-bottom: 16px;
}

div[data-cms-module-name="LocationsMap"] .button{
    display: flex;
    align-items: flex-end;
}


div[data-cms-module-name="LocationsMap"] ul li{
    background-color: #fafafa;
    border-radius: 5px;
    padding: 16px;
    margin-bottom: 16px;
}

div[data-LocationsMap="true"]{
    display: none;
}

div[data-cms-module-name="LocationsMap"] aside svg.animation{
    -webkit-animation: spin-map-waiting 1.5s infinite cubic-bezier(0.7, 0.4, 0.5, 0.7);
    animation: spin-map-waiting 1.5s infinite cubic-bezier(0.7, 0.4, 0.5, 0.7);
    transform-origin: 50% 50%;  
}


div[data-cms-module-name="LocationsMap"] aside div.wait-item{
    display: flex;
    justify-content: center;
}

@keyframes spin-map-waiting{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}

/* Scrollbar Styling */

div[data-cms-module-name="LocationsMap"] aside::-webkit-scrollbar-thumb {
    background-color: #262D3B;
}

div[data-cms-module-name="LocationsMap"] aside::-webkit-scrollbar-track,div[data-cms-module-name="LocationsMap"] aside::-webkit-scrollbar-corner {
    background-color: #828ca0;
}

div[data-cms-module-name="LocationsMap"] aside::-webkit-scrollbar {
    width: 0.5rem;
    height: 0.5rem;
}

div[data-cms-module-name="LocationsMap"] aside {
    -ms-overflow-style: auto;
    scrollbar-color: #262D3B #828ca0;
    scrollbar-width: thin;
}

form#locationSearch {
    margin-bottom: 2rem;
}
