.mud-treeview-item-content {
    align-items: start !important;
}

/* Ensure list bullets are visible */
ul {
    list-style-type: disc;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

ul li {
    display: list-item;
}

/* Ensure numbered lists show numbers */
ol {
    list-style-type: decimal;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

ol li {
    display: list-item;
}

