#chat-toggle {
  width:82px;
  height:98px
}
#chat-toggle img {
  object-fit:cover;
  object-position:center 12%;
  transform:scale(1.32);
  transform-origin:center 18%
}
.chat-cover {
  height:210px;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  background:#0b0f15
}
#chat {
  height:610px;
  bottom:132px
}
.chat-meta {
  padding:10px 18px
}
.chat-meta small {
  color:#8fdaa9
}
@media(max-width:600px) {
  #chat-toggle {
    width:72px;
    height:86px
  }
  .chat-cover {
    height:175px
  }
  #chat {
    height:72vh;
    bottom:106px
  }
}
