.CustomAudioPlayer_wrapper__xKSQY{display:flex;align-items:center;justify-content:center;gap:12px;background:var(--color-background-secondary-light);padding:10px;border-radius:8px}.CustomAudioPlayer_playBtn__hQPSs{border-radius:999px;border:2px solid var(--color-text-secondary);background:var(--background);color:var(--color-text-primary);display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box;padding:0;min-width:38px;min-height:38px;flex-shrink:0}.CustomAudioPlayer_playBtn__hQPSs:disabled{opacity:.5;cursor:default}.CustomAudioPlayer_middle__fU3LY{display:flex;align-items:center;gap:10px}.CustomAudioPlayer_progress__vnyq5{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:7px;background:linear-gradient(to right,var(--main-color,#36a943) 0,var(--main-color,#36a943) var(--progress,0),var(--color-text-secondary,#bebdbd) var(--progress,0),var(--color-text-secondary,#bebdbd) 100%);border-radius:6px;outline:none}.CustomAudioPlayer_progress__vnyq5::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:14px;height:14px;background:var(--background);border:2px solid var(--main-color,#36a943);border-radius:50%;box-shadow:var(--shadow-medium)}.CustomAudioPlayer_progress__vnyq5::-moz-range-thumb{width:14px;height:14px;background:var(--background);border:2px solid var(--main-color,#36a943);border-radius:50%}.CustomAudioPlayer_time__D_WRI{font-size:12px;color:var(--color-text-secondary,#666);white-space:nowrap;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"tnum"}.CustomAudioPlayer_right__kI_8v{display:flex;align-items:center;justify-content:center;gap:8px}.CustomAudioPlayer_iconBtn__hmwo5{border:none;background:transparent;cursor:pointer;color:var(--color-text-primary,#111)}.CustomAudioPlayer_vol__e_NLc{width:60px;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:3px;background:linear-gradient(to right,var(--main-color,#36a943) 0,var(--main-color,#36a943) var(--vol,100%),var(--color-text-secondary,#d5d5d5) var(--vol,100%),var(--color-text-secondary,#d5d5d5) 100%);border-radius:6px}.CustomAudioPlayer_vol__e_NLc::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:10px;height:10px;background:var(--background);border:2px solid var(--main-color,#36a943);border-radius:50%}@media (max-width:650px){.CustomAudioPlayer_right__kI_8v{display:none}.CustomAudioPlayer_wrapper__xKSQY{justify-content:stretch}.CustomAudioPlayer_middle__fU3LY{width:100%}}