/* Styles du bouton + lecteur */
.aj-tts-toggle{
  margin:8px 0 12px; padding:10px 14px; border:0; border-radius:12px;
  box-shadow:0 1px 2px rgba(0,0,0,.08); background:#f2f2f2; font:inherit; cursor:pointer;
}
.aj-tts-toggle:focus{ outline:2px solid #0a84ff; outline-offset:2px; }
.aj-tts{
  display:flex; flex-wrap:wrap; align-items:center; gap:8px;
  padding:10px; border:1px solid #e5e5e5; border-radius:12px; background:#fff; box-shadow:0 1px 2px rgba(0,0,0,.04);
  margin-bottom:14px;
}
.aj-tts button, .aj-tts select{
  padding:8px 10px; border:1px solid #ddd; border-radius:10px; background:#fafafa; cursor:pointer; font:inherit;
}
.aj-tts button:disabled{ opacity:.5; cursor:not-allowed; }
.aj-tts .aj-tts-status{ font-size:.9rem; color:#555; margin-left:auto; }
.aj-tts .aj-tts-speed{ min-width:120px; }
.aj-tts .aj-tts-voice{ min-width:220px; max-width:100%; }
.aj-tts .aj-tts-wrap{ width:100%; display:flex; gap:8px; align-items:center; }
.aj-tts .aj-tts-progress{ font-size:.85rem; color:#666; }
.aj-tts-hidden{ display:none !important; }
.aj-visually-hidden{
  position:absolute!important; width:1px!important; height:1px!important; padding:0!important; margin:-1px!important;
  overflow:hidden!important; clip:rect(0,0,0,0)!important; white-space:nowrap!important; border:0!important;
}
