.mud-list-item-icon {
    color: var(--mud-palette-action-default);
    display: inline-flex;
    min-width: 32px;
    flex-shrink: 0
}

.mud-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 auto;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 6px 0px 16px 0px
}

.mud-simple-table {
    background-color: #f7f7f7;
    color: black;
}

.mud-alert-message {
    padding: 9px 0;
    font-size:1rem;
}

/* Rich text editor: ensure bullet lists display (ul) - overrides Bootstrap/reset list-style:none */
.e-richtexteditor .e-rte-content .e-content ul {
    list-style-type: disc !important;
    padding-left: 1.5em !important;
}

.e-richtexteditor .e-rte-content .e-content ul li {
    display: list-item !important;
}

/* Rich text editor in dialogs (notes/reason) - same size and autogrow for all assessment/section status dialogs */
.notes-rte-dialog .e-rte-content {
    min-height: 80px;
    max-height: 320px;
    overflow-y: auto;
}

/* Actions column (Edit/Copy) after notes/reason - vertically centred */
.notes-actions-cell {
    vertical-align: middle !important;
    text-align: center;
}

/* Read-only notes/reason in status history with truncation */
.notes-history-cell {
    position: relative;
}

.notes-history-cell.truncated .e-rte-container,
.notes-history-cell.truncated .e-rte-content,
.notes-history-cell.truncated .e-richtexteditor {
    max-height: 120px !important;
    overflow: hidden !important;
}

.notes-history-cell .no-border-rte.e-richtexteditor .e-rte-container {
    border: none !important;
    background: transparent !important;
}

.notes-history-cell .no-border-rte .e-rte-content,
.notes-history-cell .no-border-rte .e-rte-content .e-content {
    padding: 0 !important;
}

.notes-history-cell .no-border-rte.e-richtexteditor,
.notes-history-cell .no-border-rte .e-rte-container,
.notes-history-cell .no-border-rte .e-rte-content,
.notes-history-cell .no-border-rte .e-rte-content .e-content {
    background: transparent !important;
}

.notes-history-cell .no-border-rte.e-richtexteditor,
.notes-history-cell .no-border-rte .e-rte-content,
.notes-history-cell .no-border-rte .e-rte-content .e-content {
    min-height: auto !important;
    height: auto !important;
}

/* Preserve carriage returns / line breaks in notes/reason RTEs (read-only and editable) */
.notes-history-cell .e-rte-content .e-content,
.notes-history-cell .no-border-rte .e-content,
.notes-rte-dialog .e-rte-content .e-content {
    white-space: pre-wrap !important;
}
