/* R254 — 1280x720 UNIQUEMENT — TCHAT
   Demande stricte :
   - 4px entre le bas du bouton Rechercher et le trait
   - 4px entre le trait et le haut VISUEL du texte "Recherche approfondie"
   Aucun autre élément modifié.
*/

/* Le trait est porté par un élément dédié, positionné exactement à 4px du bouton. */
html[data-ethnos-format-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .salonQuickSearch,
html[data-ethnos-r234-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .salonQuickSearch{
  position:relative !important;
  padding-bottom:5px !important; /* 4px vides + trait 1px */
  margin-bottom:0 !important;
  border-bottom:0 !important;
}

html[data-ethnos-format-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .salonQuickSearch::after,
html[data-ethnos-r234-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .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-format-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .salonQuickSearch::before,
html[data-ethnos-r234-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .salonQuickSearch::before{
  content:none !important;
  display:none !important;
}

/* Le titre est remonté dans sa line-box pour que le PREMIER PIXEL du glyph
   soit à 4px du trait, pas simplement sa boîte CSS. */
html[data-ethnos-format-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .salonDeepSearch,
html[data-ethnos-r234-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .salonDeepSearch{
  margin-top:0 !important;
  padding-top:0 !important;
  border-top:0 !important;
}

html[data-ethnos-format-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .salonDeepSearch > .salonExplorerSectionHead,
html[data-ethnos-r234-1280="1"][data-ethnos-ui] body.isTchatDrawerOpen .salonDeepSearch > .salonExplorerSectionHead{
  position:relative !important;
  top:-1px !important;
  margin-top:0 !important;
}

/* Fallback exact viewport */
@media (width:1280px) and (height:720px){
  html[data-ethnos-ui] body.isTchatDrawerOpen .salonQuickSearch{
    position:relative !important;
    padding-bottom:5px !important;
    margin-bottom:0 !important;
    border-bottom:0 !important;
  }
  html[data-ethnos-ui] body.isTchatDrawerOpen .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] body.isTchatDrawerOpen .salonDeepSearch{
    margin-top:0 !important;
    padding-top:0 !important;
    border-top:0 !important;
  }
  html[data-ethnos-ui] body.isTchatDrawerOpen .salonDeepSearch > .salonExplorerSectionHead{
    position:relative !important;
    top:-1px !important;
    margin-top:0 !important;
  }
}
