/* ==========================================================================
   ETHNOS R268 — TCHAT 1280x720 — CALIBRATION SUR CAPTURE R267

   Mesure visuelle de la capture utilisateur :
   - bouton -> trait : 4 px visuels : DÉJÀ CORRECT, NE PAS TOUCHER
   - trait -> premier pixel visible du titre : ~12 px
   - cible : 4 px visuels
   => remonter uniquement le titre de 8 px visuels.

   Aucun changement du séparateur ni de l'espace supérieur.
   ========================================================================== */

@media (width:1280px) and (height:720px){
  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonDeepSearch{
    margin-top:0 !important;
    padding-top:0 !important;
    border-top:0 !important;
  }

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

/* Même correction sur les marqueurs 1280 réellement présents. */
html[data-ethnos-format-1280="1"][data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isTchatDrawerOpen .memberExplorerPanel .salonDeepSearch{
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !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:-4px !important;
  margin-top:0 !important;
  transform:none !important;
}
