/* Restore full-width invoice payment form below the desktop sidebar breakpoint. */
@media (max-width: 991.98px) {
    .page-invoice-payment #frmPayment > .main-content-m-w {
        max-width: 100%;
    }
}
