.chat-file-video-wrap {
  display: grid;
  gap: 0.35rem;
}
.chat-file-video {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 12rem;
  border-radius: 0.5rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #0b1220;
}
.chat-file-chip.is-video {
  background: #eff6ff;
  border-color: #bfdbfe;
}
