/* Fix MudBreadcrumbs link alignment — ensure anchor covers the text */
.mud-breadcrumb-item a {
    position: relative;
}
