/* ==========================================================================
   ETHNOS R273 — TCHAT 1280x720 — CORRECTION DE SPECIFICITE

   F12 authentifie :
   - R267 impose encore padding-bottom:5px !important
   - R269 impose encore top:3px !important
   - R272 matche, mais perd car ses selecteurs sont moins specifiques
   - body.isTchatDrawerOpen est bien present quand le Tchat est ouvert

   R273 reprend EXACTEMENT la specificite gagnante des anciennes regles,
   puis fixe les valeurs ciblees :
   - padding-bottom:4px
   - titre top:-1px

   1366x768 / 1536x864 / autres formats : NON TOUCHES.
   ========================================================================== */

html[data-ethnos-format-1280="1"][data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isTchatDrawerOpen .memberExplorerPanel .salonQuickSearch{
  position:relative !important;
  margin-bottom:0 !important;
  padding-bottom:4px !important;
  border-bottom:0 !important;
}

html[data-ethnos-format-1280="1"][data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isTchatDrawerOpen .memberExplorerPanel .salonQuickSearch::after{
  content:"" !important;
  display:block !important;
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  top:auto !important;
  bottom:0 !important;
  width:auto !important;
  height:1px !important;
  margin:0 !important;
  background:rgba(149,205,218,.38) !important;
  pointer-events:none !important;
}

html[data-ethnos-format-1280="1"][data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isTchatDrawerOpen .memberExplorerPanel .salonQuickSearch::before{
  content:none !important;
  display:none !important;
}

html[data-ethnos-format-1280="1"][data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isTchatDrawerOpen .memberExplorerPanel .salonDeepSearch{
  position:relative !important;
  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::before,
html[data-ethnos-format-1280="1"][data-ethnos-r234-1280="1"][data-ethnos-ui="discord-r111"]
body.isTchatDrawerOpen .memberExplorerPanel .salonDeepSearch::after{
  content:none !important;
  display: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:-1px !important;
  margin-top:0 !important;
  transform:none !important;
}
