/* ==========================================================================
   ETHNOS R258 — 1280x720 UNIQUEMENT — TCHAT — ESPACEMENTS VISUELS
   CIBLE :
   Rechercher -> 4 px VIDES -> trait 1 px -> 4 px VIDES -> titre visible.
   ========================================================================== */

/* Rechercher -> trait : géométrie déjà validée à 4px, conservée. */
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:5px !important; /* 4px vides + séparateur 1px */
  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;
  bottom:0 !important;
  height:1px !important;
  margin:0 !important;
  background:rgba(149,205,218,.38) !important;
}

/* Trait -> titre :
   on supprime le padding historique de la SECTION qui faussait la lecture visuelle.
   Le premier enfant reçoit l'espace dédié de 4px. */
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:0 !important;
  transform:none !important;
  margin-top:4px !important;
}

/* Fallback exact 1280x720. */
@media (width:1280px) and (height:720px){
  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonQuickSearch{
    position:relative !important;
    margin-bottom:0 !important;
    padding-bottom:5px !important;
    border-bottom:0 !important;
  }

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

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