.transcript-link {
  position: absolute;
  inset-block-start: 12px;
  inset-inline-end: 12px;
  z-index: 80;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 9px;
  background: rgba(10,6,8,.78);
  color: #fff;
  font: 600 12px/1 system-ui, sans-serif;
  text-decoration: none;
}

/*
 * Every visible player control keeps a 44px pointer target.  The players carry
 * their original visual chrome inline, after this stylesheet, so the .acv
 * qualifier is intentional: it wins without !important and applies to all six
 * players through their shared wrapper.
 */
.acv .bar {
  height: 52px;
}
.acv .pbtn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
}
.acv .endui button,
.acv .rmnav button {
  min-width: 44px;
  min-height: 44px;
}
.transcript-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .transcript-link { transition: none; }
}
