.DepositForm[data-active='244']::after {
    content: "PayID Deposit rules:\a \a- When sending your deposit, please ensure the amount you entered to generate your PayID is EXACTLY what you send through your bank.\a\a - Sending a different amount than what you entered to generate the PayID will result in the funds being automatically returned to you.\a\a- Please only use your FULL NAME as the reference/description when you send a deposit.\a\a- Using prohibited words such as “win”, “gaming”, “pokies”, etc. may result in your PayID being permanently banned!";
    position: relative;
    white-space: pre-wrap;
    width: 100%;
    height: 100%;
    font-size: 16px;
    display: flex;
    pointer-events: none;
    color: var(--accountPageText);
    background: var(--paymentsSystemBackground);
    margin-top: 20px;
    padding: 20px 15px;
    border-radius: 8px;
    box-sizing: border-box;
}

/* Deposit cards */
.DepositForm .info-card[data-active='243'],
.DepositForm .info-card[data-active='244'] {
    margin: 20px 0 0 0;
    border-radius: 8px;
    color: var(--accountPageText);
    background: var(--paymentsSystemBackground);
    padding: 20px 15px;
    position: relative;
    white-space: pre-wrap;
    width: 100%;
    height: 100%;
    display: flex;
    pointer-events: none;
    box-sizing: border-box;
    flex-wrap: wrap;
}
/* Payment id: 243 */
.DepositForm .info-card[data-active='243'] .first-field::after {
    content: "PLEASE NOTE: eVouchers can be split and used for separate deposits. For example, you can buy one for $400 and use it to deposit 10 x $40 or 20 x $20. You can deposit up to $1600 per CashtoCode transaction (for example 4 x $400 codes) with no total daily limit. Larger eVoucher amounts save you money by resulting in smaller fees!!!!";
    font-weight: bold;
}
.DepositForm .info-card[data-active='243'] .second-field::after {
    content: "\a \a 1. Select eVoucher by CashtoCode on the deposit page and purchase your desired eVoucher amount from one of the authorized resellers on the CashtoCode page. If you already have an eVoucher from CashtoCode, just enter the 20-digit code on the eVoucher page. Then simply accept the t&c's, and click pay. \a \a 2. Upon payment for an eVoucher, you will recieve the 20-digit code instantly via email. Be sure to use a valid email when checking out! \a \a 3. Redeem the 20-digit code on the original CashtoCode page, accept the t&c's, then click pay - That's it! You're all set and ready to play.";
}
/* Payment id: 244 */
.DepositForm .info-card[data-active='244'] .first-field::after {
    content: "PayID Deposit rules:\a \a- When sending your deposit, please ensure the amount you entered to generate your PayID is EXACTLY what you send through your bank.\a\a - Sending a different amount than what you entered to generate the PayID will result in the funds being automatically returned to you.\a\a- Please only use your FULL NAME as the reference/description when you send a deposit.\a\a- Using prohibited words such as â€œwinâ€, â€œgamingâ€, â€œpokiesâ€, etc. may result in your PayID being permanently banned!";
}