.terms-container h1 {
  font-size: 1.75rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--p-surface-300);
}
.terms-container h2 {
  font-size: 1.35rem;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.terms-container h3 {
  font-size: 1.15rem;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.terms-container p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.terms-container ul, .terms-container ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}
.terms-container li {
  margin-bottom: 0.25rem;
}
.terms-container table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  overflow-x: auto;
}
.terms-container thead tr {
  border-bottom: 2px solid var(--p-surface-400);
}
.terms-container th {
  background-color: var(--p-gray-200);
  text-align: left;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border: 1px solid var(--p-surface-300);
  white-space: normal;
}
.terms-container td {
  padding: 0.75rem 1rem;
  border: 1px solid var(--p-surface-300);
  vertical-align: top;
}
.terms-container tbody tr:nth-child(even) {
  background-color: var(--p-surface-50);
}
.terms-container tbody tr:hover {
  background-color: var(--p-surface-100);
}