.kahani-controls {
    margin-bottom: 20px;
}

.kahani-controls button {
    margin: 5px;
    padding: 8px 12px;
    border: none;
    background: #ff5722;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}

.hindi-story {
    display: none;
}

.tts-sentence {
    display: block;
    margin-bottom: 10px;
}

.tts-sentence.active {
    background: #fff3cd;
    padding: 5px;
    border-radius: 5px;
}