.sfp-messaging-fallback {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999998;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid rgb(255 255 255 / 40%);
  border-radius: 999px;
  color: #fff;
  background: #0f579e;
  box-shadow: 0 8px 24px rgb(0 49 98 / 22%);
  font: 700 14px/1.3 "Quicksand", sans-serif;
  text-decoration: none;
}

.sfp-messaging-fallback:hover,
.sfp-messaging-fallback:focus-visible {
  color: #fff;
  background: #063e78;
  outline: 3px solid rgb(127 190 34 / 45%);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .sfp-messaging-fallback {
    right: 16px;
    bottom: 16px;
  }
}
