.news-article {
  margin: 0 auto;
}
@media (min-width: 750px) {
  .news-article {
    max-width: 80vw;
  }
}
@media (min-width: 1000px) {
  .news-article {
    max-width: 900px;
  }
}
.news-article__image {
  width: 100%;
  margin: auto;
  aspect-ratio: 16/9;
  background-color: #18191e;
}
.news-article__image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.news-article__title {
  margin: 20px 0 0 0;
  font-weight: 900;
  font-size: 28px;
}
@media (min-width: 400px) {
  .news-article__title {
    font-size: 30px;
  }
}
@media (min-width: 550px) {
  .news-article__title {
    font-size: 32px;
  }
}
@media (min-width: 750px) {
  .news-article__title {
    font-size: 36px;
    margin: 25px 0 0;
  }
}
@media (min-width: 1000px) {
  .news-article__title {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .news-article__title {
    font-size: 44px;
  }
}
@media (min-width: 1400px) {
  .news-article__title {
    font-size: 48px;
  }
}
.news-article__date {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin: 10px 0 20px;
}
@media (min-width: 550px) {
  .news-article__date {
    font-size: 18px;
    margin: 15px 0 25px;
  }
}
@media (min-width: 1000px) {
  .news-article__date {
    font-size: 20px;
  }
}
.news-article__line {
  height: 1px;
  background-color: #000;
}
.news-article__leader {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin: 20px 0;
  font-size: 24px;
  line-height: 1.3em;
}
@media (min-width: 400px) {
  .news-article__leader {
    font-size: 26px;
  }
}
@media (min-width: 550px) {
  .news-article__leader {
    font-size: 28px;
  }
}
@media (min-width: 750px) {
  .news-article__leader {
    font-size: 32px;
    margin: 30px 0;
  }
}
.news-article__body {
  line-height: 1.4em;
}
.news-article__body a {
  border-bottom: 1px solid #000;
}
.news-article__body a:hover, .news-article__body a:focus-visible {
  border-bottom: 4px solid #000;
}
.news-article__footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.news-article__footer-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid transparent;
  position: relative;
  white-space: nowrap;
  max-width: 100%;
}
@media (min-width: 1111px) {
  .news-article__footer-link {
    gap: 8px;
  }
}
.news-article__footer-link span {
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-article__footer-link:hover:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 20px;
  right: 0;
  height: 1px;
  background-color: #000;
}
@media (min-width: 900px) {
  .news-article__footer-link:hover:after {
    left: 22px;
  }
}
@media (min-width: 1111px) {
  .news-article__footer-link:hover:after {
    left: 29px;
  }
}
.news-article__footer-link img {
  height: 16px;
  transform: rotate(90deg);
}
@media (min-width: 550px) {
  .news-article__footer-link img {
    height: 18px;
  }
}
@media (min-width: 900px) {
  .news-article__footer-link img {
    height: 20px;
  }
}
@media (min-width: 1111px) {
  .news-article__footer-link img {
    height: 22px;
  }
}
.news-article__footer-link--right {
  margin-left: auto;
}
.news-article__footer-link--right img {
  order: 1;
  transform: rotate(-90deg);
}
.news-article__footer-link--right:hover:after {
  right: 20px;
  left: 0;
}
@media (min-width: 900px) {
  .news-article__footer-link--right:hover:after {
    right: 22px;
  }
}
@media (min-width: 1111px) {
  .news-article__footer-link--right:hover:after {
    right: 29px;
  }
}

/*# sourceMappingURL=news-article.css.map */
