.spe-checklist-wrapper {
    position: relative;
}

.spe-checklist {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 15px;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin-top: 6px;
    width: 260px;
    z-index: 9999;
    display: none;
}

.spe-checklist li {
    color: gray;
    margin-bottom: 6px;
    font-size: 14px;
}

.spe-checklist li.passed {
    color: green;
    font-weight: bold;
}
