#archive-player{ position:fixed; bottom:0; left:0; width:100%; background:#050505; border-top:1px solid rgba(255,255,255,.08); padding:18px 40px; z-index:9999; display:flex; align-items:center; gap:30px; backdrop-filter:blur(12px); } .player-track{ min-width:250px; display:flex; flex-direction:column; } #player-title{ color:white; font-size:14px; letter-spacing:2px; } #player-time{ color:rgba(255,255,255,.5); font-size:12px; margin-top:4px; } .player-progress{ flex:1; } #progress-bar{ width:100%; } #play-pause{ background:none; border:none; color:white; font-size:22px; cursor:pointer; } @media(max-width:768px){ #archive-player{ padding:14px 20px; gap:15px; } .player-track{ min-width:140px; } }