.custom-audio-player{display:flex;flex-direction:column;align-items:center;width:100%;border-bottom:1px solid #dcdee0;padding:8px 16px}.playback-controls{align-items:center;width:100%;height:44px}.ed-audio-player{display:none}.playback-controls{display:flex;flex-direction:row;gap:16px;padding:0 6px}.audio-player-control-button{color:#000;background-color:rgba(0,0,0,0);border:none;width:32px;height:36px;min-width:36px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;transition:background-color .1s cubic-bezier(.19,1,.22,1)}.audio-player-control-button:hover{background-color:#eff0f0}.audio-player-control-button:focus-visible{background-color:#eff0f0;outline:none}.play-button{display:flex;flex-direction:column;width:100%;height:100%;align-items:center;justify-content:center}.time-display{display:flex;flex-direction:row;width:-moz-fit-content;width:fit-content;min-width:90px}.progress-container{width:100%;height:3px;background-color:#dcdee0;border-radius:100px;cursor:pointer;overflow:hidden;position:relative;transition:height .28s ease-in-out}.progress-container:hover{height:12px}.progress-bar{height:100%;background-color:#0d1a26;border-radius:100px;transition:width .1s}.volume-control{display:flex;flex-direction:row}.volume-control-button{background:none;border:none;cursor:pointer}.volume-slider-container{display:flex;flex-direction:row;border-radius:100px;height:32px;width:0;transition:width .3s ease-in-out,padding .3s ease-in-out}.volume-control:hover .volume-slider-container{width:100px;padding-left:6px;padding-right:6px}.volume-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100px;cursor:pointer;overflow:hidden;background:none;border:none;outline:none}.volume-slider::-webkit-slider-runnable-track{width:100%;height:3px;background:#dcdee0;border-radius:3px;border:none}.volume-slider::-moz-range-track{width:100%;height:3px;background:#dcdee0;border-radius:3px;border:none}.volume-slider::-ms-track{width:100%;height:3px;background:#dcdee0;border-radius:3px;border:none;color:rgba(0,0,0,0)}.volume-slider::-ms-fill-lower,.volume-slider::-ms-fill-upper{background:#32373c;border:none}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#32373c;border-radius:50%;cursor:pointer;margin-top:-7px;border:none}.volume-slider::-moz-range-thumb{width:16px;height:16px;background:#32373c;border-radius:50%;cursor:pointer;border:none}.volume-slider::-ms-thumb{width:16px;height:16px;background:#32373c;border-radius:50%;cursor:pointer;border:none}