.site-contact-footer {
  display: grid;
  gap: 10px;
  padding: 20px 18px;
  border-top: 1px solid #dce3ee;
  color: #334155;
  background: #ffffff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
}

.site-contact-footer[hidden] {
  display: none;
}

.site-contact-footer strong {
  color: #182033;
}

.site-contact-footer a {
  color: #1f6f5b;
  font-weight: 700;
  text-decoration: none;
}

.site-contact-footer a:hover {
  text-decoration: underline;
}

.site-contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}
