
/* PATCH 04_217 — Gabarits d’annonce vendeur */

.sf-seller-templates {
  border-radius: 6px;
  padding: 0.5rem 0.75rem;
  margin-bottom: 0.75rem;
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.05);
  font-size: 0.85rem;
}

.sf-seller-templates__title {
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.sf-seller-templates__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.sf-seller-templates__btn {
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.18);
  padding: 0.15rem 0.6rem;
  font-size: 0.78rem;
  background: #ffffff;
  cursor: pointer;
}

.sf-seller-templates__btn:hover {
  background: rgba(0,0,0,0.05);
}
