/* images-styles.css — SetVivo pillar page image styles */

[data-content] figure {
  margin: 2rem 0;
}

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

[data-content] figure figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: #8a8f96;
  margin-top: 0.5rem;
  line-height: 1.5;
  font-family: 'Source Sans 3', sans-serif;
}

[data-content="hero"] figure {
  margin: 0 auto;
}

@media (max-width: 768px) {
  [data-content] figure {
    margin: 1.5rem 0;
  }
  [data-content] figure figcaption {
    font-size: 0.8rem;
    padding: 0 0.5rem;
  }
}
