@import url("/answers/answers.css?v=10");

.compare-table-wrap {
  margin: 24px 0 38px;
  max-width: 100%;
  overflow-x: auto;
}

.compare-table {
  border-collapse: separate;
  border-spacing: 0 4px;
  min-width: 600px;
  width: 100%;
}

.compare-table th,
.compare-table td {
  border: 0;
  color: rgba(255,255,255,.8);
  line-height: 1.55;
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
}

.compare-table th {
  background: #006c6e;
  color: #fff;
  font-weight: 800;
}

.compare-table th:first-child {
  border-radius: 6px 0 0 6px;
}

.compare-table th:last-child {
  border-radius: 0 6px 6px 0;
}

.compare-table td {
  background: #111b23;
}

.compare-table td:first-child {
  color: #fff;
  font-weight: 700;
}

.compare-best-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 20px 0 32px;
}

.compare-best-card {
  background: #111b23;
  border: 0;
  border-radius: 8px;
  padding: 22px;
}

.compare-best-card h3 {
  margin-top: 0;
}

.compare-source-list {
  font-size: 14px;
}

@media (max-width: 640px) {
  .compare-best-grid {
    grid-template-columns: 1fr;
  }
}
