.prayer-page {
  max-width: 38rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem;
  color: var(--ink);
}
.prayer-page h1 { font-size: 1.875rem; line-height: 1.15; }
.oc-prayer-table { width: 100%; border-collapse: collapse; }
.oc-prayer-table th, .oc-prayer-table td {
  font-family: var(--font-body);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  padding: .5rem 0;
  border: 0;
  text-align: left;
}
.oc-prayer-table td { text-align: right; }
.prayer-source, .prayer-caution { font-size: .8125rem; line-height: 1.5; }
.prayer-source a { display: inline-block; padding: .75rem 0; overflow-wrap: anywhere; }
.oc-prayer-note { font-family: var(--font-body); font-size: .8125rem; line-height: 1.4; font-variant-numeric: tabular-nums; }
.oc-prayer-note a { display: inline-flex; align-items: center; min-height: 2.75rem; max-width: 100%; }
.prayer-month { overflow-x: auto; }
.prayer-month th, .prayer-month td { padding: .5rem; text-align: left; }
@media print {
  .prayer-page { max-width: none; padding: 0; }
  .prayer-month { overflow: visible; }
  .prayer-month th, .prayer-month td { font-size: .65rem; padding: .25rem; }
  tr { break-inside: avoid; }
}
