/* line 7, view.scss */
.bulletin-letterpress {
  --bl-measure: 70ch;
  --bl-plate: 760px;
  margin-top: 4em;
  text-align: center; }
  /* line 16, view.scss */
  .bulletin-letterpress .bl-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    margin-bottom: 1.5rem; }
  /* line 23, view.scss */
  .bulletin-letterpress .bl-rule {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 60ch;
    margin: 0 auto; }
    /* line 30, view.scss */
    .bulletin-letterpress .bl-rule::before, .bulletin-letterpress .bl-rule::after {
      content: "";
      flex: 1;
      height: 1px;
      background: currentColor;
      opacity: 0.45; }
  /* line 39, view.scss */
  .bulletin-letterpress .bl-ornament {
    font-size: 0.7rem;
    line-height: 1;
    opacity: 0.7; }
  /* line 45, view.scss */
  .bulletin-letterpress .bl-title {
    max-width: 90%;
    margin: 0.85rem auto; }
  /* line 50, view.scss */
  .bulletin-letterpress .bl-title h1 {
    margin: 0.85rem auto;
    line-height: 1.15; }
  /* line 55, view.scss */
  .bulletin-letterpress .bl-source {
    font-size: 0.76rem;
    margin-top: 1.25rem;
    opacity: 0.85; }
  /* line 61, view.scss */
  .bulletin-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; }
  /* line 73, view.scss */
  .bulletin-letterpress .bl-plate {
    max-width: var(--bl-plate);
    margin: 2.5rem auto; }
    /* line 80, view.scss */
    .bulletin-letterpress .bl-plate img {
      display: block;
      width: 100%;
      height: auto; }
  /* line 90, view.scss */
  .bulletin-letterpress .bl-body {
    max-width: var(--bl-measure);
    margin: 0 auto;
    text-align: left;
    line-height: 1.8; }
    /* line 96, view.scss */
    .bulletin-letterpress .bl-body > p {
      margin: 0 0 1.15em; }
    /* line 100, view.scss */
    .bulletin-letterpress .bl-body > p:last-child {
      margin-bottom: 0; }
    /* line 105, view.scss */
    .bulletin-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; }
    /* line 115, view.scss */
    .bulletin-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; }
      /* line 127, view.scss */
      .bulletin-letterpress .bl-body blockquote::before {
        content: "\10022";
        display: block;
        font-size: 0.75rem;
        font-style: normal;
        opacity: 0.7;
        margin-bottom: 0.75rem; }
      /* line 136, view.scss */
      .bulletin-letterpress .bl-body blockquote p:last-child {
        margin-bottom: 0; }
      /* line 138, view.scss */
      .bulletin-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; }
    /* line 148, view.scss */
    .bulletin-letterpress .bl-body img {
      display: block;
      max-width: 100%;
      height: auto;
      margin: 2rem auto; }
  /* line 156, view.scss */
  .bulletin-letterpress .bl-actions {
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px; }
  /* line 163, view.scss */
  .bulletin-letterpress .bl-ornament-solo {
    font-size: 0.8rem; }
  @media (max-width: 768px) {
    /* line 7, view.scss */
    .bulletin-letterpress {
      --bl-measure: 100%; }
      /* line 170, view.scss */
      .bulletin-letterpress .bl-title {
        max-width: 100%; }
      /* line 171, view.scss */
      .bulletin-letterpress .bl-intro {
        font-size: 1rem; }
      /* line 172, view.scss */
      .bulletin-letterpress .bl-plate {
        margin: 2rem auto; }
      /* line 173, view.scss */
      .bulletin-letterpress .bl-body {
        line-height: 1.7; }
        /* line 176, view.scss */
        .bulletin-letterpress .bl-body > p:first-of-type::first-letter {
          font-size: 2.8em; } }

/*# sourceMappingURL=view.css.map */
