/* V1.26.21 — aviso pós-compra da Roleta centralizado no mobile */
@media (max-width:700px){
  body:not(.admin-dedicated-page) #postPaymentNoticeModal.modal.open{
    position:fixed!important;
    inset:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    box-sizing:border-box!important;
    padding-top:max(12px,env(safe-area-inset-top,0px))!important;
    padding-right:max(12px,env(safe-area-inset-right,0px))!important;
    padding-bottom:max(12px,env(safe-area-inset-bottom,0px))!important;
    padding-left:max(12px,env(safe-area-inset-left,0px))!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
  }

  body:not(.admin-dedicated-page) #postPaymentNoticeModal.modal.open > .post-payment-notice-card{
    position:relative!important;
    inset:auto!important;
    width:min(430px,100%)!important;
    max-height:calc(100dvh - 24px - env(safe-area-inset-top,0px) - env(safe-area-inset-bottom,0px))!important;
    margin:auto!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    transform:none!important;
  }
}
