/* Images Styles — KickValue */

figure {
  margin: 1.5em auto;
}

figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  text-align: center;
  font-size: 0.85em;
  color: #6b7280;
  margin-top: 0.5em;
  line-height: 1.45;
}

.hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

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

@media (max-width: 768px) {
  figure {
    margin: 1.25em auto;
  }

  .article-image {
    border-radius: 3px;
  }
}
