/* point-switch.css */
#redemption-for-mycred-form #redeem-amount {
    width: 150px !important;
    max-width: 100%;
    box-sizing: border-box;
}
#redemption-for-mycred-form .form-success {
    color: #2e7d32;
    font-weight: bold;
    margin: 10px 0;
}
#redemption-for-mycred-form .form-error {
    color: #d32f2f;
    font-weight: bold;
    margin: 10px 0;
}
