/* ============================================================
   R346 — 1707x1067 : barres d'actions messages au repos.
   Cause prouvée : R339 excluait 1707 des sélecteurs qui annulent
   le fallback @media(hover:none) de R327.
   Périmètre strict : r327MessageToolbar uniquement.
   ============================================================ */

html[data-ethnos-format-1707="1"] body.r287v14Active .r327MessageToolbar,
html[data-ethnos-r234-1707="1"] body.r287v14Active .r327MessageToolbar{
  position:absolute !important;
  width:auto !important;
  margin:0 !important;
  opacity:0 !important;
  visibility:hidden !important;
  transform:translateY(3px) !important;
  box-shadow:0 8px 20px rgba(0,0,0,.28) !important;
}

html[data-ethnos-format-1707="1"] body.r287v14Active .r287v14Message:hover .r327MessageToolbar,
html[data-ethnos-r234-1707="1"] body.r287v14Active .r287v14Message:hover .r327MessageToolbar,
html[data-ethnos-format-1707="1"] body.r287v14Active .r287v14Message:focus-within .r327MessageToolbar,
html[data-ethnos-r234-1707="1"] body.r287v14Active .r287v14Message:focus-within .r327MessageToolbar{
  opacity:1 !important;
  visibility:visible !important;
  transform:translateY(0) !important;
}
