/* Starkwood ONE HUB v2.1.191 — CTS running-footer guarantee */

#doc-print-area .legal-page.sw-cts-footer-guarantee-required-v21191 {
  position: relative !important;
}

/*
 * Only the v2.1.191 repair wrapper is positioned explicitly. Native CTS
 * footer wrappers keep their existing v2.1.173 flow behavior. The paginator
 * already reserves recurring-footer space for normal CTS body pages, so the
 * guarantee can occupy that reserved bottom region without changing text flow.
 */
#doc-print-area .legal-page.sw-cts-footer-guarantee-required-v21191
  > .sw-cts-footer-guarantee-wrap-v21191 {
  position: absolute !important;
  left: 48px !important;
  right: 48px !important;
  bottom: 34px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  z-index: 4 !important;
}

#doc-print-area .sw-cts-footer-guarantee-grid-v21191 {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
  overflow: visible !important;
  break-inside: avoid-page !important;
  page-break-inside: avoid !important;
}

#doc-print-area .sw-cts-footer-guarantee-grid-v21191,
#doc-print-area .sw-cts-footer-guarantee-grid-v21191 * {
  box-sizing: border-box !important;
}

/* Never force a duplicate running strip onto intentional body-signature pages. */
#doc-print-area .legal-page.sw-cts-footer-guarantee-exempt-v21191
  > .sw-cts-footer-guarantee-wrap-v21191 {
  display: none !important;
}

@media print {
  .legal-page.sw-cts-footer-guarantee-required-v21191 {
    position: relative !important;
  }

  .legal-page.sw-cts-footer-guarantee-required-v21191
    > .sw-cts-footer-guarantee-wrap-v21191 {
    position: absolute !important;
    left: .5in !important;
    right: .5in !important;
    bottom: 34px !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
    z-index: 4 !important;
  }

  .sw-cts-footer-guarantee-grid-v21191 {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: visible !important;
  }
}
