.tool-layout {
  align-items: start;
}

.table-scroll {
  overflow-x: auto;
}

.comparison-table {
  min-width: 760px;
}

.table-row-title {
  display: block;
  font-weight: 700;
  color: var(--thp-text);
}

.table-note {
  display: block;
  margin-top: 6px;
  color: var(--thp-muted);
  font-size: .86rem;
  line-height: 1.5;
  font-weight: 500;
}

.compact-table th {
  width: 48%;
}

.bullet-list {
  margin: 0;
  padding-left: 1.2rem;
  color: var(--thp-muted);
  line-height: 1.7;
}

.check-option {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
}

.check-option input {
  margin-top: 3px;
}

@media (max-width: 780px) {
  .comparison-table {
    min-width: 680px;
  }
}
