@charset "utf-8";

.ods-o-floating-tts-player { display: none; height: 66px; position: absolute; left: 0px; width: 100%; box-shadow: rgba(115, 115, 115, 0.25) 0px 4px 4px; background: var(--color-neutral-white); padding: 0px calc(-640px + 50vw); box-sizing: border-box; z-index: 4; }

.ods-o-floating-tts-player--show { display: block; }

.ods-o-floating-tts-player__info { position: relative; width: 940px; bottom: 20px; right: 20px; }

.ods-o-floating-tts-player__info .ods-a-ai-info { justify-content: flex-end; }

.ods-body-mobile .ods-o-floating-tts-player { height: 66px; }

.ods-body-mobile .ods-o-floating-tts-player__info { bottom: 15px; right: 15px; width: 100%; }
