.fpqe-root[hidden] {
  display: none !important;
}

.fpqe-root {
  position: fixed;
  right: 1.25rem;
  bottom: 5.25rem;
  z-index: 1000000;
}

.fpqe-button {
  align-items: center;
  background: #1d2327;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.24);
  color: #fff !important;
  display: inline-flex;
  font-size: 0.875rem;
  font-weight: 600;
  gap: 0.5rem;
  line-height: 1;
  padding: 0.8rem 1rem;
  text-decoration: none !important;
  transition: background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.fpqe-button:hover,
.fpqe-button:focus {
  background: #2f3a40;
  box-shadow: 0 0.65rem 1.75rem rgba(0, 0, 0, 0.3);
  color: #fff !important;
  transform: translateY(-1px);
}

.fpqe-button:focus-visible {
  outline: 3px solid #7dd3fc;
  outline-offset: 3px;
}

.fpqe-button__icon {
  font-size: 1.15rem;
  line-height: 0.8;
}

@media (max-width: 575.98px) {
  .fpqe-root {
    bottom: 5rem;
    right: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fpqe-button {
    transition: none;
  }
}
