.step-badge[data-like="N"] {
    display: none;
}

.step-badge[data-like="Y"] {
    display: block;
}


.recycle-step-card[data-like="Y"] {
    background: url(https://system16.webtech.com.tw/web/202400252/archive/image/customization/step-finished.webp) no-repeat;
    background-position: center;
    background-size: cover;
}