/**handles:dscap-custom-audio-style**/
.custom-audio-wrapper{margin:1em 0}.custom-audio-wrapper.align-center{display:flex;flex-direction:column;align-items:center}.custom-audio-wrapper.align-right{display:flex;flex-direction:column;align-items:flex-end}.audio-heading{text-align:center;font-family:inherit;font-style:italic;font-size:calc(1em - 1pt);color:inherit;margin-bottom:4px;box-sizing:border-box}.custom-audio-player{width:var(--player-width,400px);max-width:100%;background:var(--player-bg,#e6f7ff);border-radius:12px;padding:10px;box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;display:flex;flex-direction:column;gap:8px}.custom-audio-player.compact{padding:6px;gap:6px}.custom-audio-player .audio-meta{font-size:.92em;color:var(--player-color,#0073e6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-audio-player .controls{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0}.download-link,.play-pause-btn,.speed-btn,.volume-btn{width:40px;height:40px;border-radius:50%;aspect-ratio:1/1;background:var(--player-color,#0073e6);border:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;min-width:40px;min-height:40px;padding:0;text-decoration:none;flex:0 0 auto!important}.speed-btn{color:var(--player-icon-color,#fff);font-size:.72em;font-weight:700;letter-spacing:-.02em}.custom-audio-player.compact .download-link,.custom-audio-player.compact .play-pause-btn,.custom-audio-player.compact .speed-btn,.custom-audio-player.compact .volume-btn{width:28px;height:28px;flex:0 1 auto}.icon{width:20px;height:20px;display:block;color:var(--player-icon-color,#fff)}.custom-audio-player.compact .icon{width:16px;height:16px}.volume-btn{cursor:pointer;pointer-events:auto}.current-time,.duration{flex:0 0 auto;white-space:nowrap;text-align:center;min-width:28px;font-size:.9em;color:var(--player-color,#0073e6)}.time-and-seek{flex:1 1 auto;min-width:0;display:flex;align-items:center;gap:6px}.seek-bar{flex:1 1 0;min-width:1px;-webkit-appearance:none;appearance:none;height:6px;border-radius:3px;background:linear-gradient(to right,var(--player-color,#0073e6) 0,#ddd 0);cursor:pointer}.seek-bar::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:var(--player-color,#0073e6);position:relative;z-index:2;cursor:pointer}.seek-bar::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--player-color,#0073e6);cursor:pointer}.volume-slider{width:70px;-webkit-appearance:none;appearance:none;height:6px;border-radius:3px;background:linear-gradient(to right,var(--player-color,#0073e6) 100%,#ddd 0);cursor:pointer}.volume-wrap{display:flex;align-items:center;gap:6px}.volume-wrap .volume-slider{margin-left:0}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;width:12px;height:12px;border-radius:50%;background:var(--player-icon-color,#fff);border:2px solid var(--player-color,#0073e6);position:relative;z-index:2;cursor:pointer}.volume-slider::-moz-range-thumb{width:12px;height:12px;border-radius:50%;background:var(--player-icon-color,#fff);border:2px solid var(--player-color,#0073e6);cursor:pointer}.custom-audio-player.compact .current-time,.custom-audio-player.compact .duration{font-size:.82em;min-width:34px}.custom-audio-player.compact .volume-slider{width:50px}.custom-audio-player.compact .speed-btn{font-size:.65em}.download-link:focus,.play-pause-btn:focus,.seek-bar:focus,.speed-btn:focus,.volume-btn:focus,.volume-slider:focus{outline:2px solid rgba(0,0,0,.15);outline-offset:2px;box-shadow:0 0 0 3px rgba(0,115,230,.2)}@media (max-width:420px){.custom-audio-player .controls{gap:6px}.custom-audio-player .volume-slider{width:56px}.custom-audio-player.compact .volume-slider{width:40px}.current-time,.duration{min-width:20px;font-size:.8em}}@media (max-width:360px){.custom-audio-player .controls{flex-wrap:wrap}.custom-audio-player .time-and-seek{order:2;flex:1 1 100%;margin-top:6px}}@media (max-width:320px){.download-link,.play-pause-btn,.speed-btn,.volume-btn{width:36px;height:36px;min-width:36px;min-height:36px}.custom-audio-player.compact .download-link,.custom-audio-player.compact .play-pause-btn,.custom-audio-player.compact .speed-btn,.custom-audio-player.compact .volume-btn{width:26px;height:26px}.icon{width:18px;height:18px}.custom-audio-player.compact .icon{width:14px;height:14px}.current-time,.duration{min-width:18px;font-size:.75em}.custom-audio-player .controls{gap:4px}}.custom-audio-player.compact.dense{padding:4px;gap:4px}.custom-audio-player.compact.dense .download-link,.custom-audio-player.compact.dense .play-pause-btn,.custom-audio-player.compact.dense .speed-btn,.custom-audio-player.compact.dense .volume-btn{width:24px;height:24px;min-width:24px;min-height:24px}.custom-audio-player.compact.dense .icon{width:14px;height:14px}.custom-audio-player.compact.dense .controls{gap:4px}.custom-audio-player.compact.dense .time-and-seek{gap:4px}.custom-audio-player.compact.dense .current-time,.custom-audio-player.compact.dense .duration{font-size:.78em;min-width:30px}.custom-audio-player.compact.dense .seek-bar{height:5px}.custom-audio-player.compact.dense .seek-bar::-webkit-slider-thumb{width:10px;height:10px}.custom-audio-player.compact.dense .seek-bar::-moz-range-thumb{width:10px;height:10px}.custom-audio-player.compact.dense .volume-slider{width:40px;height:5px}.custom-audio-player.compact.dense .volume-slider::-webkit-slider-thumb{width:10px;height:10px}.custom-audio-player.compact.dense .volume-slider::-moz-range-thumb{width:10px;height:10px}