.id-payment-methods .payment-method .collapse {
    display: none;
}

.id-payment-methods .payment-method input[type="radio"]:checked ~ .collapse {
    display: block;
}

.id-payment-methods input[name="bank-payment-method"]:checked + label .logo-container::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 28px;
    height: 28px;
    background: url("../../../themes/kirkonulkomaanapu/img/loading-white.svg"); 
    mix-blend-mode: difference;
}

@media screen and (min-width: 768px) {
    .id-payment-methods input[name="bank-payment-method"]:checked + label .logo-container::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 56px;
        height: 56px;
    }        
}