/* User-requested working-context rotation, reserved width and static accessible name. */
.command-caption .entry-caption{display:inline-flex;align-items:center;gap:5px;min-width:0;font-size:12px}
.entry-caption-label{line-height:1.45}
.entry-word{display:inline-block;min-width:8ch;color:#b7caff;font-size:14px;font-weight:700;letter-spacing:.01em}
.entry-caption:not(.entry-enhanced) .entry-word,.entry-caption.entry-reduced .entry-word{min-width:0}
.entry-word-change{animation:entry-word-in 240ms cubic-bezier(.22,0,0,1)}
@keyframes entry-word-in{from{opacity:.45;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}
.entry-caption .entry-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(prefers-reduced-motion:reduce){.entry-word-change{animation:none}}
@media(max-width:389px){.command-caption .entry-caption{font-size:11px;gap:3px}}

.entry-caption:focus-visible{outline:2px solid #a8c1ff;outline-offset:4px}
