/* ==========================================================================
   ETHNOS R264 — TCHAT — CALIBRATION VISUELLE +3 PX
   CIBLES UNIQUEMENT :
   - 1280x720
   - 1536x864

   Retour visuel R263 : environ 1 px visible.
   Cible : 4 px visibles.
   Correction locale : +3 px avant et +3 px après le trait.

   - avant trait : padding-bottom 5 -> 8 px
   - trait : 1 px inchangé
   - après trait : margin-top 4 -> 7 px
   ========================================================================== */

@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:8px !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:7px !important;
  }
}
