/* Styles for the Planning content type. */

.planning-teaser {
  margin-bottom: 1rem;
  max-width: 62rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0.75rem;
  font: var(--font-bd-l);
}
.planning-teaser__title {
  max-width: 20.5rem;
  width: 100%;
}
.planning-teaser__title::before {
  content: "– ";
  display: inline;
  color: var(--link-color);
}
.planning-teaser__type {
  max-width: 20.5rem;
  width: 100%;
}
