.single-news .news-detail .inner {
  max-width: calc(760px + 4%);
}

.news-detail__title {
  margin-top: 136px;
  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__meta {
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.news-detail__date {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #E4027F;
  font-weight: 500;
  line-height: 150%;
}

.news-detail__badge {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  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;
  width: 75px;
  height: 14px;
  border-radius: 30px;
  color: #fff;
  background: #E4027F;
}
@media screen and (max-width: 960px) {
  .news-detail__badge {
    font-weight: 400;
  }
}

.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: 24px;
}

.entry-content > :first-child {
  margin-top: 0 !important;
}
.entry-content h2 {
  margin: 40px auto 24px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  background: #E4027F;
}
@media screen and (max-width: 960px) {
  .entry-content h2 {
    margin-top: 24px;
    font-size: 20px;
  }
}
.entry-content h3 {
  margin: 40px auto 24px;
  padding-left: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .entry-content h3 {
    margin-top: 24px;
    font-size: 18px;
  }
}
.entry-content h3::before {
  content: "";
  position: absolute;
  border-radius: 3px;
  width: 5px;
  height: 20px;
  top: 6px;
  left: 0px;
  background: #E4027F;
}
.entry-content h4 {
  margin: 40px auto 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
@media screen and (max-width: 960px) {
  .entry-content h4 {
    margin-top: 24px;
    font-size: 16px;
  }
}
.entry-content .wp-block-image {
  margin: 40px auto 24px;
}
@media screen and (max-width: 960px) {
  .entry-content .wp-block-image {
    margin-top: 24px;
  }
}
.entry-content ul.wp-block-list {
  margin: 24px auto;
}
.entry-content ul.wp-block-list li {
  padding-left: 8px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}
.entry-content ul.wp-block-list li + li {
  margin-top: 8px;
}
.entry-content ul.wp-block-list li::before {
  background: #212121;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  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 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: 80px;
  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;
  }
}
.news__btn-wrapper .btn {
  max-width: 170px;
  max-height: 25px;
  font-size: 14px;
}