/* Footer Legal Info Styles */
.footer-legal {
  margin-top: 1.5rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 0.85rem;
  line-height: 1.6;
  opacity: 0.8;
}

.footer-legal p {
  margin: 0.3rem 0;
}

.footer-legal a {
  color: var(--yellow);
  text-decoration: none;
  transition: opacity 0.3s;
}

.footer-legal a:hover {
  opacity: 0.8;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .footer-legal {
    font-size: 0.75rem;
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .footer-legal {
    font-size: 0.7rem;
  }
}
