.voice-note{margin:7px 0;font-family:inherit}.voice-note-wrapper{width:100%;display:block}.voice-note__card{display:flex;flex-direction:column;gap:.9rem;padding:1.5rem;border-radius:24px;background:var(--voice-note-bg, #f6f3ee);box-shadow:0 14px 30px #1818181f;width:100%}.voice-note__card--template{padding:0;background:transparent;box-shadow:none;align-items:flex-start;width:100%}.voice-note__content{flex:1;width:100%}.voice-note__title{margin:0 0 .15rem;font-size:var(--voice-note-title-size, 1.05rem);font-weight:600;color:var(--voice-note-title, #1f1b16)}.voice-note__subtitle{margin:0 0 .65rem;color:var(--voice-note-subtitle, #5c554c);font-size:var(--voice-note-subtitle-size, .95rem)}.voice-note__player{width:100%;display:flex;flex-direction:column;gap:.35rem}.voice-note__bubble{display:flex;align-items:center;gap:.85rem;padding:.65rem .95rem .95rem;background:var(--voice-note-bubble-bg, #f8f1e5);border-radius:18px;box-shadow:inset 0 -12px 26px #00000014;position:relative;width:100%}.voice-note__audio{display:none}.voice-note__toggle{width:40px;height:40px;border-radius:100%;border:none;background:var(--voice-note-play-bg, #18130f);color:var(--voice-note-play-icon, #ffffff);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.voice-note__toggle:hover{transform:translateY(-1px);box-shadow:0 14px 24px #18130f59;background-color:#fff}.voice-note__toggle-icon{width:0;height:0;border-left:15px solid currentColor;border-top:10px solid transparent;border-bottom:10px solid transparent;transition:all .2s ease;position:relative;margin-left:4px}.voice-note__player.is-playing .voice-note__toggle-icon{width:14px;height:14px;border:none}.voice-note__player.is-playing .voice-note__toggle-icon:before,.voice-note__player.is-playing .voice-note__toggle-icon:after{content:"";position:absolute;top:0;width:5px;height:16px;border-radius:1px;background:currentColor}.voice-note__player.is-playing .voice-note__toggle-icon:before{left:0}.voice-note__player.is-playing .voice-note__toggle-icon:after{right:4px}.voice-note__track{position:relative;flex:1;height:42px;border-radius:21px;background:#f7f2e9;overflow:hidden;cursor:pointer}.voice-note__wave{position:absolute;top:8px;right:12px;bottom:8px;left:12px;border-radius:14px;background-image:url("data:image/svg+xml,%3Csvg width='120' height='24' viewBox='0 0 120 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='8' width='6' height='16' rx='3' fill='%23c9c2b6'/%3E%3Crect x='12' y='4' width='6' height='20' rx='3' fill='%23cfc7ba'/%3E%3Crect x='22' y='6' width='6' height='18' rx='3' fill='%23d5cec0'/%3E%3Crect x='32' y='2' width='6' height='22' rx='3' fill='%23cec7b8'/%3E%3Crect x='42' y='0' width='6' height='24' rx='3' fill='%23c9c2b6'/%3E%3Crect x='52' y='2' width='6' height='22' rx='3' fill='%23cec7b8'/%3E%3Crect x='62' y='6' width='6' height='18' rx='3' fill='%23d5cec0'/%3E%3Crect x='72' y='4' width='6' height='20' rx='3' fill='%23cfc7ba'/%3E%3Crect x='82' y='8' width='6' height='16' rx='3' fill='%23c9c2b6'/%3E%3Crect x='92' y='11' width='6' height='13' rx='3' fill='%23d7d0c4'/%3E%3Crect x='102' y='14' width='6' height='10' rx='3' fill='%23dcd5ca'/%3E%3Crect x='110' y='16' width='6' height='8' rx='3' fill='%23e1dbd0'/%3E%3C/svg%3E");background-size:120px 24px;background-repeat:repeat-x;opacity:.85}.voice-note__track:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffff8c,#ffffff0d);opacity:.6}.voice-note__track-fill{--voice-note-progress: 0%;position:absolute;top:0;right:0;bottom:0;left:0;width:var(--voice-note-progress, 0%);border-radius:21px;background:transparent;box-shadow:none;mix-blend-mode:normal;pointer-events:none}.voice-note__progress-dot{--voice-note-progress: 0%;position:absolute;top:50%;left:var(--voice-note-progress, 0%);transform:translate(-50%,-50%);width:12px;height:12px;border-radius:50%;background:#20b5ff;box-shadow:0 4px 10px #20b5ff73;border:2px solid #fff;pointer-events:none}.voice-note__inline-avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #fff;box-shadow:0 8px 18px #0003;display:flex;align-items:center;justify-content:center;background:#fff;position:relative}.voice-note__inline-avatar img{width:100%;height:100%;object-fit:cover}.voice-note__inline-avatar--placeholder{font-size:1.3rem}.voice-note__mic-icon{position:absolute;right:-6px;bottom:-6px;width:24px;height:24px;border-radius:50%;background:#000;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 14px #00b4ff66}.voice-note__mic-icon svg{width:14px;height:14px;fill:#fff}.voice-note__time-row{display:flex;justify-content:space-between;font-size:.85rem;letter-spacing:.04em;color:#7a6f64;font-weight:600;padding:0 .2rem}.voice-note__time-row span:first-child{color:#7a6f64}.voice-note__media{width:100%;border-radius:18px;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 8px 18px #00000014}@media (max-width: 640px){.voice-note__card{text-align:left;padding:0}.voice-note__bubble{flex-direction:row;align-items:center;gap:.65rem;padding:.6rem .75rem .8rem;border-radius:16px}.voice-note__toggle{width:40px;height:40px}.voice-note__track{height:34px;border-radius:17px}.voice-note__wave{top:8px;right:10px;bottom:8px;left:10px;border-radius:14px;background-size:90px 24px}.voice-note__track-fill{border-radius:17px}.voice-note__progress-dot{width:10px;height:10px}.voice-note__inline-avatar{width:42px;height:42px}.voice-note__mic-icon{width:18px;height:18px;right:-4px;bottom:-4px}.voice-note__time-row{font-size:.75rem;padding:0}}
/*# sourceMappingURL=/cdn/shop/t/103/assets/sprachnotiz.css.map */
