.audit-list {
  display: grid;
}

.audit-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 2px;
  border-bottom: 1px solid var(--line);
}

.audit-row:last-child {
  border-bottom: 0;
}

.audit-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  background: #edf3ff;
  color: var(--brand);
  font-style: normal;
  font-weight: 900;
}

.audit-row strong,
.audit-row small {
  display: block;
}

.audit-row strong {
  font-size: 13px;
}

.audit-row small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
}
