/* Use Points Box */
.wcapr-redeem-box {
    background: #fdfdfd;
    padding: 15px;
    border: 1px dashed #ccc;
    border-radius: 10px;
    margin-bottom: 25px;
}

.wcapr-redeem-box h3 {
    font-size: 16px;
    margin-bottom: 10px;
}

.wcapr-redeem-input-labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 8px;
    color: #777;
}

.wcapr-redeem-inputs {
    display: flex;
    gap: 5px;
    width: 100%;
}

.wcapr-points-input {
    flex: 1;
    padding: 8px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px;
}

.wcapr-apply-points {
    /* background: #111 !important; */
    color: #fff !important;
    padding: 8px 15px !important;
    font-size: 12px !important;
    border-radius: 4px !important;
}
