.gh-fcm-floating-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 99999;
}

.gh-fcm-subscribe-button {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  background: #1d2327;
  color: #fff;
  font: inherit;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 4px 18px rgba(0,0,0,.18);
}

.gh-fcm-subscribe-button:hover,
.gh-fcm-subscribe-button:focus {
  opacity: .92;
}

.gh-fcm-subscribe-button:disabled {
  cursor: default;
  opacity: .72;
}

.gh-fcm-subscribe-button[data-state="subscribed"] {
  display: none;
}

@media (max-width: 600px) {
  .gh-fcm-floating-wrap {
    right: 12px;
    bottom: 12px;
  }
}
