.chat-header-polished.live-chat-topbar,
.live-chat-topbar.chat-header-polished{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:72px;
  padding:12px 14px;
  border-radius:24px 24px 18px 18px;
  background:linear-gradient(135deg,rgba(19,23,48,.96),rgba(44,32,74,.92));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 14px 34px rgba(0,0,0,.28);
}
.chat-title-copy{
  min-width:0;
  flex:1 1 auto;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:3px;
}
.chat-title-copy .section-kicker{
  display:block;
  margin:0;
  font-size:10px;
  line-height:1.1;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:rgba(196,181,253,.96);
}
.chat-title-copy p{
  margin:0;
  max-width:100%;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#fff;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
}
.chat-title-avatar.friend-private-avatar,
.live-chat-title-icon.wa-group-icon{
  position:relative;
  flex:0 0 48px;
  width:48px;
  height:48px;
  min-width:48px;
  min-height:48px;
  margin:0;
  padding:0;
  display:grid;
  place-items:center;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.06));
  box-shadow:0 10px 26px rgba(0,0,0,.28);
  overflow:visible;
  appearance:none;
  -webkit-appearance:none;
}
.chat-title-avatar .friend-avatar-wrap,
.chat-title-avatar .friend-avatar-wrap img{
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  max-width:42px;
  max-height:42px;
  border-radius:999px;
  display:block;
  object-fit:cover;
}
.chat-title-avatar .friend-avatar-wrap{
  position:relative;
  overflow:visible;
  background:rgba(255,255,255,.08);
}
.chat-title-avatar .friend-avatar-wrap img{
  position:relative;
  z-index:2;
  border:2px solid rgba(255,255,255,.72);
  box-shadow:0 0 0 1px rgba(0,0,0,.22);
}
.chat-title-avatar .friend-avatar-wrap.has-avatar-border::before,
.chat-title-avatar.has-avatar-border::before{
  inset:-16%;
  z-index:5;
}
.live-chat-title-icon.wa-group-icon i{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:999px;
  color:#fff;
  font-size:20px;
  background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.28),rgba(124,58,237,.48));
}
.chat-header-close.live-chat-x,
.live-chat-x.chat-header-close,
.live-chat-topbar .chat-header-close{
  position:relative;
  flex:0 0 42px;
  width:42px;
  height:42px;
  min-width:42px;
  min-height:42px;
  margin:0;
  margin-left:auto;
  padding:0;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  background:rgba(255,255,255,.105);
  color:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.24);
  font-size:0;
  line-height:1;
  transition:transform .18s ease,background .18s ease,border-color .18s ease;
  appearance:none;
  -webkit-appearance:none;
}
.chat-header-close.live-chat-x::before,
.live-chat-x.chat-header-close::before,
.live-chat-topbar .chat-header-close::before{
  content:'';
  display:none;
}
.chat-header-close i,
.live-chat-topbar .chat-header-close i{
  display:grid;
  place-items:center;
  width:100%;
  height:100%;
  font-size:25px;
  line-height:1;
  transform:translateY(1px);
}
.chat-header-close:active{
  transform:scale(.94);
  background:rgba(255,255,255,.18);
}
.chat-header-polished.live-chat-topbar,
  .live-chat-topbar.chat-header-polished{
    gap:10px;
    padding:10px 12px;
    min-height:66px;
    border-radius:22px 22px 16px 16px;
  }
  .chat-title-avatar.friend-private-avatar,
  .live-chat-title-icon.wa-group-icon{
    flex-basis:44px;
    width:44px;
    height:44px;
    min-width:44px;
    min-height:44px;
  }
  .chat-title-avatar .friend-avatar-wrap,
  .chat-title-avatar .friend-avatar-wrap img,
  .live-chat-title-icon.wa-group-icon i{
    width:38px;
    height:38px;
    min-width:38px;
    min-height:38px;
  }
  .chat-header-close.live-chat-x,
  .live-chat-x.chat-header-close,
  .live-chat-topbar .chat-header-close{
    flex-basis:38px;
    width:38px;
    height:38px;
    min-width:38px;
    min-height:38px;
  }
  .chat-header-close i,
  .live-chat-topbar .chat-header-close i{font-size:23px;}
