.wolve-loyalty-benefit-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    cursor: pointer;
}

.wolve-loyalty-benefit-item input[type="radio"] {
    position: static;
    opacity: 1;
    cursor: pointer;
}

.wolve-loyalty-benefit-details {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    padding: 10px;
    flex-grow: 1;
}

.wolve-loyalty-benefit-title {
    font-weight: bold;
}

.wolve-loyalty-expired {
    color: #999;
    text-decoration: line-through;
}

.wolve-loyalty-expired input[type="radio"]:checked ~ .wolve-loyalty-benefit-details {
    border: 2px solid #999;
    background-color: #f3f3f3;
}

.wolve-loyalty-benefit-use {
    margin-left: 10px;
}

.disable-pointer-events {
    pointer-events: none;
}
