.address-with-map-module address{align-items:center;background:var(--color-white);border-radius:var(--lasso-border-radius);box-shadow:var(--ui-component-box-shadow);display:grid;gap:var(--grid-col-gap);grid-template-columns:1fr;margin-bottom:-60px;padding:var(--ui-component-padding);z-index:1}.address-with-map-module address picture{height:47px}.address-with-map-module address picture img{height:100%;margin-left:31px}.address-with-map-module address div p{margin:0}.address-with-map-module .gmap{width:100%;--height:80vw;height:var(--height)}.address-with-map-module .gmap .color-overlay,.address-with-map-module .gmap iframe{height:var(--height);position:absolute;width:100%;z-index:-1}.address-with-map-module .gmap .color-overlay{background:linear-gradient(to bottom,var(--sales-gradient));opacity:.2;pointer-events:none}@media (min-width:768px){.address-with-map-module address{grid-template-columns:1fr 1fr;margin-bottom:-100px}.address-with-map-module .gmap{--height:40vw}}@media (min-width:1320px){.address-with-map-module address{grid-template-columns:1fr 1fr 1fr 1fr}}