/* SUNDEX processing wide-screen geometry fix — p72.
 * Product pages once inherited the dashboard's 1440px content cap. The
 * transaction shell is a full-viewport composition, so that cap left an
 * empty strip and clipped the order ticket on wide displays.
 */
body.sundex-transaction-system .platform-main,
body.sundex-transaction-system main.platform-main,
body.sundex-transaction-system .sdx-product-main {
  width: 100vw !important;
  max-width: none !important;
  min-width: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  align-self: stretch !important;
}

body.sundex-transaction-system .stx-shell,
body.sundex-transaction-system .stx-funding-shell {
  width: 100% !important;
  min-width: 0 !important;
}

