#support-launcher {
  position: fixed;
  right: 20px;
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 40;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid #858975;
  border-radius: 24px;
  background: #575c4b;
  color: #fff;
  font:
    500 14px/1.4 system-ui,
    sans-serif;
  box-shadow: 0 4px 20px #0003;
  cursor: pointer;
}
#support-launcher:hover {
  background: #454a3b;
}
#support-launcher:focus-visible {
  outline: 3px solid #eae1c8;
  outline-offset: 3px;
}
#support-launcher:disabled {
  cursor: wait;
}
