.terms-and-conditions {
  color: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.terms-and-conditions h1 {
  color: #111827;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.terms-and-conditions h2 {
  color: #111827;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 2.5rem 0 1rem;
  padding-left: 1rem;
  border-left: 4px solid #3b82f6;
}

.terms-and-conditions h3 {
  color: #111827;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 2rem 0 0.75rem;
}

.terms-and-conditions p {
  margin: 0 0 1rem;
}

.terms-and-conditions strong {
  color: #111827;
  font-weight: 600;
}

.terms-and-conditions ul {
  list-style-type: disc;
  margin: 0 0 1.25rem 1.25rem;
  padding: 0;
}

.terms-and-conditions li {
  margin-bottom: 0.5rem;
}

.terms-and-conditions a {
  color: #2563eb;
  text-decoration: underline;
  word-break: break-all;
}

.terms-and-conditions a:hover {
  color: #1d4ed8;
}
