.maps .module__body{position:relative}.maps [data-js=google-map],.maps iframe{height:60vh;min-height:30rem;width:100%}.maps__info-window{padding:var(--space-sm)}.maps__info-title{font-size:1.8rem;font-weight:700;margin-bottom:.5rem}.property{align-items:center;background-color:var(--color-white);border-radius:50%;display:flex;gap:1rem;height:3rem;justify-content:center;padding:.5rem;position:relative;width:3rem}.property:after{border-left:9px solid transparent;border-right:9px solid transparent;border-top:9px solid var(--color-white);content:"";height:0;left:50%;position:absolute;top:95%;transform:translate(-50%);transition:all .3s ease-out;width:0;z-index:1}.property .icon{align-items:center;color:var(--color-white);display:flex;justify-content:center}.property .details{display:none;flex:1;flex-direction:column}.property.highlight{background-color:var(--color-white);border-radius:1rem;box-shadow:10px 10px 5px rgba(0,0,0,.2);height:auto;max-width:30rem;padding:2.6rem 1.6rem;width:100%}.property.highlight:after{border-top:9px solid var(--color-white)}.property.highlight .details{display:flex}.property.highlight .icon{display:none}