/* ─── SalesConferenceChecklistEditor — phantom "add new" row ─────────────── */

/* The always-visible last row that acts as the inline "add new" trigger */
.checklist-phantom-row .slick-cell {
    background-color: #f0faf0;
    border-top: 1px dashed #a5d6a7;
    color: #9e9e9e;
    font-style: italic;
}

.checklist-phantom-row:hover .slick-cell {
    background-color: #e8f5e9;
    color: #555;
}

/* Nudge the + icon to be vertically centred inside its cell */
.checklist-phantom-row .checklist-add-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
