.post-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 70ch !important;
}

.post-wide-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80ch !important;
  font-size: 1.125rem;
}

.prose {
  max-width: 70ch !important;
}

picture {
  max-width: 100%;
  height: auto;
}

.block-raw_html iframe,
.block-embed iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

blockquote::before {
  content: "\201C";
  display: block;
  font-size: 32px;
  height: 0;
  left: -5px;
  top: -15px;
  position: absolute;
}

blockquote::after {
  content: "\201D";
  display: block;
  font-size: 32px;
  height: 0;
  right: 5px;
  bottom: 0;
  position: absolute;
}

.article-image-box {
  min-height: 200px;
  max-height: 220px;
}

.product-image {
  aspect-ratio: 1 / 1;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 500px;
  border-radius: 1rem;
}

.article-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  object-fit: cover;
  border-radius: 8px;
  vertical-align: middle;
  border-style: none;
}

.pill-box {
  background-color: rgba(145, 158, 171, 0.16) !important;
}

@media (min-width: 1024px) {
  .post-container {
    font-size: 1.125rem;
  }
}

@media (min-width: 768px) {
  blockquote::before {
    font-size: 40px;
    left: -20px;
    top: -20px;
  }

  blockquote::after {
    font-size: 40px;
    right: 0;
    bottom: -10px;
  }

  .article-image-box {
    min-height: 340px;
    max-height: 360px;
  }

  .md\:prose {
    max-width: 70ch !important;
  }
}
