.site-footer {
  background: var(--dd-text);
  color: var(--text-inverse);
  padding: 28px 32px;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.8;
}

.site-footer > div + div {
  margin-top: 6px;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.9);
  /*text-decoration: none;*/
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: var(--brand-accent);
}
