.map-interactive {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 280px;
  background: #dcefef;
  z-index: 0;
}

.map .map-interactive {
  min-height: 0;
}

.map-interactive iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.map-interactive__toolbar {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  pointer-events: none;
}

.map-interactive__toolbar a {
  pointer-events: auto;
  border: 0;
  border-radius: 999px;
  padding: 0.55rem 0.95rem;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(14, 77, 94, 0.22);
  background: #fff;
  color: #0e4d5e;
}
