<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------- Captions -------------- */
.caption {
  margin-bottom: 1.2em;
}
.caption &gt; * {
  background: #F3F3F3;
  padding: 0.5ex;
  border: 1px solid #CCC;
}
.caption &gt; figcaption {
  border: 1px solid #CCC;
  border-top: none;
  padding-top: 0.5ex;
  font-size: small;
  text-align: center;
}

/* Override Bartik's default blockquote and pre styles when captioned. */
.caption-pre &gt; pre,
.caption-blockquote &gt; blockquote {
  margin: 0;
}
.caption-blockquote &gt; figcaption::before {
  content: "â€” ";
}
.caption-blockquote &gt; figcaption {
  text-align: left; /* LTR */
}
[dir="rtl"] .caption-blockquote &gt; figcaption {
  text-align: right;
}
</pre></body></html>