.bear-connection-banner {
  position: fixed;
  z-index: 10000;
  left: 50%;
  bottom: 18px;
  transform: translateX(-50%);
  width: min(520px, calc(100% - 28px));
  border: 1px solid #f59e0b;
  border-radius: 7px;
  background: #fffbeb;
  box-shadow: 0 12px 28px rgba(15, 23, 42, .18);
  color: #78350f;
  padding: 10px 14px;
  text-align: center;
  font-size: 13px;
  font-weight: 850;
}

.account-install-button {
  width: 100%;
  border: 1px solid #93c5fd;
  border-radius: 7px;
  background: #eff6ff;
  color: #174ea6;
  padding: 9px 12px;
  text-align: left;
  font: inherit;
  font-weight: 850;
  cursor: pointer;
}

.account-install-button:hover,
.account-install-button:focus-visible {
  border-color: #2563eb;
  background: #dbeafe;
}

@media print {
  .bear-connection-banner,
  .account-install-button {
    display: none !important;
  }
}
