.ttsr-player{
  width:100%;
  box-sizing:border-box;
  margin:0 0 22px;
  padding:16px;
  border:1px solid #e2e8f0;
  border-radius:14px;
  background:#fff;
  box-shadow:0 4px 18px rgba(15,23,42,.08);
  font-family:inherit;
}
.ttsr-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.ttsr-icon{font-size:28px;line-height:1}
.ttsr-info{display:flex;flex-direction:column;gap:3px}
.ttsr-info strong{font-size:17px;color:#111827}
.ttsr-status{font-size:13px;color:#64748b}
.ttsr-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.ttsr-btn{
  border:0;
  border-radius:9px;
  min-width:42px;
  height:40px;
  padding:0 12px;
  cursor:pointer;
  background:#111827;
  color:#fff;
  font-size:15px;
  font-weight:600;
}
.ttsr-btn:hover{opacity:.9}
.ttsr-btn:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:600px){
  .ttsr-player{padding:13px;margin-bottom:18px}
  .ttsr-controls{gap:7px}
  .ttsr-btn{min-width:40px;height:40px}
  }
