.badge {
  display: inline-flex;
  padding: 0.3125rem 0.9375rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  color: #84b33a;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  background-color: #edf5d9;
}
.badge--list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.25rem;
}

.news-teaser {
  position: relative;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.news-teaser__img {
  margin-bottom: 1.25rem;
}
.news-teaser__img img {
  width: 100%;
}
.news-teaser__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.news-teaser__title {
  color: #118acb;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-teaser__title a {
  font-size: 1.25rem;
  color: currentColor;
  text-decoration: none;
}
.news-teaser__title a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news-teaser__body {
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-teaser__body p:last-of-type {
  margin-bottom: 0;
}
.news-teaser__body strong {
  font-weight: 400;
}
.news-teaser__badge-list .field__items {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin-bottom: 1.25rem;
}
.news-teaser__description {
  display: none;
}
.news-teaser__date {
  font-size: 0.875rem;
  margin-top: 1.125rem;
}

@media (min-width: 768px) {
  .news-teaser.node--view-mode-promoted {
    display: flex;
  }
  .news-teaser.node--view-mode-promoted .news-teaser__img {
    width: calc(50% - 0.625rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-teaser.node--view-mode-promoted .news-teaser__img img {
    height: auto;
  }
  .news-teaser.node--view-mode-promoted .news-teaser__content {
    width: calc(50% - 0.625rem);
  }
  .news-teaser.node--view-mode-promoted .news-teaser__date {
    margin-bottom: 0.5rem;
  }
  .news-teaser.node--view-mode-promoted .news-teaser__description {
    display: block;
    margin-bottom: 1.25rem;
  }
  .news-teaser.node--view-mode-promoted .btn {
    margin-top: auto;
  }
}
@media (min-width: 992px) {
  .news-teaser.node--view-mode-promoted .news-teaser__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
