/* Pin floating button to corner; override margin that shifts it on live */
#ot-sdk-btn-floating.ot-floating-button {
  opacity: 0.1 !important;
  margin: 0 !important;
}

/* When sidebar is present, fixed positioning is relative to content-wrapper;
   pull button back to true viewport left so it sits in the corner */
.page-wrapper.with-sidebar #ot-sdk-btn-floating.ot-floating-button {
  left: calc(-1 * var(--sidebar-width)) !important;
  right: auto !important;
}

#ot-sdk-btn-floating.ot-floating-button:hover { opacity: 1 !important; }
