/* Session hold selection lock – visible UI marker, no disabled fields. */
.ppm-selection-ui-locked [data-ppm-selection-ui-locked-field],
.ppm-selection-ui-locked-field {
    background: #f6f7f7 !important;
    color: #555 !important;
    border-color: #c3c4c7 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    box-shadow: none !important;
}

.ppm-selection-ui-locked-label {
    cursor: not-allowed !important;
    opacity: .72;
}

.ppm-selection-ui-locked-label .wpcf7-list-item-label::after {
    content: "";
}

.ppm-selection-lock-note {
    display: block;
    margin: 8px 0 0;
    padding: 8px 10px;
    border-left: 4px solid #72aee6;
    border-radius: 8px;
    background: #f6f7f7;
    color: #50575e;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
}

.ppm-selection-lock-note[hidden] {
    display: none !important;
}
