/* Plymouth Postcode Map custom styles for pulsing SVG marker */
.plymouth-user-marker-anim {
  display: inline-block;
  animation: user-marker-pulse 3s infinite cubic-bezier(0.4,0,0.2,1);
  transform-origin: 50% 80%; /* anchor at bottom center of SVG */
}
@keyframes user-marker-pulse {
  0% { transform: scale(1); }
  50% { transform: scale(0.8); }
  100% { transform: scale(1); }
}
.gm-style .gm-style-iw-c {
      background-color: transparent !important;
      box-shadow: none !important;
      
}

.gm-style-iw.gm-style-iw-c {
background: #FFF !important;
      padding: 1rem !important;
}


.gm-style .gm-style-iw-d {
      overflow: auto !important;
}
.gm-style .gm-style-iw-tc::after {
      background: white;
}
.gm-style-iw-chr {
      position: absolute;
      top: 0;
      right: 0;
}
button.gm-ui-hover-effect {
    width: 20px !important;
    height: 20px !important;
}
button.gm-ui-hover-effect span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 !important;
}
.popup-user { 
      background: #FFF;
 }

 /* Parent popup classes */
.popup-food-drink {  }
.popup-art-craft {  }
.popup-home-gifts {  }
.popup-services {  }
/* Child popup classes */
.popup-alcohol {  }
.popup-dine-in {  }
.popup-gifts {  }
.popup-gifts-art-craft {  }
.popup-other {  }
.popup-delivery-food-drink {  }
.popup-sweet-treats {  }
.popup-groceries {  }
.popup-hair-beauty {  }
.popup-health-home-gifts {  }
.popup-health {  }
.popup-delivery-home-gifts {  }
.popup-homeware {  }
.popup-clothing {  }
.popup-art {  }
.popup-craft {  }
.popup-miscellaneous-services {  }
.popup-delivery-art-craft {  }
.popup-jewellery {  }
.popup-mental-health {  }
.popup-cleaning {  }
.popup-pet-supplies {  }
.popup-clothing-services {  }
.popup-print-services {  }
.popup-repair {  }
.popup-flowers-and-garden {  }
.popup-fabrics {  }
.popup-legal-financial {  }
.popup-homeware-services {  }