.site-footer {
  max-width: 80rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 3rem;
  width: 100%;
  font-size: 0.8125rem;
  color: #fff;
  border-top: 1px solid rgb(39 39 42);
}

.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.site-footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  flex: 1 1 auto;
  min-width: 0;
}

.site-footer .footer-copyright {
  margin: 0;
  margin-left: auto;
  flex: 0 0 auto;
  text-align: right;
  white-space: nowrap;
}

.site-footer a {
  color: #f9b815;
  text-decoration: none;
  font-weight: 600;
}

.site-footer a:hover {
  color: #fde047;
}
