/* =============================================
   IMAGES STYLES — Badminton Wetten Pillar
   ============================================= */

/* Hero image */
[data-content="hero"] figure {
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0 1.5rem;
}

[data-content="hero"] figure img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 0 auto;
}

[data-content="hero"] figcaption {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
}

/* Body article images */
[data-content] figure {
  margin: 2.5rem 0;
  max-width: 100%;
}

[data-content] figure img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  margin: 0 auto;
}

[data-content] figure figcaption {
  text-align: center;
  font-size: 0.875rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
  line-height: 1.4;
  padding: 0 1rem;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  [data-content] figure {
    margin: 2rem 0;
  }

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