/* START_SNIPPET:ttft-waveform-player (INDEX:88) */
.ttft-wave-release {max-width:100%!important;box-sizing:border-box;container-type:inline-size}
.ttft-wave-grid {grid-template-columns:minmax(0,1fr)!important;gap:12px!important;min-width:0}
.ttft-wave-track {min-width:0;padding:13px!important;border-radius:12px!important;background:rgba(255,255,255,.025)!important;border:1px solid rgba(232,207,132,.2)!important;box-shadow:none!important}
.ttft-wave-track:has(audio:not([data-ttft-wave])) {min-width:0}
.ttft-wave-heading {margin-bottom:6px!important;gap:11px!important}
.ttft-wave-heading>div:first-child {width:34px!important;height:34px!important;border-radius:8px!important;font-size:12px!important;box-shadow:none!important}
.ttft-wave-title {font-size:15px!important;line-height:1.35!important;white-space:normal!important;overflow-wrap:anywhere;font-weight:700!important}
.ttft-wave-artist {font-size:12px!important;line-height:1.4!important;color:#c6c2ae!important;margin-top:3px!important}
.ttft-wave-ui {font:inherit;color:#f8f1d4;min-width:0;padding-top:5px}
.ttft-wave-controls {display:grid;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:12px}
.ttft-wave-play {appearance:none;display:grid;place-items:center;width:44px;height:44px;padding:0;border:1px solid #e3c97f;border-radius:50%;background:#ead28e;color:#11110b;cursor:pointer;box-shadow:none;flex-shrink:0}
.ttft-wave-play:hover {background:#fff0b5}
.ttft-wave-play:focus-visible {outline:3px solid #fff;outline-offset:4px}
.ttft-wave-play svg {display:block;width:19px;height:19px;fill:currentColor}
.ttft-wave-play .ttft-wave-pause-icon,.ttft-wave-play[aria-pressed="true"] .ttft-wave-play-icon {display:none}
.ttft-wave-play[aria-pressed="true"] .ttft-wave-pause-icon {display:block}
.ttft-wave-scrub {position:relative;height:64px;min-width:0;border-radius:5px;touch-action:pan-y}
.ttft-wave-scrub:focus-within {outline:2px solid #ead28e;outline-offset:4px}
.ttft-wave-svg {display:block;width:100%;height:64px;overflow:visible}
.ttft-wave-base {fill:#898779}
.ttft-wave-progress {fill:#ead28e}
.ttft-wave-range {appearance:none!important;-webkit-appearance:none!important;position:absolute!important;inset:0!important;margin:0!important;padding:0!important;width:100%!important;height:100%!important;min-width:0!important;border:0!important;border-radius:0!important;background:transparent!important;opacity:.001;cursor:pointer;box-shadow:none!important;touch-action:pan-y}
.ttft-wave-range::-webkit-slider-thumb {-webkit-appearance:none;width:1px;height:64px;border:0}
.ttft-wave-range::-moz-range-thumb {width:1px;height:64px;border:0}
.ttft-wave-times {display:flex;justify-content:space-between;gap:8px;margin:3px 0 0 56px;font-size:12px;line-height:1.5;font-variant-numeric:tabular-nums;color:#d3cbb0}
.ttft-wave-hint {color:#aba795;font-size:11px;text-align:right}
.ttft-wave-status {margin:7px 0 0;font-size:12px;line-height:1.4;color:#f8e6aa}
.ttft-wave-status:empty {display:none}
.ttft-wave-native {display:none!important}
@container (max-width:340px) {.ttft-wave-track{padding:10px!important}.ttft-wave-controls{gap:9px}.ttft-wave-times{margin-left:53px}.ttft-wave-hint{display:none}}
@media (forced-colors:active) {.ttft-wave-base{fill:GrayText}.ttft-wave-progress{fill:Highlight}.ttft-wave-play{border:2px solid ButtonText}}
/* END_SNIPPET:ttft-waveform-player */
