/*
 * C360 global nav (injected inside arch-navigation) uses a fixed header with a very high z-index.
 * Raise the Agentforce MIAW host so the launcher / sidebar / modals stack above the nav.
 */
page-builder-miaw-ui {
  /* z-index only applies once the host establishes a positioning scheme */
  position: relative;
  z-index: 2147483000;
}

@media screen and (min-width: 768px) {
  .footer-container {
    margin-right: 0;
    transition: margin-right 200ms ease;
  }

  [data-xsf-agent-sidebar-open="true"] ~ .footer-container {
    margin-right: 375px;
  }
}