#tts .actions[data-state="stop"] button.play .fa-pause,
#tts .actions[data-state="pause"] button.play .fa-pause,
#tts .actions[data-state="play"] button.play .fa-play {
    display: none;
}

#tts button {
    background: transparent;
    border: none;
}

#tts .init {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
}

#tts {
    align-items: center;
    display: flex;
}

#tts .actions {
    margin-left: 20px;
}

#fontSize {
    display: flex;
    flex-direction: row;
}

#senior-wrapper {
    font-size: 16px !important;
    display: flex;
    justify-content: space-between;
}

#fontSize {
    align-items: center;
    text-transform: uppercase;
    gap: 7px;
}

#fontSize .value-wrapper {
    display: flex;
    font-size: 20px !important;
}
#fontSize *:not(.value) {
    font-size: 30px;
    cursor: pointer;
}

#fontSize span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 991px){
    #fontSize {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
    }
    #senior-wrapper {
        margin-top: 20px;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    #fontSize span {
        margin-right: auto;
    }

    #slider .left {
        width: 100%;
        justify-content: center;
    }
    #slider img {
        margin: 0 !important;
    }
}