/* ===== FOOTER ===== */

.footer {
  margin-top: 60px;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 18px;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__spacer {
  flex: 1;
}

.footer__right {
  font-size: 14px;
  color: #6b7280;

  display: flex;
  align-items: center;
  gap: 8px;
}

.footer__link {
  color: #374151;
  text-decoration: none;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__sep {
  color: #9ca3af;
}
