.lmc-list-wrap {
    margin-top: 8px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 6px;
    overflow: hidden;
}

#plList {
    margin: 0 !important;
    padding: 0;
    list-style: none;
}

#plList li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-bottom: 1px solid rgba(0,0,0,.07);
    cursor: pointer;
    transition: background .15s ease;
}

#plList li:last-child {
    border-bottom: none;
}

#plList li:hover {
    background: rgba(0,0,0,.04);
}

.plSel,
.plSel:hover {
    background: rgba(0,0,0,.06) !important;
    cursor: default !important;
}

.plNum {
    font-size: 12px;
    color: rgba(0,0,0,.35);
    min-width: 20px;
    text-align: right;
    flex-shrink: 0;
}

.plSel .plNum {
    color: #1a73e8;
}

.plItem {
    flex: 1;
    min-width: 0;
}

.plTitle {
    display: block;
    font-size: 13px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
}

.plSel .plTitle {
    color: #1a73e8;
}

/* iframe wrapper : flush, pas de marge bizarre */
#uniqueWidget {
    display: block;
    width: 100% !important;
}