/* ==============================================
   Images Styles — SETPOINT
   ============================================== */

figure {
  margin: 2em auto 2em auto;
  max-width: 100%;
}

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

figure img.hero-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

figcaption {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  color: #6b7280;
  margin-top: 0.65rem;
  line-height: 1.45;
  padding: 0 1rem;
}

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

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

  figcaption {
    font-size: 0.75rem;
    padding: 0 0.5rem;
  }
}
