/* ===== Images Styles — GolClave ===== */

figure {
  margin: 2rem 0;
  line-height: 0;
}

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

figcaption {
  line-height: 1.5;
  text-align: center;
  font-size: 0.85rem;
  color: #6b6b66;
  margin-top: 0.6rem;
  padding: 0 0.5rem;
}

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

[data-content="hero"] figure img {
  border-radius: 6px;
  aspect-ratio: 1200 / 630;
  object-fit: cover;
}

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

  figure img {
    border-radius: 3px;
  }

  figcaption {
    font-size: 0.8rem;
  }
}
