/* ===== Article Images ===== */

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

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

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

[data-content="hero"] figure {
  margin: 1.5rem auto;
  max-width: 740px;
}

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

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

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

  [data-content] figcaption {
    font-size: 0.8rem;
    padding: 0 0.25rem;
  }
}
