/* Footer Component Styles */

.footer {
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: var(--text-secondary);
  font-size: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer p {
  margin-bottom: 0.5rem;
}

.footer p:last-child {
  margin-bottom: 0;
}

.footer-link {
  color: var(--accent);
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}
