.checkout .disabled-invoice-method, .checkout .enabled-invoice-method .payment_method_invoice{
    margin-bottom: 20px;
}
.checkout .disabled-invoice-method .payment_method_invoice, .checkout .enabled-invoice-method .payment_method_invoice {
    margin-top: 10px;
    background: #eee;
    border: 1px solid #e1e1e1;
    padding: 15px 20px;
}
.checkout .disabled-invoice-method .payment_method_invoice .payment_method_invoice_limits p, .checkout .enabled-invoice-method .payment_method_invoice .payment_method_invoice_limits p {
    display: flex;
    justify-content: space-between;
    max-width: 75%;
}
.checkout .disabled-invoice-method .ger-remaining-balance-over{
    color: #e5454d;
}