.footer {
  background-color: var(--footer-bg);
  color: white;
  padding: 1.5rem 1rem;
}

.footer-container {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.footer-text {
  font-size: 0.875rem;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.footer-divider {
  width: 1px;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
}
