body.news-page section#content > h1 {
  font-size: 1.5em;
  font-weight: 700; }

.news-article__card {
  background-color: var(--content-background-color, #F5F5F5);
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  transition: box-shadow 0.2s ease; }
  .news-article__card:hover {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.02), 0px 5px 10px rgba(0, 0, 0, 0.04), 0px 12px 20px rgba(0, 0, 0, 0.04); }
  .news-article__card .link-large h4 {
    margin-bottom: 0;
    font-weight: 600; }
  .news-article__card .news-article__excerpt {
    margin-bottom: 16px;
    line-height: 1.625em; }

.news-article__btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 12px;
  background-color: var(--tabs-side-block-active-background-color, #00203a);
  color: #ffffff !important;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, box-shadow 0.2s ease; }
  .news-article__btn:hover {
    background-color: #0A1D3D;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0px 4px 12px rgba(0, 32, 58, 0.25); }
  .news-article__btn:active {
    background-color: #001528;
    color: #ffffff !important; }

.news-article__read-more {
  align-self: flex-start;
  margin-top: auto; }

.news-article__back {
  margin-top: 24px; }

.news-article__views {
  width: 16px; }

.news-article__pic-cont {
  padding-bottom: 66%;
  border-radius: 12px;
  overflow: hidden; }
  .news-article__pic-cont img {
    object-fit: cover;
    border-radius: 12px;
    background: url("../../img/no-picture.svg") center center no-repeat var(--listing-thumbnail-background-color, #EDEDED); }

.news-article__content {
  line-height: 1.625em; }
  .news-article__content img {
    max-width: 100% !important;
    height: auto !important; }
