.unhcr-tts-player{margin-top:12px;background:#e9ecef;border:1px solid #dee2e6;border-radius:50px;padding:16px;display:flex;align-items:center;gap:12px;width:fit-content;cursor:pointer;user-select:none;direction:ltr;flex-direction:row;transition:background .2s}.unhcr-tts-player audio{width:100%;max-width:600px;display:none}.unhcr-tts-player:hover{background:#eef2f5}[dir=rtl] .unhcr-tts-player{direction:ltr!important;flex-direction:row!important}.unhcr-tts-play-btn{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;border:2px solid #000;display:flex;align-items:center;justify-content:center;background:#fff;transition:background .2s,border-color .2s}.unhcr-tts-play-btn:hover{background:#fafafa;border-color:#222}.unhcr-tts-play-btn svg{width:23px;height:23px;fill:#000;pointer-events:none}.unhcr-tts-title{font-size:16px;font-weight:600;white-space:nowrap;color:#000}[dir=rtl] .unhcr-tts-title{direction:rtl;text-align:right}.unhcr-tts-duration{margin-left:auto;font-size:16px;font-weight:500;color:#000;width:100px;text-align:right}[dir=rtl] .unhcr-tts-duration{margin-left:auto!important;margin-right:0!important;text-align:left}@media (max-width:480px){.unhcr-tts-player{padding:8px 14px;gap:10px}.unhcr-tts-duration,.unhcr-tts-title{font-size:15px}.unhcr-tts-play-btn{width:38px;height:38px;min-width:38px;min-height:38px}}.unhcr-tts-player__rtl .unhcr-tts-play-btn svg{transform:rotate(180deg)}