/* EveryClaim — callout readability fix.
   Material renders admonitions/callouts (including the "short version"
   summary boxes) smaller than body text, which read small on screen.
   Bring them up to the same size as the body set in typography.css
   (0.9rem) so a summary box never reads smaller than the prose around it. */

.md-typeset .admonition,
.md-typeset details {
  font-size: 0.9rem;
}
