.map-teaser__intro {
  font-size: 0.96875rem;
  line-height: 1.6;
  color: rgba(16, 20, 49, 0.8);
}
.map-teaser__chip {
  font-weight: 600;
  font-size: 0.8125rem;
  color: #101431;
  background: #f6f7f2;
  border: 1px solid rgba(16, 20, 49, 0.15);
  padding: 0.5rem 1rem;
  border-radius: 999px;
}
.map-teaser__pane {
  position: relative;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 1rem 3rem rgba(16, 20, 49, 0.14);
}
.map-teaser__placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f7f2;
  color: rgba(16, 20, 49, 0.5);
  font-weight: 600;
  font-size: 0.875rem;
  text-align: center;
  padding: 1rem;
}
.map-teaser__label {
  position: absolute;
  left: 0.875rem;
  top: 0.875rem;
  z-index: 400;
  font-weight: 700;
  font-size: 0.78125rem;
  color: #101431;
  background: rgba(255, 255, 255, 0.92);
  padding: 0.375rem 0.875rem;
  border-radius: 999px;
  box-shadow: 0 0.125rem 0.5rem rgba(16, 20, 49, 0.08);
  pointer-events: none;
}

/*# sourceMappingURL=map-teaser.css.map*/