.section-dark .feature-list {
  color: rgba(255, 255, 255, .78);
}

.section-dark .feature-list li::before {
  color: var(--green);
}

.table-wrap {
  margin-top: 34px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(30, 20, 55, .06);
}

.table-wrap table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}

.table-wrap th,
.table-wrap td {
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.5;
}

.table-wrap th {
  color: var(--purple-dark);
  background: #f6f2ff;
  font-size: .84rem;
  font-weight: 850;
}

.table-wrap th:first-child { border-radius: 21px 0 0; }
.table-wrap th:last-child { border-radius: 0 21px 0 0; }
.table-wrap td { color: #494956; }
.table-wrap td:first-child { color: var(--ink); font-weight: 800; }
.table-wrap tbody tr:nth-child(even) td { background: #fbfaff; }
.table-wrap tbody tr:last-child td { border-bottom: 0; }

@media (max-width: 760px) {
  .table-wrap { margin-inline: -4px; border-radius: 16px; }
  .table-wrap table { min-width: 720px; }
  .table-wrap th,
  .table-wrap td { padding: 15px 16px; }
}
