/* ===================================================
   FOOTER
   =================================================== */
.footer {
  background: #000000;
  padding: 48px 20px 24px;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-logo {
  height: 48px;
  width: auto;
  margin-bottom: 6px;
}

.footer-copy {
  color: rgba(255,255,255,.6);
  font-size: .75rem;
  letter-spacing: .04em;
  text-align: center;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .75rem;
}

.footer-links a {
  color: #D3111A;
  text-decoration: underline;
}

.footer-links span {
  color: rgba(255,255,255,.3);
}
