/* ==========================================================================
   IMAGES — FogadóPénz
   ========================================================================== */

[data-content] figure {
  margin: 2em 0;
}

[data-content] figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

[data-content] figcaption {
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.85rem;
  color: var(--color-muted);
  margin-top: 0.6rem;
  line-height: 1.5;
}

@media (max-width: 768px) {
  [data-content] figure {
    margin: 1.5em 0;
  }

  [data-content] figure img {
    border-radius: 4px;
  }
}
