@keyframes radio-player-spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}div.radio-player{display:flex;align-items:center;flex-wrap:wrap;flex-flow:row;justify-content:flex-start;max-width:100%;width:var(--radio-player-width);background:var(--radio-player-bg-color);background-size:cover;box-shadow:var(--radio-player-box-shadow);position:relative}div.radio-player,div.radio-player *{box-sizing:border-box}div.radio-player .radio-player-song-title{overflow:hidden;box-sizing:border-box;line-height:1;margin-bottom:8px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}div.radio-player .radio-player-song-title span.track-title{width:-moz-max-content;width:max-content;will-change:transform;animation:marquee 10s linear infinite;line-height:1;color:var(--radio-player-text-color);font-size:.875rem;display:inline-flex;align-items:center}div.radio-player .radio-player-song-title span.track-title svg{margin-right:5px}div.radio-player .radio-player-song-title span.track-title:empty{display:none}div.radio-player .radio-player-song-title span.track-title:hover{animation-play-state:paused}@keyframes marquee{0%{transform:translate(calc(100% + 30px),0)}100%{transform:translate(-100%,0)}}div.radio-player .radio-player-song-title:empty{display:none}div.radio-player button{padding:3px!important;background:0 0;border:0;outline:0;cursor:pointer;color:var(--radio-player-text-color)!important;line-height:0!important;transition:all .2s ease}div.radio-player button svg{height:24px;width:24px}div.radio-player button path,div.radio-player button svg{transition:all .2s}div.radio-player button:focus-visible{outline:2px dashed var(--radio-player-text-color);border-radius:10px}div.radio-player button:hover path,div.radio-player button:hover svg{fill:#40ce87}div.radio-player.sticky{bottom:0;z-index:99999;position:fixed;width:100%;height:70px;box-shadow:0 0 3px var(--radio-player-bg-color);border-top:1px solid #ddd}div.radio-player.floating{height:60px;width:auto;border-radius:10px;max-width:600px;right:15px;bottom:15px;min-width:250px}div.radio-player.floating button svg{width:22px;height:22px}@media (max-width:767px){div.radio-player.floating{height:auto;padding:5px 10px 10px;max-width:calc(100% - 30px);right:10px;bottom:10px}}div.radio-player.shortcode{border-radius:var(--radio-player-border-radius);flex-flow:column;margin:auto auto 30px;max-width:calc(100% - 15px)}div.radio-player.shortcode button .dashicons{font-size:30px!important}div.radio-player.popup{margin-top:30px}@keyframes radio_player_loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes blink{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes visualizer{0%{height:0%;transform:translatey(0);background-color:#ff0}5%{height:100%;transform:translatey(15px);background-color:#f0f}10%{height:90%;transform:translatey(0);-webkit-transform:translatey(0);background-color:bisque}15%{height:80%;transform:translatey(0);background-color:#6495ed}20%{height:70%;transform:translatey(0);background-color:#6495ed}25%{height:0%;transform:translatey(0);background-color:#6495ed}30%{height:70%;transform:translatey(0);background-color:#6495ed}35%{height:0%;transform:translatey(0);background-color:#6495ed}40%{height:60%;transform:translatey(0);background-color:#6495ed}45%{height:0%;transform:translatey(0);background-color:#6495ed}50%{height:50%;transform:translatey(0);background-color:#6495ed}55%{height:0%;transform:translatey(0);background-color:#6495ed}60%{height:40%;transform:translatey(0);background-color:#6495ed}65%{height:0%;transform:translatey(0);background-color:#6495ed}70%{height:30%;transform:translatey(0);background-color:#6495ed}75%{height:0%;transform:translatey(0);background-color:#6495ed}80%{height:20%;transform:translatey(0);background-color:#6495ed}85%{height:0%;transform:translatey(0);background-color:#6495ed}90%{height:10%;transform:translatey(0);background-color:#6495ed}95%{height:5%;transform:translatey(0);background-color:#6495ed}100%{height:0;transform:translatey(0);background-color:#6495ed}}