.news-teaser__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}


@media screen and (min-width: 999px) {
  .view-id-news_vue > .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    align-items: stretch;
    gap: 25px;
  }

  .paragraph--type--news-preview > p {
    margin-left: 132px;
  }
}

.view-id-news_vue >  .view-content > * {
  display: flex;
  flex-direction: column;
  gap: 25px;

  padding: 32px;
  border-radius: 20px;
  border: 1px solid #E3E3E3;
  background: #FFF;
}


.news-teaser__image {
  border-radius: 10px;
  overflow: hidden;
}

.news-teaser__date {
  color: var(--color-neutral--2);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  padding: 10px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #D9DBDD;
  cursor: default;

  max-width: fit-content;
}
.news-teaser__content > p {
  margin: 0;
}


.news-teaser__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.news-teaser__content > a{
  color: #A71946;
  font-size: 17px;
  font-weight: 400;
  width: max-content;
}

.more-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.news-teaser__title {
  margin: 0;
  color: var(--Primary, #077981);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
