.payment-link-modal{position:fixed;inset:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:10001;padding:1rem}.payment-link-modal-content{background-color:#fff;border-radius:.5rem;padding:1.5rem;max-width:24rem;width:100%;text-align:center}.payment-link-modal-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem}.payment-link-modal-text{margin-bottom:1rem}.payment-link-modal-button{background-color:#3b82f6;color:#fff;font-weight:700;padding:.5rem 1rem;border-radius:.25rem;transition:background-color .3s ease}.payment-link-modal-button:hover{background-color:#2563eb}@media (max-width:640px){.payment-link-modal-content{max-width:90%}}