.elementor-4509 .elementor-element.elementor-element-7492353{--display:flex;--background-transition:0.3s;}/* Start custom CSS for text-editor, class: .elementor-element-22b22b4 */.terms-conditions {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.terms-conditions h1 {
  color: #2c3e50;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 1rem;
}

.terms-conditions h2 {
  color: #16a085;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.terms-conditions p {
  margin-bottom: 1.2rem;
}

.terms-conditions ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

.terms-conditions li {
  margin-bottom: 0.5rem;
}

.terms-conditions strong {
  color: #2c3e50;
  font-weight: 600;
}

.terms-conditions a {
  color: #2980b9;
  text-decoration: none;
  transition: color 0.2s;
}

.terms-conditions a:hover {
  color: #1a5276;
  text-decoration: underline;
}

/* Responsive design */
@media (max-width: 768px) {
  .terms-conditions {
    padding: 1.5rem;
  }

  .terms-conditions h1 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .terms-conditions h2 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
  }
}/* End custom CSS */