/* Help96 R26: keep the mobile call control in the header on every public page. */
@media screen and (max-width: 720px) {
  .h96-home .h96-call-fab,
  .h96-inner .h96-call-fab {
    inset: calc((var(--h96-header-height, 78px) - 52px) / 2) calc(78px + env(safe-area-inset-right)) auto auto;
    z-index: 41;
  }
}
