.component-static-player{grid-area:player-bar;background-color:var(--color-white);width:100%;height:var(--playerbar-height);bottom:0;position:sticky;box-shadow:0 -.1rem .3rem rgba(0,0,0,.15);margin:0 auto;align-items:center;z-index:var(--playerbar-zindex);justify-content:space-between;padding:0 1.2rem;display:grid;grid-template-columns:4.4rem auto 4.4rem}@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{width:100%;height:100%}.component-static-player .play-icon svg .primary-path{fill:var(--button-background)}.component-static-player .station-info{font-size:var(--heading-6-font-size);line-height:2.2rem;display:flex;flex-direction:column;justify-content:center;align-items:center;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{text-overflow:ellipsis;overflow:hidden;max-width:100%;font-weight:700}.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);text-overflow:ellipsis;overflow:hidden}.component-static-player .station-info .listen-now a{display:flex;flex-direction:row;align-items:center}.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{width:1.4rem;height:1.4rem}.component-static-player .live-indicator{display:flex;flex-direction:row;justify-content:center;align-items:center}.component-static-player .live-indicator a{display:inline-flex}