.somaform-section-feature-comparison .somaform-section-title {
  margin-top: 0.75rem;
  max-width: 24ch;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.022em;
}

.somaform-section-feature-comparison .somaform-section-description {
  margin-top: 1rem;
  max-width: 58ch;
  font-size: 1rem;
  line-height: 1.75;
}

.somaform-compare-table-shell {
  margin-top: 2.5rem;
  overflow-x: auto;
  border: 1px solid var(--color-border);
  border-radius: 1.4rem;
  background: #fff;
}

.somaform-compare-table {
  width: 100%;
  min-width: 44rem;
  border-collapse: collapse;
  text-align: left;
}

.somaform-compare-table thead tr {
  border-bottom: 1px solid var(--color-border);
  background: var(--color-surface);
}

.somaform-compare-table thead th {
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-ink);
}

.somaform-compare-table tbody tr {
  border-bottom: 1px solid var(--color-border);
}

.somaform-compare-table tbody tr:last-child {
  border-bottom: 0;
}

.somaform-compare-table tbody th,
.somaform-compare-table tbody td {
  padding: 1rem 1.5rem;
  vertical-align: top;
}

.somaform-compare-table tbody th {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-ink);
}

.somaform-compare-table tbody td {
  font-size: 0.875rem;
  line-height: 1.75;
  color: var(--color-ink-70);
}

@media (min-width: 44rem) {
  .somaform-section-feature-comparison .somaform-section-title {
    font-size: 2.7rem;
  }

  .somaform-section-feature-comparison .somaform-section-description {
    font-size: 1.125rem;
    line-height: 2rem;
  }
}

@media (min-width: 70rem) {
  .somaform-section-feature-comparison .somaform-section-title {
    font-size: 3rem;
  }
}
