@import '_content/AudioStreamer.Components/AudioStreamer.Components.hj6yvqsb76.bundle.scp.css';

/* _content/AudioStreamer/Components/Artist/Styling.razor.rz.scp.css */
/* The expandable-bar (.styling-summary) + status-pill (.styling-tag) styles live in the
   brand-token SCSS partial Styles/_styling.scss (so they can use $brand-* tokens + hard-shadow),
   not here. This scoped file is intentionally empty. */
/* _content/AudioStreamer/Components/Layout/NavMenu.razor.rz.scp.css */
/* Navigation styling now lives in Styles/_nav.scss (global, so it can use the brand
   tokens from _variables.scss — scoped .razor.css can't @use SCSS). This file is kept
   empty intentionally; see _nav.scss for the .mtro-* rules. */
/* _content/AudioStreamer/Components/Releases/GenreSelector.razor.rz.scp.css */
/* Size the genre pills to match the adjacent "Add genre" button (btn btn-sm rounded-pill)
   so the row reads as one consistent set of pills. The badges are rendered by the
   RemovableBadge atom, so reach into it with ::deep. */
[b-hdfarful80] .badge {
    font-size: .875rem;
    font-weight: 400;
    padding: .25rem .5rem;
    line-height: 1.5;
}
