
/* PATCH 04_219 — États vides acheteur */

.sf-empty-state {
  border-radius: 8px;
  padding: 1.2rem 1.4rem;
  margin: 1rem 0;
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.04);
  text-align: left;
  font-size: 0.9rem;
}

.sf-empty-state__title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.sf-empty-state__body {
  font-size: 0.85rem;
  color: rgba(0,0,0,0.75);
}

.sf-empty-state__hint {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: rgba(0,0,0,0.6);
}
