.tom-demo-order-cta {
  position: fixed !important;
  top: max(12px, env(safe-area-inset-top)) !important;
  right: max(12px, env(safe-area-inset-right)) !important;
  bottom: auto !important;
  left: auto !important;
  transform: none !important;
  z-index: 95 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  min-height: 44px !important;
  max-width: calc(100vw - 24px) !important;
  box-sizing: border-box !important;
  white-space: normal !important;
  text-align: center !important;
  touch-action: manipulation;
}

.demo-order.tom-demo-order-cta {
  border-color: #721c31 !important;
  background: #721c31 !important;
  color: #fff !important;
}
