.component-static-player{align-items:center;background-color:var(--color-white);bottom:0;box-shadow:0 -.1rem .3rem rgba(0,0,0,.15);display:grid;grid-area:player-bar;grid-template-columns:4.4rem auto 4.4rem;height:var(--playerbar-height);justify-content:space-between;margin:0 auto;padding:0 1.2rem;position:sticky;width:100%;z-index:var(--playerbar-zindex)}@media screen and (min-width:1060px){.component-static-player{padding:0 2rem}}.component-static-player:focus,.component-static-player:hover{box-shadow:0 -.3rem .6rem rgba(0,0,0,.1)}.component-static-player a{text-decoration:none}.component-static-player a:active svg,.component-static-player a:hover svg{opacity:.8}.component-static-player .play-icon{display:inline-flex;flex-direction:column;justify-content:center}.component-static-player .play-icon a{display:inline-flex}@media screen and (min-width:1060px){.component-static-player .play-icon{height:4.7rem;width:4.7rem}}.component-static-player .play-icon svg{height:100%;width:100%}.component-static-player .play-icon svg .primary-path{fill:var(--button-background)}.component-static-player .station-info{align-items:center;display:flex;flex-direction:column;font-size:var(--heading-6-font-size);justify-content:center;line-height:2.2rem;max-width:calc(100vw - 12rem);padding:0 .8rem;white-space:nowrap}.component-static-player .station-info>p{margin:0 auto}.component-static-player .station-info .name-positioner{font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis}.component-static-player .station-info .name-positioner a:active,.component-static-player .station-info .name-positioner a:hover{color:var(--palette-grey-500)}.component-static-player .station-info .listen-now{line-height:var(--heading-4-font-size);overflow:hidden;text-overflow:ellipsis}.component-static-player .station-info .listen-now a{align-items:center;display:flex;flex-direction:row}.component-static-player .station-info .listen-now a:active,.component-static-player .station-info .listen-now a:hover{text-decoration:underline}.component-static-player .station-info .listen-now span{padding-left:.6rem}.component-static-player .station-info .listen-now .icon-externallink{height:1.4rem;width:1.4rem}.component-static-player .live-indicator{align-items:center;display:flex;flex-direction:row;justify-content:center}.component-static-player .live-indicator a{display:inline-flex}