/* Scoped duplicate of the album-browser thumb idiom. Blazor CSS isolation is per-component, so the class defined in CmsAlbumBrowser.razor.css does not reach this component's markup — a small, intentional duplication rather than promoting a two-rule block to global app.css. */ .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); }