/* Shared public entity navigation. Keep Artist, Album, Song, Playlist, and Curator breadcrumbs visually identical. */
.breadcrumbs,.entity-breadcrumbs{display:flex;min-height:30px;align-items:center;gap:8px;padding:0;margin:0 0 12px;color:#8793a6;font-size:13px;font-weight:550;line-height:1.35;white-space:nowrap;overflow:hidden}
.breadcrumbs a,.entity-breadcrumbs a{color:#aab5c5;transition:color .15s ease}
.breadcrumbs a:hover,.entity-breadcrumbs a:hover{color:#d8b4fe}
.breadcrumbs>span,.entity-breadcrumbs>span{flex:0 0 auto;color:#657186}
.breadcrumbs>span:last-child,.entity-breadcrumbs>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;color:#909caf}
.artist-dashboard-page>.entity-breadcrumbs{width:100%}

/* Spotify brand treatment: wherever the real Spotify SVG is shown, keep it green and large enough to fill its circular footprint. */
.platform-spotify{color:#1ed760}
.platform-spotify svg,.modern-platform-button.platform-spotify svg{display:block;width:23px;height:23px;flex:0 0 23px;color:#1ed760}
.album-share-spotify-icon svg{display:block;width:27px;height:27px;color:#1ed760}

@media(max-width:760px){.breadcrumbs,.entity-breadcrumbs{min-height:28px;margin-bottom:9px;font-size:12px;gap:6px}}
