/* Hero-thumbnail idiom for the session row's action cell. The hero
is authored in this
component's RowActions fragment, so Blazor stamps it with this component's scope attribute even
though CmsAlbumBrowser renders it — this scoped copy reaches it (CSS isolation follows authoring
component, not rendering host). The grid's own cover thumb lives in CmsAlbumBrowser's scoped 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);
}