.lk__card.lk__card--chat>h3{
  display:none;
}

.contacts-counter{
  margin-bottom: 30px;
}

.rcl-chat-contacts{
  display:flex;
  flex-direction: column;
  gap:29px;
}

.contact-box.preloader-parent{
  padding: 37px 35px 37px 35px;
  border-radius: 10px;
  background: #f9fafb;
  position: relative;
}

.chat-remove{
  position: absolute;
  right: 10px;
  top: 7px;
}

.chat-window-restore{
  position: absolute;
  right: 40px;
  top: 10px;
}

.avatar-contact img{
  width: 84px;
  height: 84px;
  border-radius:100%;
}

.message-text{
  margin-top:10px;
  padding: 32px 40px;
  border-radius: 10px;
  background: #fff;
}

.message-content{
  width:100%;
}

.author-name{
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.message-meta {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-top: 10px;
}