._container_1m2sp_1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}

._tableContainer_1m2sp_7 {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
._tableContainer_1m2sp_7 th,
._tableContainer_1m2sp_7 td {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid var(--borderLighter);
}
._tableContainer_1m2sp_7 th {
  font-weight: 600;
}

._subText_1m2sp_21 {
  font-size: 0.85rem;
  color: var(--textLighter);
}

._reportPass_1m2sp_26 {
  font-weight: 600;
  color: var(--success);
  margin-right: 0.5rem;
}

._reportFail_1m2sp_32 {
  font-weight: 600;
  color: var(--error);
  margin-right: 0.5rem;
}

._noReport_1m2sp_38 {
  color: var(--textLighter);
  font-style: italic;
}

._actions_1m2sp_43 {
  display: flex;
  gap: 0.5rem;
}