/* YAQ Lector de Voz 2.1.1 */

.yaq-voice-reader {
    display: block;
    width: 100%;
}

.yaq-voice-button {
    appearance: none;
    border: 0;
    border-radius: 8px;
    min-height: 44px;
    padding: 11px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #003DD4;
    color: #ffffff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.yaq-voice-button:hover {
    opacity: 0.9;
}

.yaq-voice-button:active {
    transform: scale(0.98);
}

.yaq-voice-button--stop {
    background: #222222;
}

@media (max-width: 767px) {
    .yaq-voice-button {
        min-height: 44px;
        padding: 11px 16px;
        font-size: 14px;
    }
}
