.spe-checklist-wrapper {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px;
    margin-top: 50px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 9999;
    width: 250px;
    font-size: 13px;
}
.spe-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}
.spe-checklist li {
    color: #999;
    margin: 3px 0;
}
.spe-checklist li.passed {
    color: green;
    font-weight: 600;
}
button.spe-disabled {
    opacity: 0.5;
    pointer-events: none;
}
