/* =========================================================================
   GM Base — Article Footer (CSS strutturale)
   ========================================================================= */

.gm-core-article-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article-footer__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.article-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

.article-footer__social .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-footer__social .social-links img {
  width: 24px;
  height: 24px;
  display: block;
}
