.latest-news__content {
  padding: 30px 7px 20px 20px;
  background: var(--mint-cream);
  background: var(--article--sidebar-background);
  color: var(--article--sidebar-foreground);
}
.latest-teasers {
  max-height: 600px;
  text-align: left;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.latest-teaser {
  padding-right: 7px;
  --cover-width: 60px;
  --cover-height: 60px;
}
.latest-teaser:not(:first-child) {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid var(--opal);
}
.latest-teaser a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 0;
  -ms-flex-flow: row wrap;
      -webkit-flex-flow: row wrap;
          flex-flow: row wrap;
  gap: 10px;
}
.latest-teaser .default-cat-date {
  -ms-flex: 1 0 100%;
      -webkit-flex: 1 0 100%;
          flex: 1 0 100%;
}
.latest-teaser figure {
  position: relative;
  width: 60px;
  -ms-flex: 0 0 60px;
      -webkit-flex: 0 0 60px;
          flex: 0 0 60px;
  top: auto;
}
.latest-teaser:nth-child(2n) figure {
  -ms-flex-order: 0;
      -webkit-order: 0;
          order: 0;
}
.latest-teaser:nth-child(2n+1) figure {
  -ms-flex-order: 2;
      -webkit-order: 2;
          order: 2;
}
.latest-teaser h5 {
  font-size: 1.6rem;
  line-height: 2rem;
}
.latest-teaser:nth-child(2n) h5 {
  -ms-flex: 1 1 calc(100% - var(--cover-width) - 10px);
      -webkit-flex: 1 1 calc(100% - var(--cover-width) - 10px);
          flex: 1 1 calc(100% - var(--cover-width) - 10px);
  -ms-flex: 1 1 min-content;
      -webkit-flex: 1 1 min-content;
          flex: 1 1 min-content;
}
.latest-teaser:nth-child(2n+1) h5 {
  -ms-flex: 1 1 calc(100% - var(--cover-width) - 10px);
      -webkit-flex: 1 1 calc(100% - var(--cover-width) - 10px);
          flex: 1 1 calc(100% - var(--cover-width) - 10px);
  -ms-flex: 1 1 min-content;
      -webkit-flex: 1 1 min-content;
          flex: 1 1 min-content;
  position: relative;
}


@media screen and (max-width: 1024px) and (min-width: 601px) {
  .latest-teasers {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0 -16px;
  }
  .latest-teaser {
    -ms-flex: 1 0 50%;
    -webkit-flex: 1 0 50%;
            flex: 1 0 50%;
    margin: 0 0 16px;
    padding: 0 16px;
  }
  .latest-teaser:not(:first-child) {
    margin: 0 0 16px;
    padding: 0 16px;
    border: 0;
  }
  .latest-teaser:nth-child(2n) {
    border-left: 1px solid var(--opal);
  }
}
