.news_test_notice {
  border-bottom: 1px solid #ddd;
  background: #f3f3f3;
  color: #555;
  font-size: 13px;
}

.news_test_notice .layout_main {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.news_test_notice strong {
  color: #830018;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.news_test_notice a {
  color: #830018;
  font-weight: 700;
}

.news_test_shell {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 60px;
  align-items: start;
  margin-top: 38px;
  margin-bottom: 70px;
}

.news_test_article,
.news_test_sidebar {
  min-width: 0;
}

.news_test_article {
  grid-column: 2;
}

.news_test_sidebar {
  grid-column: 1;
  grid-row: 1;
}

.news_test_breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 22px;
  color: #777;
  font-size: 14px;
}

.news_test_breadcrumbs a {
  color: #830018;
  font-weight: 700;
  text-decoration: none;
}

.news_test_header {
  padding-top: 22px;
  border-top: 6px solid #830018;
}

.news_test_label_row {
  display: flex;
  gap: 9px;
  align-items: center;
  margin-bottom: 17px;
}

.news_test_category,
.news_test_important {
  color: #830018;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.news_test_important {
  padding: 5px 8px;
  background: #830018;
  color: #fff;
  font-size: 12px;
}

.news_test_header h1 {
  max-width: 980px;
  margin: 0;
  color: #111;
  font-size: clamp(40px, 4vw, 58px);
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -.035em;
}

.news_test_subtitle {
  max-width: 900px;
  margin: 20px 0 0;
  color: #454545;
  font-size: 22px;
  line-height: 1.4;
}

.news_test_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 28px;
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
}

.news_test_author {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: #171717;
  text-decoration: none;
}

.news_test_author img {
  display: block;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 50%;
  object-fit: cover;
}

.news_test_author span,
.news_test_author strong,
.news_test_author small {
  display: block;
}

.news_test_author strong {
  font-size: 16px;
  line-height: 1.25;
}

.news_test_author small {
  margin-top: 3px;
  color: #777;
  font-size: 13px;
}

.news_test_publish_meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px 16px;
  color: #707070;
  font-size: 13px;
}

.news_test_publish_meta time {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.news_test_hero {
  margin: 10px 0 0;
}

.news_test_hero > a,
.news_test_hero img {
  display: block;
  width: 100%;
}

.news_test_hero img {
  height: auto;
  background: #eee;
}

.news_test_hero figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 0 14px;
  border-bottom: 1px solid #ddd;
  color: #666;
  font-size: 13px;
  line-height: 1.4;
}

.news_test_hero figcaption small {
  margin-left: auto;
  color: #777;
  white-space: nowrap;
}

.news_test_hero figcaption a {
  color: #830018;
}

.news_test_reading_column {
  max-width: 790px;
  margin: 0 auto;
}

.news_test_body {
  padding-top: 34px;
  color: #202020;
  font-size: 20px;
  line-height: 1.62;
}

.news_test_article_no_hero .news_test_meta {
  padding-bottom: 0;
}

.news_test_article_no_hero .news_test_body {
  padding-top: 4px;
}

.news_test_body > p {
  margin: 0 0 24px;
}

.news_test_body > p:first-child {
  color: #111;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.5;
}

.news_test_body h2,
.news_test_body h3 {
  margin: 38px 0 17px;
  color: #111;
  font-weight: 900;
  line-height: 1.18;
}

.news_test_body h2 {
  font-size: 32px;
}

.news_test_body h3 {
  font-size: 26px;
}

.news_test_body ul,
.news_test_body ol {
  margin: 0 0 26px;
  padding-left: 27px;
}

.news_test_body li {
  margin-bottom: 10px;
}

.news_test_body blockquote {
  margin: 34px 0;
  padding: 4px 0 4px 25px;
  border-left: 5px solid #830018;
  color: #333;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.45;
}

.news_test_body img,
.news_test_body video,
.news_test_body iframe {
  max-width: 100%;
}

.news_test_body a {
  color: #830018;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.news_test_extra_photo {
  margin: 32px 0;
}

.news_test_extra_photo img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.news_test_source {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  margin-top: 32px;
  padding: 17px 0;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  font-size: 14px;
}

.news_test_source span {
  color: #6b6b6b;
}

.news_test_source a {
  color: #830018;
  font-weight: 800;
}

.news_test_related {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 4px solid #830018;
}

.news_test_related h2 {
  margin: 0 0 19px;
  color: #111;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.1;
}

.news_test_related_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.news_test_related_card {
  min-width: 0;
  border-bottom: 2px solid transparent;
}

.news_test_related_card a {
  display: block;
  height: 100%;
  color: #171717;
  text-decoration: none;
}

.news_test_related_card a:hover {
  color: #830018;
}

.news_test_related_card img {
  display: block;
  width: 100%;
  height: auto;
  background: #eee;
  object-fit: cover;
}

.news_test_related_card h3 {
  margin: 10px 0 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.22;
}

.news_test_ad {
  margin: 28px 0;
}

.news_test_ad_feed {
  max-width: 790px;
  margin: 38px auto 0;
}

.news_test_sidebar {
  padding-left: 0;
}

.news_test_sidebar .article {
  width: 100% !important;
}

.news_test_sidebar .article_media_wrapper img {
  width: 100%;
  height: auto;
}

@media (max-width: 1040px) {
  .news_test_shell {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 36px;
  }

  .news_test_header h1 {
    font-size: 44px;
  }
}

@media (max-width: 820px) {
  .news_test_shell {
    display: block;
    padding: 0 18px;
  }

  .news_test_sidebar {
    margin-top: 48px;
  }

  .news_test_notice .layout_main {
    padding: 8px 18px;
  }
}

@media (max-width: 600px) {
  .news_test_notice .layout_main {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.45;
  }

  .news_test_notice strong,
  .news_test_notice span {
    display: block;
  }

  .news_test_shell {
    margin-top: 25px;
    padding: 0 14px;
  }

  .news_test_header {
    padding-top: 16px;
    border-top-width: 4px;
  }

  .news_test_header h1 {
    font-size: 34px;
    line-height: 1.08;
  }

  .news_test_subtitle {
    margin-top: 15px;
    font-size: 19px;
  }

  .news_test_meta {
    display: block;
    margin-top: 22px;
    padding: 16px 0;
  }

  .news_test_publish_meta {
    justify-content: flex-start;
    margin-top: 14px;
  }

  .news_test_hero {
    margin-right: -14px;
    margin-left: -14px;
  }

  .news_test_hero figcaption {
    display: block;
    padding-right: 14px;
    padding-left: 14px;
  }

  .news_test_hero figcaption small {
    display: block;
    margin-top: 5px;
    white-space: normal;
  }

  .news_test_body {
    padding-top: 26px;
    font-size: 18px;
    line-height: 1.6;
  }

  .news_test_body > p:first-child {
    font-size: 20px;
  }

  .news_test_body h2 {
    font-size: 27px;
  }

  .news_test_related {
    margin-top: 34px;
  }

  .news_test_related_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .news_test_related_card h3 {
    font-size: 15px;
  }

}

.news_test_editorial_verification {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 2px 0 0;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.4;
}

.news_test_editorial_verification span {
  display: inline-grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  background: #830018;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.news_test_editorial_verification a {
  color: #830018;
  font-weight: 800;
  text-decoration: none;
}

.news_test_editorial_verification a:hover {
  text-decoration: underline;
}
