/* Section 05 — Comparison table */

.tfc-apt-table-wrap{
  overflow:auto;
  margin-top:28px;
  border-radius:26px;
  border:1px solid var(--tfc-border);
  box-shadow:var(--tfc-shadow-soft);
  background:#fff;
}

.tfc-apt-table{
  width:100%;
  min-width:850px;
  border-collapse:collapse;
}

.tfc-apt-table th,
.tfc-apt-table td{
  padding:18px;
  border-bottom:1px solid #edf2f7;
  vertical-align:top;
}

.tfc-apt-table th{
  background:#f8fbff;
  color:#344054;
  font-size:13px;
  letter-spacing:.06em;
  text-transform:uppercase;
  text-align:left;
  font-weight:950;
}

.tfc-apt-table td{
  color:#475467;
  font-weight:750;
}

.tfc-apt-table td:first-child{
  color:var(--tfc-ink);
  font-weight:950;
}

.tfc-apt-good{
  color:#059669;
  font-weight:1000;
}

.tfc-apt-no{
  color:#dc2626;
  font-weight:1000;
}

.tfc-apt-maybe{
  color:#b45309;
  font-weight:1000;
}
