/* images-styles.css — Quintabet pillar image styles */

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

[data-content] figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

[data-content] figcaption {
  text-align: center;
  font-size: 0.85rem;
  color: #7a7267;
  margin-top: 0.6rem;
  line-height: 1.5;
  font-style: italic;
}

@media (max-width: 768px) {
  [data-content] figure {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  [data-content] figure img {
    border-radius: 4px;
  }
}
