/* Lab layout only. Visuals come from the real BRK Chat preview stylesheet. */

html,
body,
#app {
  pointer-events: auto;
}

.chat-panel {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
  filter: none;
}

.chat-channel-tabs {
  pointer-events: auto;
  overflow: visible;
}

.chat-channel-tab {
  cursor: pointer;
}

.chat-messages {
  pointer-events: auto;
}

.chat-messages > .banner-input {
  margin-top: 0;
}

.banner-input {
  flex: 1 1 auto;
  align-self: stretch;
  width: 100%;
  min-height: 0;
  resize: none;
  padding: 0 2px 0 0;
  border: 0;
  outline: none;
  background: transparent;
  color: var(--chat-text-main);
  caret-color: var(--chat-gold);
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.15;
  white-space: pre;
  overflow: auto;
  user-select: text;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 1),
    0 0 4px rgba(0, 0, 0, 0.82);
}
