/*
put any CSS shared by all instances
of this component here. Also be sure to add this file
to the styleRefs array in elastic
*/

section#legacy .news-list-item {
  border-bottom: 2px solid #f8f6f2;
}
section#legacy .news-list-item:last-of-type {
  border-bottom: none;
}
section#legacy .news-list-item h3 {
  font-size: 28px;
}
section#legacy .news-list-item p {
  font-size: 20px;
  margin-bottom: 0;
}
section#legacy .news-list-item a {
  font-size: 18px;
}

section#legacy .published-date {
  font-size: 16px;
}

section#legacy .published-date i {
  font-weight: 300;
  margin-right: 10px
}
