.cfm-radio-style[hidden]{display:none!important}
.cfm-radio-style{display:none}

body.cfm-car-mode-active #cfm-player .cfm-vu>.cfm-radio-style:not([hidden]),
body.cfm-fullscreen-active #cfm-player .cfm-vu>.cfm-radio-style:not([hidden]),
#cfm-player:fullscreen .cfm-vu>.cfm-radio-style:not([hidden]){
  position:absolute;
  z-index:5;
  bottom:-31px;
  right:calc(25% + 8px);
  display:inline-flex;
  align-items:center;
  gap:4px;
  box-sizing:border-box;
  max-width:180px;
  min-height:23px;
  padding:4px 9px;
  overflow:hidden;
  border:1px solid rgba(72,228,230,.34);
  border-radius:999px;
  background:rgba(5,28,43,.78);
  color:#d8e8ec;
  font:800 8px/1 system-ui,-apple-system,"Segoe UI",sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  white-space:nowrap;
  box-shadow:0 4px 12px rgba(0,0,0,.18)
}

#cfm-player .cfm-radio-style em{color:#67dfe3;font:inherit;font-style:normal;opacity:.78}
#cfm-player .cfm-radio-style i{color:#68818d;font-style:normal}
#cfm-player .cfm-radio-style b{min-width:0;overflow:hidden;color:#b8f328;font:900 9px/1 system-ui,-apple-system,"Segoe UI",sans-serif;text-overflow:ellipsis;white-space:nowrap}

@media(max-width:700px) and (orientation:portrait){
  body.cfm-car-mode-active #cfm-player .cfm-vu>.cfm-radio-style:not([hidden]),
  body.cfm-fullscreen-active #cfm-player .cfm-vu>.cfm-radio-style:not([hidden]),
  #cfm-player:fullscreen .cfm-vu>.cfm-radio-style:not([hidden]){
    bottom:-32px;
    right:0;
    max-width:170px;
    min-height:23px;
    padding:4px 8px;
    font-size:8px
  }
  #cfm-player .cfm-radio-style b{font-size:9px}
}

@media(orientation:landscape) and (max-height:599px){
  body.cfm-car-mode-active #cfm-player .cfm-vu>.cfm-radio-style,
  body.cfm-fullscreen-active #cfm-player .cfm-vu>.cfm-radio-style,
  #cfm-player:fullscreen .cfm-vu>.cfm-radio-style{display:none!important}
}
