
#cap-hidden-player{
 position:absolute!important;
 left:-99999px!important;
 top:-99999px!important;
 width:1px!important;
 height:1px!important;
 opacity:0!important;
 pointer-events:none!important;
}

.cap-player-wrap{
 background:#000;
 color:#fff;
 padding:20px;
 border:2px solid #d40000;
 border-radius:16px;
 width:100%;
 box-sizing:border-box;
}

.cap-title{
 font-size:28px;
 font-weight:700;
 margin-bottom:18px;
}

.cap-controls{
 display:flex;
 align-items:center;
 gap:12px;
 flex-wrap:nowrap;
 width:100%;
}

.cap-play{
 background:#d40000;
 color:#fff;
 border:none;
 border-radius:8px;
 padding:10px 18px;
 cursor:pointer;
 flex:0 0 auto;
}

.cap-current,
.cap-duration{
 white-space:nowrap;
 flex:0 0 auto;
}

.cap-seek{
 flex:1;
 min-width:120px;
}

.cap-speed{
 width:70px;
 background:#111;
 color:#fff;
 border:1px solid #d40000;
 padding:6px;
 flex:0 0 auto;
}

@media(max-width:768px){
 .cap-title{
   font-size:22px;
 }
}
