body .readaloud-speech-btn{display:inline-flex;align-items:center;font-size:var(--readaloud-font,14px);line-height:var(--readaloud-line-height,20px);cursor:pointer;padding-bottom:var(--readaloud-btn-space,16px)}body .readaloud-speech-btn svg{margin-right:5px;fill:currentColor}body .readaloud-speech-btn.readaloud-speech-solid{background-color:var(--readaloud-speech-primary-color,#1a8917);color:var(--readaloud-speech-toggle-color,#fff);padding:6px 10px;border-radius:24px}body .readaloud-speech-btn.readaloud-speech-solid svg{fill:var(--readaloud-speech-toggle-color,#fff)}body .readaloud-speech-btn.readaloud-speech-outline{padding:6px 10px;border-radius:24px;border:1px solid var(--readaloud-speech-primary-color,#1a8917);color:var(--readaloud-speech-primary-color,#1a8917)}body .readaloud-speech-btn.readaloud-speech-plain{color:var(--readaloud-speech-primary-color,#1a8917)}body [data-speech-highlight]{background-color:var(--readaloud-highlight-text-color,rgba(33,55,252,.1019607843))}body [data-speech-highlight] mark.readaloud-speak{background-color:var(--readaloud-highlight-word-color,rgba(33,55,252,.4784313725));font-weight:400}body .readaloud-speech-popup-toggle{position:fixed;z-index:1000;width:36px;height:36px;background-color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px rgba(0,0,0,.17);cursor:pointer}body .readaloud-speech-popup-toggle[data-position=bottom-right]{bottom:20px;right:20px}body .readaloud-speech-popup-toggle[data-position=bottom-left]{bottom:20px;left:20px}body .readaloud-speech-popup-toggle[data-position=top-right]{top:20px;right:20px}body .readaloud-speech-popup-toggle[data-position=top-left]{top:20px;left:20px}body .readaloud-speech-popup-toggle svg{fill:var(--readaloud-speech-primary-color,#1a8917);width:24px;height:24px}body .readaloud-speech-tracker{color:var(--readaloud-speech-primary-color,#1a8917);background-color:#fff;display:none;position:absolute;top:0;left:0;z-index:999999999;cursor:pointer}