
/* PATCH 04_215 — SuperAdmin Aide contextuelle */

[data-sf-help] {
  position: relative;
}

.sf-sa-help-badge {
  position: absolute;
  top: 0.35rem;
  right: 0.35rem;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.15);
  background: #ffffff;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  color: rgba(0,0,0,0.7);
}

.sf-sa-help-badge:hover {
  background: rgba(0,0,0,0.04);
}

.sf-sa-help-popover {
  position: absolute;
  top: 2rem;
  right: 0.35rem;
  z-index: 50;
  max-width: 260px;
  padding: 0.6rem 0.75rem;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.12);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  font-size: 0.8rem;
  color: rgba(0,0,0,0.8);
}

.sf-sa-help-popover__title {
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.sf-sa-help-popover__text {
  font-size: 0.78rem;
  line-height: 1.3;
}
