.asset .thumb { position: relative; }
.audio-quick { position: absolute; top: 8px; right: 8px; width: 32px; height: 32px; border: 1px solid #58636a; border-radius: 50%; background: #171a1ddd; color: #fff; cursor: pointer; display: grid; place-items: center; padding: 0; font-size: 15px; box-shadow: 0 2px 8px #0008; }
.audio-quick:hover { background: #347ca2; border-color: #73b9da; }
.audio-detail { min-height: 120px; margin: 12px 0 18px; padding: 22px; background: #1d2022; border: 1px solid #383e42; border-radius: 5px; display: flex; align-items: center; gap: 18px; }
.audio-detail > span { font-size: 34px; }
.audio-review { width: 100%; min-width: 0; }
.audio-detail audio { width: 100%; accent-color: #4b9bc2; }
.audio-waveform { display: block; width: 100%; height: 82px; margin-bottom: 7px; border: 1px solid #343c40; border-radius: 4px; cursor: pointer; }
.audio-time { color: #849198; font-size: 10px; margin: 0 0 9px; }
