#nowPlaying{text-align:center;font-weight:700;color:darkred;margin:10px 0}#radioList{display:flex;flex-direction:column;gap:5px;max-height:300px;overflow-y:auto}.radio-item{padding:5px;border:1px solid #ccc;border-radius:4px;cursor:pointer;background:#fff;display:flex;align-items:center;gap:5px}.radio-item.active{background:#ffd700;font-weight:700}.flashing{animation:pulseGlow .6s infinite;display:inline-block}