/* ========================================================================== */
/* ETHNOS R209 — correction strictement limitée aux boutons du volet Tchat.   */
/* Référence visuelle : bouton Fermer de R204 fourni par l'utilisateur.       */
/* Aucune dimension, aucun champ et aucun bouton hors Tchat n'est modifié.     */
/* ========================================================================== */

/* Rechercher + Fermer : peau R204, relief inférieur fin. */
html[data-ethnos-ui] body .salonQuickSearch > button.ethnosActionOrange,
html[data-ethnos-ui] body.isTchatDrawerOpen button.r186TchatClose.ethnosActionOrange{
  border:1px solid rgba(255,188,139,.78) !important;
  border-radius:9px !important;
  background:linear-gradient(180deg,#ff9655 0%,#f47f3c 100%) !important;
  color:#071826 !important;
  font-family:var(--font-interface,Manrope,"Segoe UI",Arial,sans-serif) !important;
  font-size:clamp(10px,.72vw,13px) !important;
  font-weight:500 !important;
  font-style:normal !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-align:center !important;
  text-decoration:none !important;
  text-transform:none !important;
  text-shadow:none !important;
  white-space:nowrap !important;
  box-shadow:0 1px 0 #cf5d25,0 3px 5px rgba(0,0,0,.12) !important;
  filter:none !important;
  transform:none !important;
  transition:transform .12s ease,filter .12s ease,box-shadow .12s ease !important;
}

html[data-ethnos-ui] body .salonQuickSearch > button.ethnosActionOrange:hover,
html[data-ethnos-ui] body .salonQuickSearch > button.ethnosActionOrange:focus-visible,
html[data-ethnos-ui] body.isTchatDrawerOpen button.r186TchatClose.ethnosActionOrange:hover,
html[data-ethnos-ui] body.isTchatDrawerOpen button.r186TchatClose.ethnosActionOrange:focus-visible{
  filter:brightness(1.025) !important;
  transform:translateY(-1px) !important;
  outline:none !important;
  box-shadow:0 2px 0 #cf5d25,0 4px 6px rgba(0,0,0,.13) !important;
}

html[data-ethnos-ui] body .salonQuickSearch > button.ethnosActionOrange:active,
html[data-ethnos-ui] body.isTchatDrawerOpen button.r186TchatClose.ethnosActionOrange:active{
  filter:brightness(.995) !important;
  transform:translateY(1px) !important;
  box-shadow:0 0 0 #cf5d25,0 2px 3px rgba(0,0,0,.10) !important;
}

/* Fermer reprend également le mode d'affichage de R204, sans toucher à sa géométrie. */
html[data-ethnos-ui] body.isTchatDrawerOpen button.r186TchatClose.ethnosActionOrange{
  display:block !important;
}
