#gcq-fab { display: none !important; }
/* Matches the site's existing mobile navigation breakpoint. */
@media (min-width: 901px) {
  #gcq-fab { display: none !important; }
}
@media (max-width: 900px) {
  #gcq-fab[data-gcq-visible="true"]:not([hidden]) { display: block !important; }
  #gcq-fab {
    bottom: max(1.6rem, env(safe-area-inset-bottom)) !important;
    right: max(1rem, env(safe-area-inset-right)) !important;
  }
}
