.seo-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-contact-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--theme-palette-color-5, #fff);
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.seo-contact-links a:hover {
  background: var(--theme-palette-color-4, #c0a54f);
  color: var(--theme-palette-color-1, #231f20);
  transform: translateY(-1px);
}

.ct-footer .seo-contact-links a {
  background: rgba(255, 255, 255, 0.08);
}

.seo-archive-intro {
  max-width: 760px;
  margin: 0 0 2rem;
  padding: 1.5rem;
  background: var(--theme-palette-color-8, #fff);
  border-radius: 12px;
  box-shadow: 0 12px 18px -6px rgba(33, 55, 99, 0.11);
}

.seo-archive-intro h1 {
  margin: 0 0 0.5rem;
  color: var(--theme-palette-color-3, #212735);
}

.seo-archive-intro p {
  margin: 0;
}

.seo-contact-card a {
  font-weight: 700;
  text-decoration: none;
}

.seo-contact-card a:hover {
  text-decoration: underline;
}
