.node--location--teaser {
  background-color: var(--background--background);
  border-radius: var(--radius--3);
  height: 100%;
  overflow: hidden;
  border: 1px solid var(--stroke--light);
  display: flex;
  flex-direction: column;
}
.node--location--teaser picture {
  width: 100%;
}
.node--location--teaser picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--location--teaser .content {
  padding: var(--spacing--3);
  background-color: var(--background--background);
  border-top-right-radius: var(--radius--3);
  margin-top: calc(var(--radius--3) * -1);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing--2);
}
.node--location--teaser .content h2 {
  font-size: var(--typography--font-size--lg);
}
/*# sourceMappingURL=node--location--teaser.css.map */
