/* Remove white ripple animation on hashcash "I am not a robot" checkbox */
[data-rsfp-hashcash] {
    transition: none !important;
    background-position: center !important;
}

[data-rsfp-hashcash]:hover {
    background: rgb(239, 239, 239) !important;
}

[data-rsfp-hashcash]:active {
    background-color: rgb(239, 239, 239) !important;
    background-size: auto !important;
    transition: none !important;
}
