.rs-article,
.rs-product-single {
  max-width: 860px;
  padding: 40px 0 20px;
}
.rs-article-hero {
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #eadfd6;
}
.rs-article-hero img,
.rs-product-single img {
  width: 100%;
  display: block;
}
.rs-article-body {
  font-size: 16px;
  line-height: 1.75;
  color: #5c4f47;
}
.rs-article-body p {
  margin: 0 0 16px;
}
.rs-article-body a {
  color: #c26a3a;
}
.rs-video-frame {
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 24px;
  border-radius: 16px;
  overflow: hidden;
  background: #2b211c;
}
.rs-video-frame iframe,
.rs-video-frame video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
