/* Footer Components - The People Booking Platform */

.footer-minimal {
  border-top: 1px solid var(--color-border);
  background: var(--color-surface);
  padding: 18px 0;
  margin-top: var(--space-9);
}

.footer-minimal .footer-links {
  display: flex;
  gap: 12px 18px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

.footer-minimal .footer-links a {
  color: var(--color-text-muted);
}

.footer-minimal .footer-links a:hover {
  color: var(--color-text);
}

.footer-minimal .footer-copy {
  text-align: center;
  color: var(--color-text-muted);
  font-size: var(--font-size-sm);
}
