/* =====================================================
   IMAGES STYLES — GreenSwing
   ===================================================== */

.at-a-glance:has(> div:nth-child(3):last-child) {
  grid-template-columns: repeat(3, 1fr);
}

figure {
  margin: 2rem 0;
  text-align: center;
}

figure img.article-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35), 0 2px 4px rgba(0, 0, 0, 0.25);
}

figure figcaption {
  text-align: center;
  font-size: 0.82em;
  color: #6B7385;
  margin-top: 0.7em;
  line-height: 1.5;
  font-style: italic;
}

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

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

  figure figcaption {
    font-size: 0.78em;
    padding: 0 0.5rem;
  }
}
