﻿.epresto-speechWrapper {
    display: flex;
    column-gap: 0.3em;

}

article.layout picture figure .epresto-speechWrapper figcaption {
    margin: 0px;
}

epresto-speech:has(button.butControl.playing) + * {
    background-color: rgba(120,120,102, 0.4);
    border-radius: 8px;
    /*border: 3px solid red;*/
}

#speech19 + article *:not(.hint, .hint *, .downloadSection, .downloadSection *) {
    /*border: 3px solid green;*/
}

epresto-speech button.butControl {
    width: 40px;
}

epresto-speech button.butControl.playing::before {
        
    width: 40px;
}