.wpb-map { display: grid; place-items: center; overflow: hidden; border-radius: 1rem; background: #e6f1f3; aspect-ratio: 1/1;} 
.wpb-map svg { width: 100%; height: auto; transform: scale(1.02);}
.wpb-map svg path:not(.disabled) { cursor: pointer; transition: fill var(--ts-15) ease; }
.wpb-map svg path:not(.disabled):hover { fill: #007087!important; }
.wpb-map .wpb-map__inner { position: relative; display: inline-flex; }
.wpb-map .tooltip { position: absolute; pointer-events: none; min-width: max-content; background-color: #fff; border-radius: .45rem; padding: .25rem .75rem; box-shadow: 0 0 1rem 0 rgba(0,0,0,.1); }