/* Unique style for this article only */

.visuals {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.diagram img {
  max-width: 780px;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 22px rgba(12, 30, 70, 0.06);
}

.diagram figcaption {
  font-size: 0.92rem;
  color: #556;
  margin-top: 8px;
  text-align: center;
}
