/* Mobile-first styles. */
.teaser.utnews-news h3.ut-headline {
  /* Reduce space when headline wraps to two lines. */
  line-height: 1;
  /* Help with alignment when an image is present. */
  padding: 0;
}
.teaser.utnews-news .utnews__published {
  display: inline-block;
  font-style: italic;
  font-size: .9rem;
}
.teaser.utnews-news .utnews__thumbnail {
  margin: 0 0 0 20px;
  float: right;
  max-width: 140px;
  min-width: 120px;
  width: 33%;
}

/* Second to last child has bottom margin, unless it is .utnews__thumbnail */
.teaser.utnews-news > div > :nth-last-child(2):not(.utnews__thumbnail) {
  margin-bottom: 8px;
}

/* Prevent last element in .ut-copy (nested to 3 levels) from having bottom
margin. */
.teaser.utnews-news > div > :last-child,
.teaser.utnews-news > div > :last-child > :last-child,
.teaser.utnews-news > div > :last-child > :last-child > :last-child,
.teaser.utnews-news > div > :last-child > :last-child > :last-child :last-child {
  margin-bottom: 0;
}

/* Tablet styling */
@media screen and (min-width: 600px) {
  .teaser.utnews-news .utnews__thumbnail {
    max-width: 190px;
  }
}
