.clustrmaps-float {
  position: fixed;
  right: 12px;
  bottom: 12px;
  width: 72px;
  height: 72px;
  z-index: 9999;
  background: rgba(255,255,255,0.85);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.clustrmaps-float canvas,
.clustrmaps-float iframe {
  width: 72px !important;
  height: 72px !important;
}

@media (max-width: 768px) {
  .clustrmaps-float {
    display: none;
  }
}
