/*  - ajuste final do botão Ferramentas
   Mantém todos os recursos anteriores e corrige a posição/tamanho do botão flutuante. */
.backtop,
.back-top,
#backTop,
.rdo-v135-top,
button.rdo-v135-top,
button.backtop,
button.back-top,
.float.prayer,
.float.whatsapp,
.scroll-top,
.to-top,
#scrollTop,
.rdo-back-to-top{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
body .rdo-v137-tools{
  position:fixed !important;
  right:18px !important;
  bottom:78px !important;
  z-index:2147483000 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-end !important;
  gap:8px !important;
  pointer-events:none !important;
  width:auto !important;
  height:auto !important;
  max-width:calc(100vw - 28px) !important;
}
body #rdoToggle{
  pointer-events:auto !important;
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:112px !important;
  min-height:34px !important;
  width:auto !important;
  height:auto !important;
  padding:7px 13px !important;
  margin:0 !important;
  border-radius:999px !important;
  font-size:13px !important;
  line-height:1 !important;
  font-weight:900 !important;
  border:1px solid rgba(255,235,135,.9) !important;
  background:linear-gradient(135deg,#fff0a8 0%,#ffd76a 60%,#d4af37 100%) !important;
  color:#2d0912 !important;
  box-shadow:0 7px 16px rgba(0,0,0,.35) !important;
  transform:none !important;
  overflow:hidden !important;
}
body .rdo-v137-tools::before,
body .rdo-v137-tools::after,
body #rdoToggle::before,
body #rdoToggle::after{
  display:none !important;
  content:none !important;
  opacity:0 !important;
}
body .rdo-v137-panel{
  bottom:44px !important;
  right:0 !important;
  width:min(320px,calc(100vw - 28px)) !important;
  max-height:calc(100vh - 150px) !important;
  z-index:2147483001 !important;
}
@media(max-width:760px){
  body .rdo-v137-tools{right:10px !important; bottom:72px !important;}
  body #rdoToggle{min-width:104px !important; min-height:32px !important; padding:7px 12px !important; font-size:12.5px !important;}
  body .rdo-v137-panel{bottom:42px !important; width:calc(100vw - 20px) !important;}
}
