.bling-radio{
  position:fixed;
  left:20px;
  top:210px;
  width:350px !important;
  z-index:9000;
  padding:16px;
  border-radius:24px;
  background:linear-gradient(135deg,#12000c,#4a002d);
  border:3px solid gold;
  box-shadow:0 0 28px rgba(255,215,0,.55),0 0 26px rgba(255,20,147,.35);
  color:#fff;
  font-family:Arial,sans-serif;
  box-sizing:border-box;
}

.bling-radio-logo{
  display:block;
  width:100%;
  height:auto;
  max-height:156px;
  object-fit:contain;
  margin:0 auto 10px;
  filter:drop-shadow(0 0 10px rgba(255,20,147,.65));
}

.bling-radio h3{
  margin:0 0 10px;
  text-align:center;
  color:#ffd700;
  font-size:24px;
  line-height:1.05;
}

.bling-radio-screen{
  background:#000;
  padding:12px;
  border-radius:12px;
  margin-bottom:12px;
  font-size:16px;
  min-height:90px;
  border:1px solid rgba(255,215,0,.55);
}

.bling-radio-screen small{
  display:block;
  color:#ffb7dc;
  font-size:13px;
  font-weight:900;
  text-transform:uppercase;
}

.bling-radio-screen strong{
  display:block;
  color:#fff7d7;
  font-size:16px !important;
  line-height:1.2;
  max-height:48px;
  overflow:hidden;
}

.bling-radio-screen em{
  display:block;
  color:#ffd36a;
  font-size:13px;
  font-style:normal;
  text-transform:uppercase;
}

.bling-radio-controls{
  display:flex;
  gap:7px;
  margin-bottom:12px;
}

.bling-radio-controls button{
  flex:1;
  cursor:pointer;
  font-weight:bold;
  padding:9px !important;
  font-size:16px !important;
  border-radius:10px;
  border:1px solid rgba(255,215,0,.8);
  background:linear-gradient(180deg,#ffe9a8,#d79815 48%,#8a5400);
  color:#210007;
}

.bling-radio-select{
  width:100%;
  margin-bottom:10px;
  font-size:15px;
  border-radius:10px;
  background:#050005;
  color:#fff;
  border:1px solid rgba(255,215,0,.55);
  padding:8px;
}

.bling-radio-list{
  max-height:260px !important;
  overflow:auto;
  font-size:16px;
}

.bling-radio-track{
  padding:7px;
  cursor:pointer;
  border-bottom:1px solid rgba(255,255,255,.12);
  line-height:1.2;
}

.bling-radio-track:hover,
.bling-radio-track.active{
  background:rgba(255,215,0,.15);
  color:#ffd700;
}

.bling-radio-track small{
  display:block;
  font-size:13px;
  color:#ffb7dc;
}

@media(max-width:1180px){
  .bling-radio{
    display:block;
    left:8px;
    top:auto;
    bottom:88px;
    width:350px !important;
    max-width:calc(100vw - 16px);
    max-height:70vh;
    overflow:auto;
  }
}

@media(max-width:420px){
  .bling-radio{
    left:6px;
    bottom:76px;
    width:calc(100vw - 12px) !important;
    padding:12px;
  }

  .bling-radio-logo{
    max-height:120px;
  }

  .bling-radio h3{
    font-size:20px;
  }

  .bling-radio-list{
    max-height:220px !important;
  }
}
