/* disable every pointer interaction */
.no-pointer-events {
    pointer-events: none;
}

/* Kendo stepper: always display the full label of a step, using multiple lines if needed. */
.k-step-list-horizontal .k-step-link {
    max-width: fit-content;
}

.k-stepper .k-step-label .k-step-text {
    max-width: fit-content;
    white-space: normal;
}
