/* ==========================================================================
   ETHNOS R226 — TOUS FORMATS
   Cible : Messages > Gestion de la discussion uniquement.
   Aucun autre volet Messages n'est ciblé.
   ========================================================================== */

/* Bandeau titre : standard clair des volets officiels. */
html[data-ethnos-ui] body .memberMessagesDrawer
.memberConversationManageHeaderR226{
  box-sizing:border-box !important;
  width:100% !important;
  border:0 !important;
  border-bottom:1px solid var(--r211-cream-line,#d8c8b3) !important;
  background-color:var(--r211-cream-top,#fffdf9) !important;
  background-image:var(--r211-cream,linear-gradient(180deg,#fffdf9 0%,#eee1d0 100%)) !important;
  color:var(--r211-navy,#071a39) !important;
  box-shadow:0 1px 0 rgba(7,26,57,.04) !important;
}

html[data-ethnos-ui] body .memberMessagesDrawer
.memberConversationManageHeaderR226 > span{
  color:var(--r211-orange,#f26722) !important;
  text-shadow:none !important;
}

html[data-ethnos-ui] body .memberMessagesDrawer
.memberConversationManageHeaderR226 > h3{
  color:var(--r211-navy,#071a39) !important;
  text-shadow:none !important;
}

html[data-ethnos-ui] body .memberMessagesDrawer
.memberConversationManageHeaderR226 > p{
  color:var(--r211-copy,#607481) !important;
  text-shadow:none !important;
}

/* Fermer : standard clair du volet Profil, appliqué seulement à ce volet. */
html[data-ethnos-ui] body .memberMessagesDrawer
button.memberConversationManageCloseR226{
  appearance:none !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:calc(100% - 28px) !important;
  min-width:0 !important;
  max-width:none !important;
  min-height:44px !important;
  height:auto !important;
  margin:10px 14px 14px !important;
  padding:0 14px !important;
  border:1px solid rgba(7,26,57,.34) !important;
  border-radius:10px !important;
  background:#fffdf9 !important;
  color:#071a39 !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-shadow:none !important;
  box-shadow:0 8px 18px rgba(7,26,57,.09) !important;
  filter:none !important;
  transform:none !important;
}

html[data-ethnos-ui] body .memberMessagesDrawer
button.memberConversationManageCloseR226:hover,
html[data-ethnos-ui] body .memberMessagesDrawer
button.memberConversationManageCloseR226:focus-visible{
  border-color:rgba(7,26,57,.48) !important;
  background:#fffdf9 !important;
  color:#071a39 !important;
  filter:none !important;
  transform:none !important;
  outline:none !important;
  box-shadow:0 8px 18px rgba(7,26,57,.09) !important;
}
