.s-post {
  margin: clamp(32px, 6vw, 60px) 0;
  font-size: clamp(14px, 1.5vw, 20px);
}

.s-post__content iframe {
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/8;
  display: block;
}

.s-post__column-in {
  top: 110px;
}

.s-post__recent-item {
  color: #ffeb6c;
  text-decoration: underline;
}

.s-post__recent-item:hover {
  color: #ffeb6c;
}

.s-post__recent-thumb {
  width: 80px;
  height: 80px;
}

.s-post__recent-thumb img {
  left: 0;
  top: 0;
  object-fit: cover;
}

.s-post__recent-body {
  flex: 1 1;
}

.share-this {
  border-color: #000 !important;
}

.share-this__list {
  gap: 10px;
}

.share-this__btn {
  width: 45px;
  height: 45px;
  background: #ffeb6c;
  color: #000;
}

.share-this__btn svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.share-this__btn:hover {
  background: #ffca2c;
}

@media screen and (min-width: 992px) {
  .s-post__content {
    padding-right: clamp(20px, 4vw, 80px);
  }
}