.ds-audio-player{background:var(--ap-bg, #f5efe6);border-radius:12px;padding:1rem 0;color:var(--ap-text, #1a1a1a);max-width:100%;overflow:hidden}.ds-audio-player__title{font-weight:600;font-size:1rem;margin:0 0 .25rem}.ds-audio-player__message{font-size:.875rem;color:var(--ap-text, #1a1a1a);opacity:.8;margin-bottom:1rem}.ds-audio-player__message p{margin:0}.ds-audio-player__container{display:flex;align-items:center;gap:.75rem;background:var(--ap-player-bg, #ffffff);border-radius:50px;padding:.5rem .75rem;max-width:100%;overflow:hidden}.ds-audio-player__play-btn{width:48px;height:48px;border-radius:50%;border:2px solid var(--ap-text, #1a1a1a);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,transform .1s}.ds-audio-player__play-btn:hover{background:#0000000d}.ds-audio-player__play-btn:active{transform:scale(.95)}.ds-audio-player__play-btn svg{color:var(--ap-text, #1a1a1a)}.ds-audio-player__waveform-wrapper{flex:1;min-width:0;position:relative;height:36px;cursor:pointer;display:flex;align-items:center;overflow:hidden}.ds-audio-player__progress-indicator{position:absolute;left:0;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#3b82f6;border-radius:50%;z-index:3;transition:left .1s linear;box-shadow:0 0 0 3px #3b82f633}.ds-audio-player__waveform{display:flex;align-items:center;justify-content:space-between;height:100%;width:100%;padding:0 4px}.ds-audio-player__bar{flex:1 1 0;max-width:5px;min-width:3px;min-height:6px;height:var(--bar-height, 50%);background:var(--bar-color, #c9c0b5);border-radius:4px;transition:background .15s,opacity .15s;margin:0 1px}.ds-audio-player__bar.played{background:var(--ap-wave-progress, #81726B)}.ds-audio-player__avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid #fff;box-shadow:0 2px 8px #0000001a}.ds-audio-player__avatar-img{width:100%;height:100%;object-fit:cover}.ds-audio-player__time{display:flex;justify-content:space-between;font-size:.75rem;color:var(--ap-text, #1a1a1a);opacity:.7;margin-top:.5rem;padding:0 .25rem}.ds-audio-player__audio{display:none}@media screen and (max-width:480px){.ds-audio-player__container{gap:.5rem;padding:.375rem .5rem;max-width:100%;overflow:hidden}.ds-audio-player__play-btn{width:36px;height:36px;border-width:1.5px}.ds-audio-player__play-btn svg{width:18px;height:18px}.ds-audio-player__waveform-wrapper{height:28px;min-width:0}.ds-audio-player__bar{max-width:3px;min-width:2px;margin:0 .5px}.ds-audio-player__progress-indicator{width:10px;height:10px}.ds-audio-player__avatar{width:36px;height:36px}.ds-audio-player__time{font-size:.65rem}}@media screen and (max-width:360px){.ds-audio-player__container{gap:.375rem;padding:.25rem .375rem}.ds-audio-player__play-btn{width:32px;height:32px}.ds-audio-player__play-btn svg{width:16px;height:16px}.ds-audio-player__waveform-wrapper{height:24px}.ds-audio-player__avatar{width:32px;height:32px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/audio-player.css.map */
