.header-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.header-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
}

.header-social-link {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary);
  box-shadow: var(--shadow);
  text-decoration: none;
}

.header-social-link:hover {
  background: #e7f0ec;
  color: var(--primary);
}

.header-social-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.legal-social {
  margin: 0 0 1rem;
  justify-content: flex-start;
}

.footer-social-section {
  margin-top: 1rem;
}

.footer-social-section .footer-column-title {
  margin: 0 0 0.8rem;
  font-size: 1rem;
}

.footer-social-compact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
}

.footer-social-compact .footer-social-link {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.7rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #ffffff;
  color: var(--primary);
  text-decoration: none;
  font-weight: 700;
  box-shadow: var(--shadow);
}

.footer-social-compact .footer-social-icon {
  width: 1.35rem;
  height: 1.35rem;
}

.rss-copy-button {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

button.header-social-link.rss-copy-button {
  padding: 0;
}

.footer-social-compact button.footer-social-link.rss-copy-button {
  border: 1px solid var(--border);
}

.rss-copy-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
