.notation-figure {
  margin: 1.25rem 0;
  text-align: center;
}

.notation-figure img {
  max-width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 0.5rem;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.notation-figure figcaption {
  margin-top: 0.35rem;
  color: var(--color-text-muted, #888);
  font-size: 0.95rem;
}
