
/* PATCH 04_214 — SuperAdmin Checklist “Mise en route” */

.sf-sa-checklist {
  border-radius: 8px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.5rem;
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.9rem;
}

.sf-sa-checklist__title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.sf-sa-checklist__subtitle {
  font-size: 0.8rem;
  color: rgba(0,0,0,0.6);
  margin-bottom: 0.75rem;
}

.sf-sa-checklist__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sf-sa-checklist__item {
  display: flex;
  align-items: flex-start;
  gap: 0.35rem;
  margin-bottom: 0.35rem;
}

.sf-sa-checklist__status {
  width: 1.2rem;
  flex: 0 0 auto;
}

.sf-sa-checklist__label {
  flex: 1 1 auto;
}
