/* ==========================================================================
   COMPARISON TABLE
   ========================================================================== */

.btjek-comparison__header {
  text-align: center;
  margin-bottom: 32px;
}

.btjek-comparison__table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.btjek-comparison__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.btjek-comparison__table th,
.btjek-comparison__table td {
  padding: 14px 20px;
  text-align: center;
  border-bottom: 1px solid var(--btjek-border);
}

.btjek-comparison__table th {
  font-weight: 600;
  color: var(--btjek-heading);
  background: var(--btjek-offwhite);
}

.btjek-comparison__feature-col {
  text-align: left !important;
  font-weight: 500;
  color: var(--btjek-body);
}

.btjek-comparison__highlight {
  background: var(--btjek-primary-light) !important;
  color: var(--btjek-primary);
  font-weight: 600;
}

.btjek-comparison__check {
  color: var(--btjek-green);
  width: 20px;
  height: 20px;
}

.btjek-comparison__dash {
  color: var(--btjek-muted);
  font-size: 16px;
}


