/* ===============================
   Sahaj Woo – Points UI
================================ */

/* Per-item container */
.wap-use-points {
    margin-top: 6px;
    font-size: 13px;
}

/* Checkbox + label */
.wap-use-points label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Points applied badge */
.wap-use-points .wap-badge {
    margin-left: 8px;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #2fbf71;
    color: #2fbf71;
    background: #ecfdf5;
    border-radius: 14px;
    line-height: 1;
}

/* Insufficient points */
.wap-insufficient {
    color: #b32d2e;
    font-size: 12px;
    margin-top: 3px;
}

/* ===============================
   Points Progress Bar
================================ */

.wap-points-progress {
    margin: 16px 0 20px;
}

.wap-points-progress-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.wap-points-progress-bar {
    height: 8px;
    background: #e5e7eb;
    border-radius: 6px;
    overflow: hidden;
}

.wap-points-progress-bar span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #10b981, #22c55e);
}
