/* Standalone rs-audio-player (LA voice sample, etc.) */
/* Custom audio player (same look as post variant) */
.rs-audio-player-host .rs-audio-player {
    display: flex;
    flex-direction: column;
    gap: .55rem;
    padding: .75rem .9rem;
    border-radius: 1rem;
    border: 1px solid rgba(122, 85, 255, 0.22);
    background:
        radial-gradient(520px 240px at 10% 10%, rgba(122, 85, 255, 0.14), transparent 55%),
        rgba(255, 255, 255, 0.82);
    box-shadow: 0 10px 28px rgba(55, 40, 120, 0.08);
}

[data-bs-theme="dark"] .rs-audio-player-host .rs-audio-player,
[data-bs-theme="dark"] .rs-audio-player-host .rs-audio-player {
    border-color: rgba(152, 120, 255, 0.3);
    background:
        radial-gradient(520px 240px at 10% 10%, rgba(122, 85, 255, 0.2), transparent 55%),
        rgba(28, 28, 32, 0.92);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.32);
}

.rs-audio-player-host .rs-audio-player__audio {
    display: none;
}

.rs-audio-player-host .rs-audio-player__top {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: .65rem;
}

.rs-audio-player-host .rs-audio-player__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .35rem;
    flex-wrap: wrap;
}

.rs-audio-player-host .rs-audio-player__bottom-spacer {
    width: .35rem;
    height: 1px;
    opacity: 0;
}

.rs-audio-player-host .rs-audio-player__btn {
    width: 2.35rem;
    height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    border: 1px solid rgba(122, 85, 255, 0.22);
    background: rgba(255, 255, 255, 0.78);
    color: rgba(60, 40, 150, 0.95);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease;
    flex-shrink: 0;
    padding: 0;
    line-height: 1;
}

[data-bs-theme="dark"] .rs-audio-player-host .rs-audio-player__btn,
[data-bs-theme="dark"] .rs-audio-player-host .rs-audio-player__btn {
    background: rgba(255, 255, 255, 0.07);
    color: rgba(235, 230, 255, 0.98);
    border-color: rgba(152, 120, 255, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.rs-audio-player-host .rs-audio-player__btn:hover {
    transform: translateY(-1px);
    border-color: rgba(122, 85, 255, 0.35);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.9),
        0 6px 16px rgba(122, 85, 255, 0.14);
}

[data-bs-theme="dark"] .rs-audio-player-host .rs-audio-player__btn:hover,
[data-bs-theme="dark"] .rs-audio-player-host .rs-audio-player__btn:hover {
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.08),
        0 8px 20px rgba(0, 0, 0, 0.32);
}

.rs-audio-player-host .rs-audio-player__btn:focus {
    outline: none;
}

.rs-audio-player-host .rs-audio-player__btn:focus-visible {
    box-shadow: 0 0 0 0.2rem rgba(122, 85, 255, 0.28);
}

.rs-audio-player-host .rs-audio-player__btn i {
    font-size: 1.05rem;
    line-height: 1;
}

.rs-audio-player-host .rs-audio-player__sep {
    opacity: .55;
}

.rs-audio-player-host .rs-audio-player__seek,
.rs-audio-player-host .rs-audio-player__vol,
.rs-audio-player-host .rs-audio-player__seek,
.rs-audio-player-host .rs-audio-player__vol {
    -webkit-appearance: none;
    appearance: none;
    height: .35rem;
    border-radius: 999px;
    background: rgba(122, 85, 255, 0.18);
    cursor: pointer;
}

.rs-audio-player-host .rs-audio-player__seek::-webkit-slider-thumb,
.rs-audio-player-host .rs-audio-player__vol::-webkit-slider-thumb,
.rs-audio-player-host .rs-audio-player__seek::-webkit-slider-thumb,
.rs-audio-player-host .rs-audio-player__vol::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: .95rem;
    height: .95rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.95);
    background: rgba(122, 85, 255, 0.92);
    box-shadow: 0 2px 8px rgba(55, 40, 120, 0.25);
}

.rs-audio-player-host .rs-audio-player__seek::-moz-range-thumb,
.rs-audio-player-host .rs-audio-player__vol::-moz-range-thumb,
.rs-audio-player-host .rs-audio-player__seek::-moz-range-thumb,
.rs-audio-player-host .rs-audio-player__vol::-moz-range-thumb {
    width: .95rem;
    height: .95rem;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.95);
    background: rgba(122, 85, 255, 0.92);
    box-shadow: 0 2px 8px rgba(55, 40, 120, 0.25);
}

.rs-audio-player-host .rs-audio-player__seek {
    width: 100%;
}

.rs-audio-player-host .rs-audio-player__vol {
    width: 5.5rem;
}

.rs-audio-player-host .rs-audio-player__speed-text {
    font-weight: 800;
    font-size: .88rem;
    letter-spacing: -0.02em;
}

.rs-audio-player-host .rs-audio-player__meta {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: .25rem;
    color: rgba(33, 37, 41, 0.72);
    font-size: .82rem;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

[data-bs-theme="dark"] .rs-audio-player-host .rs-audio-player__meta,
[data-bs-theme="dark"] .rs-audio-player-host .rs-audio-player__meta {
    color: rgba(248, 249, 250, 0.68);
}

@media (max-width: 575.98px) {
.rs-audio-player-host .rs-audio-player__top {
        grid-template-columns: 1fr;
        gap: .3rem;
    }

.rs-audio-player-host .rs-audio-player__meta {
        justify-content: center;
    }
