.legal-page-v2 {
  /* This is the light grey background for the full section */
  background-color: #f5f5f5;
  padding: 80px 0;
  color: #000;
  min-height: 100vh;
}

.legal-document-wrapper {
  max-width: 900px;
  margin: 0 auto;
  /* This is the white background for the content "card" */
  background-color: #ffffff;
  /* Internal padding so text doesn't hit the edges */
  padding: 60px;
  /* Subtle shadow for a professional document look */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}

.legal-header h1 {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 50px;
  color: #000;
  text-align: left;
}

.legal-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #333;
}

.legal-content h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 25px;
  color: #000;
}

.legal-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 15px;
  color: #000;
}

.legal-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.legal-content li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

.legal-content li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
}

.entity-info-block {
  margin: 25px 0;
  padding: 20px;
  background-color: #fafafa;
  border-left: 4px solid #000;
}

.entity-info-block p {
  margin-bottom: 8px;
  font-size: 15px;
}

.last-updated-footer {
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  font-weight: 600;
  font-size: 14px;
  color: #666;
}

@media (max-width: 768px) {
  .legal-header h1 {
    font-size: 32px;
  }
  .legal-page-v2 {
    padding: 40px 15px;
  }
  .legal-document-wrapper {
    padding: 30px 20px;
  }
}
