/* EscapeVelocity user guide — screenshot + layout polish */

:root {
  --ev-shot-radius: 10px;
}

/* Frame every screenshot so it reads as a UI capture, not inline art. */
.md-typeset img {
  border-radius: var(--ev-shot-radius);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10), 0 8px 28px rgba(0, 0, 0, 0.14);
  max-width: 100%;
}

[data-md-color-scheme="slate"] .md-typeset img {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 8px 30px rgba(0, 0, 0, 0.55);
}

.md-typeset figure {
  margin: 1.4rem 0;
}

.md-typeset figure img {
  display: block;
  margin-inline: auto;
}

.md-typeset figcaption {
  margin-top: 0.5rem;
  font-size: 0.78rem;
  line-height: 1.4;
  opacity: 0.72;
  text-align: center;
}

/* Keyboard shortcut chips in tables read a touch tighter. */
.md-typeset kbd {
  font-size: 0.8em;
}

/* Give the shortcut-reference tables a little more breathing room. */
.md-typeset table:not([class]) th {
  white-space: nowrap;
}
