/* Production primary pages: keep the compact footer clear of the chat launcher. */
@media (max-width: 760px) {
  .site-footer--compact-mobile .footer-bottom {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }
  /* The owner's hidden share panel must not extend the page's scrollable area. */
  .elfsight-app-01b74f20-28cc-4b39-a0c1-a3c33af2819f .eapps-widget-toolbar {
    overflow: hidden;
  }
}

/* Keep short final words and price captions balanced on narrow screens. */
.domain-x .dx-hero h1,
.home-x .hx-hero .eyebrow,
.domain-x .dx-hero .eyebrow,
.hosting-x .wh-hero .eyebrow,
.builder-x .wb-hero .eyebrow {
  text-wrap: balance;
}

@media (max-width: 800px) {
  .domain-x .dx-hero h1 br { display: none; }
  .domain-x .dx-hero h1 span { display: block; text-wrap: balance; }
}
