/* ==========================================================================
CHS IN THE MEDIA GETTER FOR ALL COMPASS SITES
========================================================================== */
/* --------------------------------------------------------------------------
Articles in CHS In the Media Item Content Type
-------------------------------------------------------------------------- */
/* ------------------------------- TEXT/HTML ------------------------------ */
/* In the Media item */
.media-container {
  border-bottom: 1px solid lightgray;
  padding-top: 1rem;
}

.media-container:first-child,
.media-container:first-of-type {
  padding-top: 0;
}

.media-container:last-child,
.media-container:last-of-type {
  border-bottom: none;
}

.media-container__item__title {
  line-height: 1.1em;
  margin-bottom: 0.666667rem;
  padding-top: 0;
}

.media-container__item__title a {
  font-size: 1.4rem;
}

.media-container__item__date {
  margin: 0.5rem auto;
  font-weight: 700;
  color: #d43900;
  padding-top: 0.444444rem;
}

.media-container__item__descrip {
  line-height: 1.5rem;
  margin-bottom: 1rem;
  padding-top: 0.444444rem;
}

