html.rov-control-no-motion *,
html.rov-control-no-motion *::before,
html.rov-control-no-motion *::after {
  transition: none !important;
  animation: none !important;
  transform: none !important;
  translate: none !important;
  scroll-behavior: auto !important;
}
html.rov-control-no-motion table,
html.rov-control-no-motion tr,
html.rov-control-no-motion td,
html.rov-control-no-motion th,
html.rov-control-no-motion table:hover,
html.rov-control-no-motion tr:hover,
html.rov-control-no-motion td:hover,
html.rov-control-no-motion th:hover {
  transform: none !important;
  translate: none !important;
  box-shadow: none !important;
}
.rov-livebridge-line {
  margin-top: 14px !important;
  padding: 12px 14px !important;
  border-radius: 16px !important;
  background: rgba(15,23,42,.05) !important;
  color: #475569 !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  min-height: 42px !important;
}
.rov-livebridge-ok { color: #047857 !important; }
.rov-livebridge-bad { color: #b91c1c !important; }
