.oss-audit-note {
  font-size: 15px;
  color: #8b8b95;
  margin: 20px 0 0;
}
.oss-audit-card {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  padding: 40px;
}
.oss-audit-card__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
}
.oss-audit-card__row:first-child {
  padding-top: 0;
}
.oss-audit-card__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8b8b95;
}
.oss-audit-card__value {
  font-family: var(--oss-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #0a0a0f;
  text-align: right;
}
.oss-audit-card__foot {
  font-size: 17px;
  font-weight: 600;
  color: #0a0a0f;
  margin: 24px 0 0;
}
.oss-fit-rows {
  list-style: none;
  margin: 56px 0 0;
  padding: 0;
  border-top: 1px solid #e5e5e5;
}
.oss-fit-row {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 32px;
  align-items: center;
  padding: 32px 0px;
  border-bottom: 1px solid #e5e5e5;
}
.oss-fit-pill {
  justify-self: start;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: #f5f5f5;
  color: #8b8b95;
  white-space: nowrap;
}
.oss-fit-pill--yes {
  background: #e9f8ff;
  color: var(--oss-cyan);
}
.oss-fit-row__text {
  font-size: 18px;
  line-height: 1.6;
  color: #4a4a55;
  margin: 0;
}
@media (max-width: 760px) {
  .oss-fit-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
