/* Tighten long config/option tables so they stay readable on small screens. */
.content table td,
.content table th {
  padding: 0.35rem 0.6rem;
}

/* Make note/callout blockquotes a little more distinct. */
.content blockquote {
  border-inline-start-width: 4px;
}
