.footer-dark {
  background: var(--rsc-footer-bg);
  color: var(--rsc-footer-text);
  padding: 36px 0;
}

.footer-dark a {
  color: #9bd0ff;
}

.footer-dark a:hover {
  color: #fff;
}

.footer-title {
  color: #fff;
  font-weight: 800;
  margin-bottom: 6px;
}

.footer-dark .copyright {
  color: rgba(255, 255, 255, .62);
  font-size: .86rem;
  margin: 18px 0 0;
}
