/* The Warren pilot uses the Library's established reading measure and type. */

.sarum-status {
  margin: 1.5rem auto 2rem;
  padding: 0.9rem 1.1rem;
  max-width: 42rem;
  color: var(--ink-2);
  background: var(--surface);
  border: 1px solid var(--rule);
  border-left: 3px solid var(--accent);
  font-size: 0.94rem;
  line-height: 1.55;
}

.source-page {
  display: block;
  margin: 0 0 1.15rem;
  color: var(--ink-3);
  font: 500 0.68rem var(--font-display);
  letter-spacing: 0.09em;
  text-align: right;
  text-transform: uppercase;
}

.source-page a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.rubric {
  color: var(--rubric);
  font-family: var(--font-italic);
  font-style: italic;
}

.rubric + p,
.rubric + blockquote {
  margin-top: 0.4rem;
}

.liturgical-response {
  margin: 1rem auto 1.2rem;
  max-width: 34rem;
  color: var(--ink-2);
  font-family: var(--font-italic);
  text-align: center;
}

.liturgical-response p {
  margin: 0.15rem 0;
  text-indent: 0;
}

.prayer {
  margin: 1.2rem 0 1.35rem;
  text-align: justify;
}

.prayer + .prayer {
  margin-top: 1.8rem;
}

.prayer-label {
  margin: 0 0 0.45rem;
  color: var(--ink-2);
  font-family: var(--font-italic);
  font-style: italic;
  text-align: center;
}

.sarum-section-heading {
  margin: 1.8rem 0 0.8rem;
  color: var(--ink-1);
  font: 600 1rem var(--font-display);
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
}

.sarum-verse {
  margin: 1.2rem auto 1.35rem;
  max-width: 34rem;
}

.sarum-verse p {
  margin: 0;
  line-height: 1.5;
  text-indent: 0;
}

.sarum-verse-shaped {
  max-width: 27rem;
}

.verse-indent-1 {
  display: inline-block;
  padding-left: 1.25rem;
}

.verse-indent-2 {
  display: inline-block;
  padding-left: 2.5rem;
}

.rubric-roman {
  font-style: normal;
}

.pilot-note {
  margin: 2rem auto 0;
  padding-top: 1rem;
  max-width: 42rem;
  color: var(--ink-3);
  border-top: 1px solid var(--rule);
  font-size: 0.86rem;
  line-height: 1.55;
}

@media (max-width: 600px) {
  .source-page {
    text-align: left;
  }

  .prayer,
  article.chapter > p {
    text-align: left;
  }

  .verse-indent-1 {
    padding-left: 0.75rem;
  }

  .verse-indent-2 {
    padding-left: 1.5rem;
  }
}
