/* Styling for legal footer (applies across all pages) */
.gr-legal-footer {
  background: #0f4a3b;
  color: #f1f1f1;
  padding: 2rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5;
}
.gr-legal-footer a {
  color: #d4a74f;
  text-decoration: none;
}
.gr-legal-footer a:hover {
  text-decoration: underline;
}
.gr-legal-company {
  margin: 1rem 0;
}
.gr-legal-links {
  margin: 1rem 0;
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.gr-legal-copy {
  margin-top: 1rem;
  text-align: center;
  font-size: 0.75rem;
  opacity: 0.8;
}