.player-container{--seek-before-width: 0%;--buffered-width: 0%;--text-color: #000000;--player-width: 600px;--player-color: #fafafa;display:flex;width:600px;width:var(--player-width);height:90px;align-items:center;border-radius:12px;background:#fafafa;background:var(--player-color);font-family:Inter;color:#000;color:var(--text-color)}@media (max-width: 600px){.player-container{--player-width: 100%}}.player{display:flex;margin:10px 15px 10px 10px;gap:20px;flex:1 1 auto;min-width:0}.player--loading{width:var(--player-width);height:90px;position:absolute;left:0;top:0;background:#fff;display:flex;justify-content:center;align-items:center}.player__image{flex-shrink:0}.player__image img{height:70px;width:70px;border-radius:4px;box-shadow:0 0 1px #00000080,0 2px 3px #0000000d,0 4px 20px #0000000a}@media (max-width: 375px){.player__image{display:none}}.player__content{width:100%;height:70px;overflow:hidden}.player__actions-title-container{display:flex;gap:20px;height:52px;align-items:center;flex-wrap:nowrap;overflow:hidden}.player__actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.player__actions button{background:none;border:none;cursor:pointer}@media (max-width: 450px){.player__actions .player__back-10 svg,.player__actions .player__forward-10 svg,.player__actions .player__previous svg,.player__actions .player__next svg{width:20px;height:20px}.player__actions .player__play svg,.player__actions .player__pause svg{width:32px;height:32px}}.player__title{color:var(--text-color);display:flex;flex-direction:column;justify-content:center;gap:4px;flex:1 1 auto;min-width:0;overflow:hidden;max-width:100%}.player__title-show,.player__title-episode{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}.player__title-show{font-size:12px;font-weight:400}.player__title-episode{font-size:14px;font-weight:600}.player__bar{display:flex;align-items:center;gap:10px;font-size:12px;font-style:normal;padding-left:6px}.player__seek{overflow:hidden;width:99%;-webkit-appearance:none;border-radius:4px;height:8px;background:#16161433}.player__seek::-webkit-slider-runnable-track{height:8px;-webkit-appearance:none;color:#13bba4;margin-top:-1px}.player__seek::-webkit-slider-thumb{width:5px;-webkit-appearance:none;height:8px;cursor:pointer;background:var(--text-color);box-shadow:-500px 0 0 500px var(--text-color)}.player__duration:before{content:"-";display:inline;margin-right:2px}body{font-family:Inter}
