/* =============================================================
   DAAT — Lien Khavroutha
   À inclure sur toutes les pages siman (index + niveaux).
   Lien discret, intégré en bas du contenu, vers
   /communaute.html#khavroutha
   ============================================================= */

.daat-khavroutha-fab {
  display: flex;
  width: max-content;
  max-width: 90%;
  margin: 36px auto 28px;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #1A1F3A;
  text-decoration: none;
  padding: 9px 18px;
  border: 1px solid rgba(197, 165, 90, 0.55);
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}

.daat-khavroutha-fab:hover {
  background: #C5A55A;
  color: #1A1F3A;
  border-color: #C5A55A;
}

.daat-khavroutha-fab .icon {
  font-size: 14px;
  line-height: 1;
}

@media print {
  .daat-khavroutha-fab { display: none !important; }
}
