/* Styles Google Maps (Pins) */
.desamiantage-pins-wrapper { position: relative; border: 1px solid #e5e7eb; border-radius: 12px; overflow: hidden; }
.desamiantage-pins-map { width: 100%; min-height: 380px; }
.desamiantage-pins-clear { position: absolute; z-index: 5; right: 12px; bottom: 12px; padding: 8px 12px; border: 0; border-radius: 10px; background: #fff; box-shadow: 0 2px 6px rgba(0,0,0,.15); cursor:pointer; }
.desamiantage-pins-hint { font-size: 12px; color: #444; padding: 8px 10px; background: #fff; border-top: 1px solid #eee; }
