.elementor-948 .elementor-element.elementor-element-17b3498d{--display:flex;}/* Start custom CSS *//* Import Ubuntu Font */
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');


.legal-container {
  font-family: 'Ubuntu', sans-serif;
   max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  color: #333;
  line-height: 1.6;
}

.legal-header {
  margin-bottom: 2rem;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}

.legal-header h1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #000;
}


.toc {
  background-color: #f9f9f9;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}

.toc p {
  margin: 0.5rem 0;
  font-weight: 500;
}

.legal-section {
  margin-bottom: 2.5rem;
}

.legal-section h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #000;
}

.legal-section p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin-bottom: 1rem;
}

.legal-section strong {
  font-weight: 500;
}

.legal-section ul {
  margin-left: 2rem;
  margin-bottom: 1.5rem;
}

.legal-section ul li {
  margin-bottom: 0.5rem;
}


@media (max-width: 768px) {
  .legal-container {
    padding: 1rem;
  }
  
  .legal-header h1 {
    font-size: 2rem;
  }
  
  .legal-section h2 {
    font-size: 1.3rem;
  }
  
  .toc {
    padding: 1rem;
  }
}/* End custom CSS */