.news-single {
  color: var(--news-single-color);
}
.news-single__title {
  color: var(--news-single-title);
  font-size: 64px;
  line-height: 1;
  max-width: 939px;
  width: 100%;
  -webkit-line-clamp: inherit;
}
.news-single__social-share {
  border-bottom: solid 1px var(--news-single-social-share);
  display: flex;
  justify-content: flex-end;
  padding-bottom: 16px;
  margin-bottom: 8px;
}
.news-single__social-share-list {
  display: flex;
}
.news-single__social-share-list li:not(:last-child) {
  margin-right: 16px;
}
.news-single__date,
.news-single__caption {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.33;
}
.news-single__embed {
  border-radius: 30px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .news-single__title {
    font-size: 32px;
    margin: 8px 0 32px;
  }
  .news-single__social-share {
    justify-content: flex-start;
    margin-bottom: 16px;
  }
}