.gm-style .gm-style-iw {
    font-weight: 400 !important;
}

.gm-style .gm-style-iw-d {
    padding: 16px !important;
    overflow:auto !important;
}

.gm-style .gm-style-iw-c {
    padding: 0 !important;
}

/* Animazione saltellino */
@keyframes jump {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-15px); }
}

.jump-animation {
  animation: jump 0.5s ease infinite;
}