/* Keeps the user-provided exported landing page self-contained on ZooWork. */
html[data-locale] body[data-home-page] {
  min-width: 320px;
}

body[data-home-page] a:focus-visible,
body[data-home-page] button:focus-visible,
body[data-home-page] [role='button']:focus-visible {
  outline: 3px solid #ff6330;
  outline-offset: 3px;
}

body[data-home-page] header [data-header-menu-trigger][aria-expanded='true'] {
  background: var(--ant-color-fill-secondary);
}

/* The overview is currently a static product image, not a playable demo. */
body[data-home-page] .home-static-overview {
  cursor: default;
}
