/* Cover-thumbnail idiom shared by the medium browsers' tables. Blazor CSS isolation is per-component, so this scoped copy of the album-browser thumb classes reaches only this component's own markup. */ .cms-album-thumb { width: 40px; height: 40px; border-radius: 4px; background-size: cover; background-position: center; flex-shrink: 0; } .cms-album-thumb--fallback { background-color: var(--mud-palette-action-default-hover); }