.post_content .edi h6 {
  color: oklch(45% 0.085 224.283);
  font-size: 18px;
  line-height: 1.3;
}

.post_content .edi p {
  color: #333;
  font-weight: 700;
  line-height: 1.8;
}

.post_content h6.lef,
.post_content p.le {
  margin-left: 50px;
}

.post_content blockquote.reddit-embed-bq {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
  margin: 20px 0 !important;
  max-width: 100%;
  overflow: hidden;
  padding: 0 !important;
}

.post_content blockquote.reddit-embed-bq::before,
.post_content blockquote.reddit-embed-bq::after {
  content: none !important;
}

.post_content blockquote.reddit-embed-bq iframe {
  max-width: 100%;
}

.post_content .tamaya-youtube-embed {
  box-sizing: border-box;
  margin: 0 auto 18px;
  max-width: 720px;
  width: 100%;
}

.post_content .tamaya-youtube-embed iframe,
.post_content iframe.tamaya-youtube-iframe,
.post_content .bgc iframe[src*="youtube.com/embed"],
.post_content .bgc iframe[src*="youtube-nocookie.com/embed"] {
  border: 0;
  display: block;
  height: clamp(190px, 36vw, 405px) !important;
  margin: 0 auto 18px;
  max-width: 100%;
  width: min(100%, 720px) !important;
}

@media screen and (max-width: 550px) {
  .post_content h6.lef,
  .post_content p.le {
    margin-left: 24px;
  }

  .post_content .tamaya-youtube-embed iframe,
  .post_content iframe.tamaya-youtube-iframe,
  .post_content .bgc iframe[src*="youtube.com/embed"],
  .post_content .bgc iframe[src*="youtube-nocookie.com/embed"] {
    height: 52vw !important;
  }
}
