.matrix-wrap {
  background: #fff;
  border: 1px solid #cfd3ca;
  box-shadow: 0 18px 50px #07191d12;
}

.matrix {
  min-width: 720px;
}

.matrix th,
.matrix td {
  padding: 18px;
  border-right: 1px solid #dfe1db;
}

.matrix th:last-child,
.matrix td:last-child {
  border-right: 0;
}

.matrix thead th {
  background: #07191d;
  color: #fff;
}

.matrix thead .recommended {
  background: #126a55;
}

.matrix thead small {
  display: block;
  margin-top: 5px;
  color: #b9f1df;
  font-size: 9px;
  letter-spacing: .12em;
}

.matrix tbody th {
  background: #fff;
  text-align: left;
  font-weight: 600;
}

.matrix tbody tr:nth-child(even) th,
.matrix tbody tr:nth-child(even) td {
  background: #f7f6f1;
}

.matrix .yes,
.matrix .no {
  width: 18%;
  font: 800 24px/1 Manrope, sans-serif;
}

.matrix .no {
  color: #9a4d48;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
