/* BankMovie v148 updated hotfix
   Compatibility reset only. No navigation injection, glass effects, animated download,
   pagination or split-letter comment styling is applied here. */

#submitCommentBtn.bm-comment-send-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  width:auto!important;
  height:auto!important;
  padding:12px 24px!important;
  overflow:visible!important;
  isolation:auto!important;
  font-size:14px!important;
  line-height:1.5!important;
  color:inherit!important;
  background:var(--accent,#2f7cff)!important;
  border:0!important;
  border-radius:12px!important;
  box-shadow:none!important;
  transform:none!important;
}
#submitCommentBtn.bm-comment-send-button::before,
#submitCommentBtn.bm-comment-send-button::after{content:none!important;display:none!important}
#submitCommentBtn.bm-comment-send-button .bm-send-outline,
#submitCommentBtn.bm-comment-send-button .bm-send-state{display:none!important}

/* Neutralize classes that an old cached v148 script may have left on elements. */
a.bm-download-animated,
.bm-next-animated{
  animation:none!important;
  transform:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
