.artts-player{
  display:flex;
  gap:.5rem;
  align-items:center;
  padding:.5rem;
  margin: .5rem 0 1rem 0;
  background:#f6f7f7;
  border:1px solid #e2e4e7;
  border-radius:8px;
  font-size:14px;
}
.artts-player select{
  min-width: 220px;
  max-width: 100%;
  padding: .35rem .5rem;
}
.artts-player .artts-toggle{
  padding:.45rem .8rem;
  border: none;
  border-radius:6px;
  cursor:pointer;
  background:#2271b1;
  color:#fff;
  font-weight:600;
}
.artts-player .artts-toggle[aria-pressed="true"]{
  background:#cc1818;
}

.artts-floating{
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 99999;
  box-shadow: 0 6px 20px rgba(0,0,0,.2);
}
/* ensure wrapped article doesn't inherit player styling */
.artts-article-wrap{}
