/* R25 — Room chat captions / larger readable chat */
body.sl-chat-captions-on .chatWindow .message,
body.sl-chat-captions-on .chatWindow .chatRoom .message,
body.sl-chat-captions-on #messages .message,
body.sl-chat-captions-on #messages li,
body.sl-chat-captions-on .chatWindow .chatRoom {
  font-size: 1.12rem !important;
  line-height: 1.45 !important;
  letter-spacing: 0.01em;
}

body.sl-chat-captions-on .chatWindow .message,
body.sl-chat-captions-on #messages .message {
  color: #f8fafc !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

body.sl-chat-captions-on .vdchat-overlay .chatWindow .chatRoom {
  background: rgba(2, 6, 23, 0.55) !important;
}

.sl-chat-captions-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: rgba(15, 23, 42, 0.72);
  color: #e2e8f0;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  line-height: 1.2;
}

.sl-chat-captions-toggle[aria-pressed="true"] {
  border-color: rgba(56, 189, 248, 0.55);
  color: #7dd3fc;
  background: rgba(8, 47, 73, 0.85);
}

.sl-chat-captions-toggle:focus-visible {
  outline: 2px solid #38bdf8;
  outline-offset: 2px;
}

.sl-room-chat-footer .sl-chat-captions-toggle,
.sl-room-chat-tabs .sl-chat-captions-toggle,
.chatWindow .chatLabel .sl-chat-captions-toggle {
  margin-left: auto;
  flex: 0 0 auto;
}

/* Never leave a stage-docked captions control from older builds */
.videoContainer > .sl-chat-captions-toggle,
.sl-room-video-host > .sl-chat-captions-toggle {
  display: none !important;
}
