/* LS Voice Comment - v1.1.0 */

/* Icona microfono attiva */
.ls-js-action-voice--active {
    color: #e53935 !important;
}

/* Pannello recorder */
.ls-voice-recorder {
    padding: 8px 10px;
    background: var(--ps-color-bg-alt, #f5f5f5);
    border-radius: 8px;
    margin-top: 6px;
    border: 1px solid var(--ps-color-border, #e0e0e0);
}

.ls-voice-status {
    font-size: 12px;
    color: var(--ps-color-text-muted, #888);
    margin-top: 4px;
    min-height: 16px;
}

.ls-rec-btn {
    font-size: 13px !important;
    padding: 4px 14px !important;
}

.ls-voice-preview {
    display: block;
    width: 100%;
    height: 36px;
    margin-top: 8px;
}

/* Player nel commento pubblicato */
.ls-voice-player audio {
    width: 100%;
    height: 36px;
    margin-top: 6px;
    border-radius: 4px;
}
