/* Job applications table — preserve line breaks in message / details */
app-job-applications .mat-column-message {
    white-space: pre-wrap;
    word-break: break-word;
    max-width: 36rem;
    vertical-align: top;
    line-height: 1.45;
}

app-job-applications .mat-column-info,
app-job-applications .mat-column-subject {
    vertical-align: top;
}
