li.wc_payment_method.payment_method_ypp_cripto label[for="payment_method_ypp_cripto"]::after {
    content: "";
    display: block;
    background-image: url("/wp-content/uploads/2025/02/YYPPAY-17.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
    height: 50px;
    margin-top: 5px;
}

.wcyppcg-radio {
    display: none !important;
}

.wcyppcg-radio-container {
    display: inline-block;
}

.wcyppcg-card{
    display: inline-flex !important;
    justify-content: flex-start;
    align-items: center;
    vertical-align: top;
    border: 1px solid #373b39b7;
    color: #000000b7;
    border-radius: 5px;
    margin-top: 10px;
    margin-right: 5px;
    width: 70px;
    min-width: fit-content;
    height: 30px;
    transition: all 0.15s ease;
    font-size: 0.7rem;
    opacity: 0.6;
    padding: 0 3px;
    cursor: pointer;
}

.wcyppcg-card:hover {
    opacity: 1;
    scale: 1.03;
    background-color: #be6ca0;
}

.wcyppcg-card img{
    width: 23px;
    height: auto;
    margin-right: 3px;
}

.wcyppcg-radio:checked + label.wcyppcg-card {
    opacity: 1;
    background-color: #c05699;
}

.wcyppcg-hidden {
    display: none !important;
}