/* Style perso d'origine */
p.biblio {}
a.paper {font-style:normal; color:#00C}
span.journal {}
span.ref {}
span.authors {}
p.warning {font-weight:bold; font-size:larger; color: red}
p.warning a {font-weight:bold; color: purple}
span.me {font-style:italic;}
span.comments {font-style:italic;}


/* Code généré par GLM-5.3-Flash, variante GGUF Q_8 */
/* Filet de sécurité : masque les tags même si l'attribut hidden était retiré */
.biblio .tags {
  display: none;
}

/* Zone de filtrage */
#tagzone {
  margin: 1em 0;
  padding: 0.5em;
}

#tagzone label {
  margin-right: 1em;
  white-space: nowrap;
  cursor: pointer;
}

/* État des références filtrées */
.biblio.tag-hidden {
  display: none;
}

#tagzone .tagrow {
  display: flex;
  flex-wrap: wrap;          /* les étiquettes se replient sur plusieurs lignes */
  align-items: center;
}

#tagzone .tagrowlabel {
  font-weight: bold;
  margin-right: 1em;
}

#tagzone label {
  cursor: pointer;
  white-space: nowrap;      /* une étiquette (case + son texte) reste d'un bloc */
}

