div.sidepanelBox a {
  text-decoration: none;
  color: #000000;
  width: 100%;
}

div.wingArticleFoot {
  display: flex;
  flex-direction: row;
  padding-top: 3px;
  align-items: baseline;
}

span.author {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 125%;
}

span.readMinutes {
  font-size: 0.66667rem;
  font-weight: normal;
  color: #9C9C9C;
  margin-left: unset;
}

div.title {
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

div.teaser {
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

div.articleRight {
  padding-left: 0.8rem;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

div.sectionArticleRight {
  padding-left: 12px;
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
