.articles-cta {
  text-align: center;
  margin: 1.5rem 0;
  display: flex;
  gap: .75rem;
  justify-content: center;
  flex-wrap: wrap;
}
.articles-cta a {
  background: var(--primary);
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.articles-cta a:hover {
  background: #0097a7;
}
