/* ==========================================================================
   ETHNOS R263 — TCHAT — ESPACEMENTS EN PIXELS VISUELS
   CIBLES UNIQUEMENT :
   - 1280x720
   - 1536x864

   Géométrie visuelle demandée :
   Rechercher -> 4 px VIDES -> trait 1 px -> 4 px VIDES -> titre.

   Méthode reprise des règles R258/R259 déjà présentes :
   - padding-bottom:5px = 4 px vides + trait 1 px positionné au bord bas
   - aucun padding historique après le trait
   - margin-top:4px porté uniquement par le premier titre
   ========================================================================== */

@media (width:1280px) and (height:720px),
       (width:1536px) and (height:864px){

  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;
    width:auto !important;
    height:1px !important;
    margin:0 !important;
    background:rgba(149,205,218,.38) !important;
  }

  html[data-ethnos-ui="discord-r111"] body.isTchatDrawerOpen
  .memberExplorerPanel .salonQuickSearch::before{
    content:none !important;
    display:none !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;
  }
}
