/* ── 10. IMAGES ──────────────────────────────────────────────────────────── */

.md-typeset img {
  border: 1px solid var(--border-mid);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(44,71,120,0.13), 0 1px 2px rgba(44,71,120,0.08);
}

/* Exempt logo and UI icons */
.md-header__button img,
.md-logo img,
.md-nav__icon img,
img.twemoji {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}