/**
 * Legal Pages Styles (Mentions légales, Politique de confidentialité, etc.)
 */

.suzuki-legal-page {
  background: #fff;
  min-height: 60vh;
}

.suzuki-legal-content {
  max-width: 900px;
  margin: 0 auto;
}

.suzuki-legal-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000;
  border-bottom: 3px solid #000;
  padding-bottom: 1rem;
}

.suzuki-legal-section h2 {
  font-weight: 600;
  color: #000;
  margin-top: 2rem;
}

.suzuki-legal-section p {
  line-height: 1.8;
  color: #333;
  margin-bottom: 1rem;
}

.suzuki-legal-section ul {
  line-height: 1.8;
  color: #333;
  padding-left: 1.5rem;
}

.suzuki-legal-section ul li {
  margin-bottom: 0.5rem;
}

.suzuki-legal-info-box,
.suzuki-legal-contact-box {
  border-left: 4px solid #000;
  background: #f8f9fa !important;
}

.suzuki-legal-info-box p,
.suzuki-legal-contact-box p {
  margin-bottom: 0.5rem;
}

.suzuki-legal-section a {
  color: #000;
  text-decoration: underline;
  font-weight: 500;
}

.suzuki-legal-section a:hover {
  color: #666;
}

@media (max-width: 768px) {
  .suzuki-legal-title {
    font-size: 2rem;
  }
  
  .suzuki-legal-section h2 {
    font-size: 1.25rem;
  }
}
