/* Maps View */
#block-mapsview .layout--twocol {
    flex-direction: column-reverse;
}

#block-mapsview .layout__region--first {
    flex: 0 1 100%;
}

#block-mapsview .layout__region--second {
    flex: 0 1 100%;
    text-align: center;
}

#block-mapsview li {
    list-style-type: none;
}

@media only screen and (min-width: 750px) {
    #block-mapsview .layout__region--first {
        flex: 0 1 70%;
    }

    #block-mapsview .layout__region--second {
        text-align: unset;
        flex: 0 1 30%;
        padding-left: 20px;
    }

    #block-mapsview .layout--twocol {
        flex-direction: unset;
    }

    #block-mapsview li {
        list-style-type: disc;
    }

}

.field--name-field-maps-view .field--label {
    display: none;
}

.field.field--name-field-maps-view {
    border-radius: 1rem;
    overflow: hidden;
}

section#block-mapsview .layout__region--second .field  {
    border-radius: 1rem;
    background-color: white;
    overflow: hidden;
    padding: 1rem;
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.1);
    
}

.google-map-field {
	padding: unset !important;
}

#block-mapsview {
    padding: var(--section-distance) 0;
}