
/* PATCH 04_218 — Bouton “Dupliquer cette annonce” */

.sf-seller-dup-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.5rem;
}

.sf-seller-dup-btn {
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.18);
  padding: 0.25rem 0.9rem;
  font-size: 0.8rem;
  background: #ffffff;
  cursor: pointer;
}

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