body.legal-page {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  color: #333;
  margin: 0;
  padding: 0;
}

.legal-wrapper {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
}

.legal-wrapper h1 {
  color: #c20000;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.legal-wrapper section {
  margin-bottom: 2rem;
}

.legal-wrapper a {
  color: #c20000;
  text-decoration: none;
}

.legal-wrapper a:hover {
  text-decoration: underline;
}

.business-info {
  background: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
}
.nav-links ul {
  list-style: none;
  display: flex;
  gap: 1.5rem;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

.signon-button {
  background-color: #c20000;
  color: #fff;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
}

.hamburger-menu {
  display: none; /* Enable for mobile */
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger-menu .bar {
  width: 25px;
  height: 3px;
  background-color: #333;
}

.menu-label {
  font-size: 0.75rem;
  margin-top: 4px;
  color: #333;
}

.rsk-marquee-container {
  background-color: #e9e6e6; /* fallback if image fails */
  color: #fff;
  text-align: center;
  padding: 4rem 2rem;
}

.rsk-marquee-img-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.rsk-marquee-content h2 {
  font-size: 2.5rem;
  margin-top: 2rem;
  font-weight: bold;
  color: #fff;
}

.rsk-marquee-img-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rsk-marquee-overlay-card {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 2rem 3rem;
  border-radius: 8px;
  max-width: 90%;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  top: 110%;              /* 🔧 Adjust this value to move vertically */
  left: 50%;
  transform: translate(-50%, -50%);
}


.rsk-marquee-overlay-card h2 {
  font-size: 2rem;
  margin: 0;
  font-weight: bold;
}



.footer-links {
  text-align: center;
  padding: 1rem;
  background: #eee;
}

.footer-links a {
  margin: 0 1rem;
  color: #c20000;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}
