/*
 * Terms and Conditions Page Specific Styles
 */

/* List styling for better readability */
.terms-content ul {
  margin-bottom: 1rem;
}

.terms-content li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* Strong text styling */
.terms-content strong {
  color: var(--primary);
  font-weight: 600;
}

/* Terms-specific content spacing */
.terms-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
} 