/* ============================================
   Images Styles — CourtEdge
   ============================================ */

[data-content] figure {
  margin: 2rem 0;
  border-radius: 4px;
  overflow: hidden;
}

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

[data-content] figure figcaption {
  text-align: center;
  font-family: var(--font-body);
  font-size: 0.82rem;
  color: var(--color-text-secondary);
  margin-top: 0.6rem;
  line-height: 1.5;
  padding: 0 0.5rem;
}

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

  [data-content] figure figcaption {
    font-size: 0.78rem;
    padding: 0 0.25rem;
  }
}
