/*
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 .article i {
  margin-right: 10px;
  font-weight: 300;
}
section#legacy .article-text {
  font-size: 22px;
}
section#legacy .published-date {
  font-size: 16px;
}
section#legacy .about {
 border-top: 2px solid #f8f6f2;
}
section#legacy .about a {
  color: #407ec9;
}
section#legacy .about a:hover {
  color: #d9d9d9;
}
section#legacy .btn__more-news {
  border-color: #808080;
}
section#legacy .btn__more-news:hover,
section#legacy .btn__more-news:focus {
  color: #fff;
  background-color: #808080;
  border-color: #407ec9;
  transition: all ease-in-out 0.3s;
}

