.JobEditorKeyPersonnelInput-Wrapper {
    display: flex;
    align-items: center;
    height: 50px;
}

.JobEditorKeyPersonnelInput-LabelWrapper {
    width: 40%;
}

.JobEditorKeyPersonnelInput-ValueWrapper {
    width: 60%;
    position: relative;
}

.JobEditorKeyPersonnelInput-Value {
    display: flex;
    flex-direction: column;
}

.JobEditorKeyPersonnelInput-ReadOnly {
    max-width: 100%; /* keeps the values constrained to their box */
}
