/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
.news-article h1 {
  max-width: 84rem;
}
.news-article footer {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.06);
  padding: 1.8rem 1.8rem 2.8rem;
  line-height: 1.5;
}
.news-article footer img {
  border: 3px solid #FAFAFA;
  width: 7.6rem;
  margin-right: 1.6rem;
}

.card-related__cat {
  position: relative;
  font-size: 1.6rem;
  padding-left: 2rem;
  line-height: 1.5;
}
.card-related__cat::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  top: 0.5em;
  border-radius: 50%;
  background-color: #64C764;
  box-shadow: 0 0 0 2px rgba(100, 199, 100, 0.2);
}
.card-related .btn {
  font-weight: normal;
  padding: 1.1rem 1.2rem;
}
