/* Give quoted passages enough separation to read as distinct content. */
div[role="main"] blockquote {
  margin: 1.5rem 0;
  padding: 0.75rem 1.25rem;
  border-left: 0.375rem solid rgba(var(--bs-primary-rgb), 0.7);
  border-radius: 0 0.25rem 0.25rem 0;
  background: rgba(var(--bs-primary-rgb), 0.06);
}

div[role="main"] blockquote > :last-child {
  margin-bottom: 0;
}
