:root {
  --comp-table-border-color: #efeae2;
  --simpler-cell-bg-color: #f6f9fc;
}

.comparison-table {
  border: 1px solid var(--comp-table-border-color);
  border-radius: 18px;
  overflow: hidden;
}
.comparison-table table {
  border-width: 0;
  margin: 0;
}
.comparison-table table thead {
  border: 0;
}
.comparison-table table thead tr th {
  background-color: #fbf9f5;
  border: 0;
  border-bottom: 1px solid var(--comp-table-border-color);
  padding: 17px 18px;
  text-align: left;
}
.comparison-table table thead tr th:first-child {
  color: #8a857c;
  font-size: 11.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 40%;
}
.comparison-table table thead tr th:nth-child(2) {
  background-color: var(--nav-color);
  color: #fff;
  width: 30%;
}
.comparison-table table tbody tr td {
  background-color: #fff;
  border: 0;
  border-top: 1px solid var(--comp-table-border-color);
  font-size: 15px;
  padding: 17px 18px;
}
.comparison-table table tbody tr td:nth-child(2) {
  background-color: var(--simpler-cell-bg-color);
  color: #33312d;
  font-size: 13.5px;
}
.comparison-table table tbody tr td:nth-child(3) {
  color: #aaa498;
  font-size: 13px;
}
.comparison-table table tbody tr td strong {
  font-size: 15.5px;
  color: var(--nav-color);
}
.comparison-table table tbody tr td sub {
  color: #8a857c;
  top: 0;
}
.comparison-table.has-icon table tbody tr td:nth-child(2) {
  background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg' color='%231a4d7d' stroke-width='1.5'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 1.25C6.06294 1.25 1.25 6.06294 1.25 12C1.25 17.9371 6.06294 22.75 12 22.75C17.9371 22.75 22.75 17.9371 22.75 12C22.75 6.06294 17.9371 1.25 12 1.25ZM7.53044 11.9697C7.23755 11.6768 6.76268 11.6768 6.46978 11.9697C6.17689 12.2626 6.17689 12.7374 6.46978 13.0303L9.46978 16.0303C9.76268 16.3232 10.2376 16.3232 10.5304 16.0303L17.5304 9.03033C17.8233 8.73744 17.8233 8.26256 17.5304 7.96967C17.2375 7.67678 16.7627 7.67678 16.4698 7.96967L10.0001 14.4393L7.53044 11.9697Z' fill='%231a4d7d'%3E%3C/path%3E%3C/svg%3E");
  background-position: 17px 18px;
  background-repeat: no-repeat;
  padding-left: 50px;
}