@charset "UTF-8";
.news-letterpress {
  --bl-measure: 70ch;
  --bl-plate: 760px;
  margin-top: 4em;
  text-align: center;
}
.news-letterpress .bl-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  margin-bottom: 1.5rem;
}
.news-letterpress .bl-rule {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 60ch;
  margin: 0 auto;
}
.news-letterpress .bl-rule::before, .news-letterpress .bl-rule::after {
  content: "";
  flex: 1;
  height: 1px;
  background: currentColor;
  opacity: 0.45;
}
.news-letterpress .bl-ornament {
  font-size: 0.7rem;
  line-height: 1;
  opacity: 0.7;
}
.news-letterpress .bl-title {
  max-width: 90%;
  margin: 0.85rem auto;
}
.news-letterpress .bl-title h1 {
  margin: 0.85rem auto;
  line-height: 1.15;
}
.news-letterpress .bl-source {
  font-size: 0.76rem;
  margin-top: 1.25rem;
  opacity: 0.85;
}
.news-letterpress .bl-intro {
  font-style: italic;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1.5;
  max-width: 44ch;
  margin: 1.5rem auto 0;
}
.news-letterpress .bl-plate {
  max-width: var(--bl-plate);
  margin: 2.5rem auto;
}
.news-letterpress .bl-plate img {
  display: block;
  width: 100%;
  height: auto;
}
.news-letterpress .bl-body {
  max-width: var(--bl-measure);
  margin: 0 auto;
  text-align: left;
  line-height: 1.8;
}
.news-letterpress .bl-body > p {
  margin: 0 0 1.15em;
}
.news-letterpress .bl-body > p:last-child {
  margin-bottom: 0;
}
.news-letterpress .bl-body > p:first-of-type::first-letter {
  float: left;
  font-size: 3.4em;
  line-height: 0.82;
  padding: 0.06em 0.1em 0 0;
  font-weight: 700;
}
.news-letterpress .bl-body blockquote {
  width: 100vw;
  max-width: 44ch;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin: 2.5rem 0;
  text-align: center;
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.6;
}
.news-letterpress .bl-body blockquote::before {
  content: "𐀢";
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  opacity: 0.7;
  margin-bottom: 0.75rem;
}
.news-letterpress .bl-body blockquote p:last-child {
  margin-bottom: 0;
}
.news-letterpress .bl-body blockquote cite {
  display: block;
  margin-top: 0.75rem;
  font-style: normal;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.news-letterpress .bl-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2rem auto;
}
.news-letterpress .bl-actions {
  margin-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.news-letterpress .bl-ornament-solo {
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .news-letterpress {
    --bl-measure: 100%;
  }
  .news-letterpress .bl-title {
    max-width: 100%;
  }
  .news-letterpress .bl-intro {
    font-size: 1rem;
  }
  .news-letterpress .bl-plate {
    margin: 2rem auto;
  }
  .news-letterpress .bl-body {
    line-height: 1.7;
  }
  .news-letterpress .bl-body > p:first-of-type::first-letter {
    font-size: 2.8em;
  }
}/*# sourceMappingURL=view.css.map */