/* Paper SVGs are sized in millimetres; stretch them to the
   content column when a notebook marks the image. */
.md-typeset img.figure-full {
  width: 100%;
  height: auto;
}

/* Grouping headers on the API reference page. */
.md-typeset h2.api-group {
  font-size: 1.85em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin-top: 1.8em;
  margin-bottom: 0.6em;
  padding-bottom: 0.25em;
  border-bottom: 2px solid
    var(--md-default-fg-color--lightest);
}
