/* Screenshot blocks: keep them centered and readable */
.md-typeset blockquote img {
  display: block;
  margin: 0.75rem auto;
  max-width: 500px;
  width: 100%;
  height: auto;
}

/* Optional: a tiny polish so screenshot blocks look intentional */
.md-typeset blockquote {
  border-left-width: 4px;
}
