/* STUDIO_VALENTINA_HIDE_FLOATING_CMO_V5D */

/* Non tocca #root, non tocca la topbar, non tocca il pannello.
   Nasconde solo eventuali bottoni/box Valentina CMO flottanti in basso a destra. */

body > button[style*="position: fixed"][style*="bottom"],
body > a[style*="position: fixed"][style*="bottom"],
body > div[style*="position: fixed"][style*="bottom"][id*="valentina"],
body > div[style*="position: fixed"][style*="bottom"][class*="valentina"],
body > div[style*="position: fixed"][style*="right"][id*="valentina"],
body > div[style*="position: fixed"][style*="right"][class*="valentina"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
