.tomion-demo-return {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 999px;
  color: #fff;
  background: rgba(40, 51, 76, 0.9);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.tomion-demo-return:hover {
  background: #ef6f68;
}
