.single-news .breadcrumbs-wrapper {
  margin-top: 128px;
  padding-inline: 48px;
}
@media screen and (max-width: 960px) {
  .single-news .breadcrumbs-wrapper {
    margin-top: 120px;
    padding-inline: 24px;
  }
}
.single-news #breadcrumbs span {
  color: #333C43;
}
@media screen and (max-width: 960px) {
  .single-news #breadcrumbs span {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 40px;
  }
}
.single-news #breadcrumbs .breadcrumb_last {
  color: #909090;
}
.single-news #breadcrumbs a::after {
  background: #909090;
}
.single-news .inner {
  max-width: calc(740px + 4%);
}
@media screen and (min-width: 961px) {
  .single-news .inner {
    padding-top: 120px;
  }
}

.news-detail__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}

.news-detail__date {
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.news-detail__category {
  padding: 2px 12px 4px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #D9D9D9;
  font-family: "Crimson Pro", serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 100%;
}

.news-detail__title {
  margin-top: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .news-detail__title {
    margin-top: 16px;
    font-size: 24px;
  }
}

.news-detail__share {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .news-detail__share {
    margin-top: 16px;
  }
}

.share-buttons__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.share-buttons__link--copy {
  padding: 0;
  background: none;
  border: none;
}

.news-detail__thumbnail {
  margin-top: 60px;
}

.news-detail__content {
  margin-top: 64px;
}
@media screen and (max-width: 960px) {
  .news-detail__content {
    margin-top: 60px;
  }
}

.entry-content > :first-child {
  margin-top: 0;
}
.entry-content h2 {
  margin: 64px auto 24px;
  padding-bottom: 16px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .entry-content h2 {
    font-size: 20px;
  }
}
.entry-content h2::before {
  background: #D9D9D9;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}
.entry-content h2::after {
  background: #333C43;
  content: "";
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.entry-content h3 {
  margin: 56px auto 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 16px;
  background: #F5F5F5;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
}
@media screen and (max-width: 960px) {
  .entry-content h3 {
    font-size: 18px;
  }
}
.entry-content h4 {
  margin: 40px auto 24px;
  padding-left: 56px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .entry-content h4 {
    font-size: 16px;
  }
}
.entry-content h4::before {
  background: #333C43;
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  left: 0;
  top: 14px;
}
.entry-content .wp-block-image {
  margin: 40px auto 24px;
}
.entry-content .wp-block-table {
  margin: 24px auto;
}
.entry-content .wp-block-table td {
  padding: 16px 24px;
  border-color: #D9D9D9;
}
.entry-content .wp-block-table tr td:first-of-type {
  background: #F5F5F5;
  vertical-align: middle;
}
.entry-content ul.wp-block-list {
  margin: 24px auto;
}
.entry-content ul.wp-block-list li {
  padding-left: 24px;
  position: relative;
}
.entry-content ul.wp-block-list li + li {
  margin-top: 8px;
}
.entry-content ul.wp-block-list li::before {
  background: #333C43;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry-content ol.wp-block-list {
  counter-reset: list-counter;
  list-style: none;
}
.entry-content ol.wp-block-list li {
  padding-left: 24px;
  counter-increment: list-counter;
  position: relative;
}
.entry-content ol.wp-block-list li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
}
.entry-content .wp-block-quote {
  margin: 24px auto;
  padding: 30px;
  border: 1px solid #D9D9D9;
  background: #FFF;
}
@media screen and (max-width: 960px) {
  .entry-content .wp-block-quote {
    padding: 24px;
  }
}
.entry-content .wp-block-quote p {
  margin: 0;
}
.entry-content p {
  margin: 24px auto;
}
.entry-content p a {
  color: #417ED9;
  font-size: 14px;
  font-weight: 700;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.news__btn-wrapper {
  margin-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .news__btn-wrapper {
    margin-top: 48px;
  }
}