/* R257 — 1280x720 TCHAT UNIQUEMENT
   Mesure F12 confirmée :
   .salonDeepSearch padding-top calculé = 5px
   delta section -> titre = 5px
   Correction directe : padding-top = 4px.
   On neutralise les déplacements artificiels du titre.
*/

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:4px !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:0 !important;
  margin-top:0 !important;
  transform:none !important;
}

/* Fallback exact viewport, même résultat sans dépendre des marqueurs format. */
@media (width:1280px) and (height:720px){
  html[data-ethnos-ui="discord-r111"]
  body.isTchatDrawerOpen .memberExplorerPanel .salonDeepSearch{
    margin-top:0 !important;
    padding-top:4px !important;
    border-top:0 !important;
  }

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