/* Minimal custom styling - let furo theme handle everything */

/* Image sizing only - keep them readable but not huge */
img {
  max-width: 50%;
  height: auto;
  display: block;
  margin: 1.5em auto;
}

p img {
  max-width: 60%;
}

.document img {
  max-width: 500px;
}

/* Hide copy button, keep source button */
button[data-copy-source]:not([class*="dropdown"]) {
  display: none !important;
}


