.mwai-tts-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    height: 100%;
    opacity: 0.5;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
    gap: 10px;
}
.mwai-tts-form svg {
    width: 24px;
    height: 26px;
    fill: var(--mwai-fontColor);
    filter: grayscale(100%);
    opacity: 1 !important;
    cursor: pointer;
}
.mwai-tts-enable-form {
    position: absolute;
    opacity: 0.7;
    z-index: 10;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.mwai-tts-enable-form.on {
    fill: #95db4e; opacity: 1;
}
.mwai-tts-enable-form.off {
    fill: #FFFFFF; opacity: 0.5;
}