/* TIA UPDATE - Music Player style free Hindi news voice */
.news-player{margin:28px 0;padding:20px 20px 16px;border:1px solid #e8e8ed;border-radius:24px;background:linear-gradient(145deg,#fff,#f7f7fa);box-shadow:0 12px 32px rgba(20,20,30,.09);font-family:inherit;overflow:hidden}
.news-player-top{display:flex;align-items:center;gap:14px}
.news-player-cover{width:68px;height:68px;min-width:68px;border-radius:18px;background:#d30b2e;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(211,11,46,.22)}
.news-player-speaker{font-size:25px;line-height:1}
.news-player-bars{display:flex;align-items:flex-end;gap:2px;height:12px;margin-top:4px}.news-player-bars i{display:block;width:3px;height:5px;border-radius:3px;background:#fff}.news-player-bars i:nth-child(2){height:10px}.news-player-bars i:nth-child(3){height:7px}.news-player-bars i:nth-child(4){height:11px}.news-player-bars i:nth-child(5){height:6px}
.news-player.live .news-player-bars i{animation:newsBars .8s ease-in-out infinite alternate}.news-player-bars i:nth-child(2){animation-delay:.1s}.news-player-bars i:nth-child(3){animation-delay:.2s}.news-player-bars i:nth-child(4){animation-delay:.3s}
.news-player-info{min-width:0;flex:1}.news-player-label{font-size:10px;letter-spacing:1.2px;font-weight:800;color:#d30b2e;margin-bottom:3px}.news-player-info h2{margin:0;font-size:23px;line-height:1.1;color:#171821}.news-player-info p{margin:5px 0 0;color:#7c7f8a;font-size:14px}
.news-player-live{font-size:9px;font-weight:800;letter-spacing:.7px;color:#9a9ca4;background:#ececf0;border-radius:999px;padding:7px 9px}.news-player-live.active{color:#fff;background:#d30b2e}
.news-player-progress{height:5px;margin:20px 2px 7px;background:#e7e7eb;border-radius:99px;overflow:hidden}.news-player-progress span{display:block;width:0;height:100%;border-radius:99px;background:#d30b2e;transition:width .25s ease}
.news-player-time{display:flex;justify-content:space-between;color:#92949c;font-size:11px;margin:0 3px 14px}
.news-player-controls{display:flex;align-items:center;justify-content:center;gap:14px}.news-player-btn{border:0;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:800;transition:transform .15s ease,opacity .15s ease}.news-player-btn:active{transform:scale(.94)}.news-player-btn:disabled{opacity:.38;cursor:not-allowed}.news-player-btn.primary{width:62px;height:62px;border-radius:50%;background:#d30b2e;color:#fff;font-size:25px;box-shadow:0 9px 20px rgba(211,11,46,.25)}.news-player-btn.secondary{width:44px;height:44px;border-radius:50%;background:#eeeef2;color:#555863;font-size:16px}
.news-player-status{text-align:center;margin-top:12px;color:#70737e;font-size:12px;min-height:17px}.news-player-status::before{content:'•';color:#d30b2e;margin-right:5px}
@keyframes newsBars{from{transform:scaleY(.55)}to{transform:scaleY(1.15)}}
@media(max-width:600px){.news-player{margin:22px 0;padding:17px 15px 14px;border-radius:20px}.news-player-cover{width:60px;height:60px;min-width:60px;border-radius:16px}.news-player-speaker{font-size:22px}.news-player-info h2{font-size:21px}.news-player-info p{font-size:13px}.news-player-live{padding:6px 7px;font-size:8px}.news-player-btn.primary{width:58px;height:58px}.news-player-btn.secondary{width:42px;height:42px}}

/* Premium music-player controls */
.news-player-controls{gap:10px}.news-player-btn.seek{position:relative;font-size:20px}.news-player-btn.seek small{position:absolute;bottom:4px;font-size:7px;font-weight:900}.news-player-options{display:flex;align-items:center;justify-content:space-between;margin:14px 2px 0;color:#858792;font-size:11px}.news-player-options label{display:flex;align-items:center;gap:6px}.news-player-options select{border:1px solid #e3e3e8;border-radius:999px;background:#fff;padding:7px 10px;color:#4d4f59;font:inherit;outline:none}.news-mini-player{position:fixed;left:50%;bottom:76px;transform:translate(-50%,18px);width:min(92vw,520px);display:flex;align-items:center;gap:10px;padding:10px 12px;background:rgba(25,26,43,.96);color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 14px 35px rgba(0,0,0,.25);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease;z-index:9998}.news-mini-player.show{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}.news-mini-icon{width:38px;height:38px;min-width:38px;border-radius:12px;background:#d30b2e;display:flex;align-items:center;justify-content:center}.news-mini-text{min-width:0;flex:1}.news-mini-text b{display:block;font-size:10px;color:#ffcad4;letter-spacing:.5px}.news-mini-text span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px;margin-top:2px}.news-mini-player button{width:38px;height:38px;border:0;border-radius:50%;background:#fff;color:#d30b2e;font-size:16px;font-weight:900}.news-player.live .news-player-cover{box-shadow:0 8px 22px rgba(211,11,46,.38)}
@media(max-width:600px){.news-player-controls{gap:7px}.news-player-btn.secondary{width:40px;height:40px}.news-player-btn.primary{width:58px;height:58px}.news-player-btn.seek{font-size:18px}.news-player-options{font-size:10px}.news-mini-player{bottom:72px;border-radius:16px}.news-mini-text span{max-width:230px}}
