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

.sf-sa-checklist {
  border-radius: 14px !important;
  padding: 16px 20px !important;
  margin-bottom: 1.5rem !important;
  background: #ffffff !important;
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06) !important;
  font-size: 0.9rem !important;
  color: #0f172a !important;
  opacity: 1 !important;
  backdrop-filter: none !important;
}

.sf-sa-checklist__title {
  font-weight: 800 !important;
  margin-bottom: 0.5rem !important;
  color: #0f172a !important;
  font-size: 15px !important;
}

.sf-sa-checklist__subtitle {
  font-size: 0.8rem !important;
  color: #475569 !important;
  margin-bottom: 0.75rem !important;
}

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

.sf-sa-checklist__item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  padding: 8px 12px !important;
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 8px !important;
  color: #0f172a !important;
}

.sf-sa-checklist__status {
  width: 1.2rem !important;
  flex: 0 0 auto !important;
  font-weight: 700 !important;
}

.sf-sa-checklist__label {
  flex: 1 1 auto !important;
  color: #0f172a !important;
}
