/* ==========================================================================
   Images Styles — Bundesliga Langzeitwetten Pillar
   ========================================================================== */

/* Hero image */
[data-content="hero"] figure {
  position: relative;
  z-index: 1;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

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

[data-content="hero"] figure figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: #555555;
  margin-top: 0.5rem;
}

/* Article images (in-content) */
figure {
  margin: 2rem 0;
  max-width: 100%;
}

figure .article-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
}

figure figcaption {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  color: #555555;
  margin-top: 0.5rem;
  line-height: 1.5;
}

/* Dark mode adjustments */
@media (prefers-color-scheme: dark) {
  figure .article-image {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25), 0 1px 3px rgba(0, 0, 0, 0.15);
  }

  figure figcaption,
  [data-content="hero"] figure figcaption {
    color: #A0A0A0;
  }
}

/* Responsive */
@media (max-width: 600px) {
  figure {
    margin: 1.5rem 0;
  }

  figure .article-image {
    border-radius: 4px;
  }
}
