/* In-browser "Vorlesen" player (WS-118, arc42 §8.11).
   Reuses the existing .btn-soft button styling; this file only lays out the
   player bar that tts.js reveals on the first click. */

.ttsPlayer {
    margin: 0.75em 0;
    padding: 0.6em 0.9em;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background: #fafafa;
}

.ttsBar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.6em;
}

.ttsBar .ttsLabel {
    font-weight: 600;
}

.ttsBar .btn-soft {
    margin: 0;
}

.ttsStatus {
    color: #555;
    font-size: 0.9em;
}
