/* termsofservicepage.css */

.terms-of-service-content {
  align-items: stretch;
  line-height: 26px;
  padding: 32px;
  background-color: var(--colors-table-rowbgcolor);
  border-radius: 16px;
  color: var(--colors-text-colortext);
  margin-top: 24px;
}

.terms-of-service-content .tos-effective-date {
  font-size: 14px;
  color: var(--colors-text-colortexttertiary);
  margin-bottom: 24px;
}

.terms-of-service-content .section-h2 {
  font-size: 18px;
  font-weight: 600;
  color: var(--colors-text-colortext);
  margin-top: 20px;
  margin-bottom: 12px;
}

.terms-of-service-content .tos-acknowledgment {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--colors-border-colorborder);
  text-align: center;
  font-size: 14px;
}

.terms-of-service-content ul {
  margin-left: 24px;
  margin-bottom: 16px;
}

.terms-of-service-content ul li {
  margin-bottom: 8px;
}

.terms-of-service-content a {
  color: var(--colors-primary-colorprimary);
  text-decoration: none;
}

.terms-of-service-content a:hover {
  text-decoration: underline;
}

.terms-of-service-content p {
  margin-bottom: 16px;
}

.terms-of-service-content .section-h1 {
  margin-top: 32px;
  margin-bottom: 16px;
}
