/* ==========================================================================
   ETHNOS R269 — TCHAT 1280x720 UNIQUEMENT
   Calibration directe sur la capture R268.

   Mesure visuelle :
   - trait : lignes 78-79
   - titre R268 : premier pixel ligne 77 (chevauchement)
   - cible : 4 lignes visuelles vides après le trait
            => lignes 80,81,82,83 vides
            => premier pixel du titre ligne 84

   Correction : descendre le titre de 7 px par rapport à R268.
   R268 top:-4px -> R269 top:3px.

   Bouton / trait / espace avant trait : NON TOUCHÉS.
   ========================================================================== */

@media (width:1280px) and (height:720px){
  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonDeepSearch > .salonExplorerSectionHead{
    position:relative !important;
    top:3px !important;
    margin-top:0 !important;
    transform:none !important;
  }
}

html[data-ethnos-format-1280="1"][data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isTchatDrawerOpen .memberExplorerPanel .salonDeepSearch > .salonExplorerSectionHead{
  position:relative !important;
  top:3px !important;
  margin-top:0 !important;
  transform:none !important;
}
