/* SUNDEX p151: keep scrolling processing content clear of the metal outline. */
@media (min-width: 1001px) {
  body.sundex-transaction-system:has(.stx-ticket-frame) :is(.stx-stage, .stx-vf-stage) {
    /* The stage and the decorative ticket end on the same coordinate. Clip the
       scrolling paint slightly earlier so rows pass behind an invisible inner
       boundary instead of drawing over the ticket's bottom edge. */
    clip-path: inset(0 0 8px 0) !important;
    scroll-padding-bottom: 20px !important;
  }
}
