 @media print {

     html,
     body {
         display: none;
     }
 }

 html {
     user-select: none;
     scroll-behavior: smooth;
 }

 img {
     pointer-events: none
 }

 code,
 pre {
     user-select: text;
 }

 .space__gated.locked-pane {
     display: none;
 }

 html body [data-testid="paywall-checkout-left-column"] {
     background: #180E2A !important;
 }

 /* html body [data-testid="paywall-checkout-right-column"] {
     background: #f3c7ff !important;
 } */
