.copyright,
.pc_customerServer_container_footer,
.pc_customerServer_container_footer_copyright,
[class*="footer_copyright"],
[class*="copyright"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 聊天消息内链接可点击 */
.chart_list_item_text a,
.chart_list_item_text .chat-link,
.advertisement a {
  color: #e93323 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  pointer-events: auto !important;
}

/* ===== 聊天表情美化 ===== */
.em {
  display: inline-block !important;
  vertical-align: middle !important;
  line-height: 1 !important;
  margin: 0 2px !important;
  image-rendering: auto !important;
  -webkit-font-smoothing: antialiased !important;
  transition: transform 0.12s ease !important;
}

/* 消息气泡内表情 */
.chart_list_item_text .em {
  width: 1.5em !important;
  height: 1.5em !important;
  font-size: 26px !important;
  margin: 0 2px !important;
}

/* PC 表情选择面板 */
.pc_customerServer_container_footer_emoji {
  background: linear-gradient(165deg, #ffffff 0%, #f4f7ff 100%) !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 28px rgba(56, 117, 234, 0.15), 0 2px 8px rgba(0,0,0,0.06) !important;
  border: 1px solid #e3eaf8 !important;
  padding: 10px 8px !important;
  grid-template-columns: repeat(8, 1fr) !important;
  gap: 2px !important;
  max-height: 200px !important;
  bottom: 54px !important;
}

.pc_customerServer_container_footer_emoji .emoji-item {
  padding: 6px !important;
  border-radius: 12px !important;
  cursor: pointer !important;
  transition: background 0.15s ease, transform 0.15s ease !important;
}

.pc_customerServer_container_footer_emoji .emoji-item:hover {
  background: rgba(56, 117, 234, 0.1) !important;
  transform: scale(1.12) !important;
}

.pc_customerServer_container_footer_emoji .emoji-item:active {
  transform: scale(0.95) !important;
}

.pc_customerServer_container_footer_emoji .em {
  width: 30px !important;
  height: 30px !important;
  font-size: 30px !important;
  margin: 0 !important;
}

/* 移动端表情选择面板 */
.mobel_customerServer_container_footer_emojiList.canSelectemoji,
.mobel_customerServer_container_footer_emojiList {
  background: linear-gradient(165deg, #ffffff 0%, #f4f7ff 100%) !important;
  border-radius: 14px 14px 0 0 !important;
  box-shadow: 0 -4px 20px rgba(56, 117, 234, 0.12) !important;
  border-top: 1px solid #e3eaf8 !important;
  padding: 10px 6px !important;
}

.mobel_customerServer_container_footer_emojiList .emoji-item {
  padding: 8px !important;
  border-radius: 12px !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  transition: background 0.15s ease, transform 0.15s ease !important;
}

.mobel_customerServer_container_footer_emojiList .emoji-item:active {
  background: rgba(56, 117, 234, 0.12) !important;
  transform: scale(1.1) !important;
}

.mobel_customerServer_container_footer_emojiList .em {
  width: 32px !important;
  height: 32px !important;
  font-size: 32px !important;
}

/* 表情按钮图标 */
.mobel_customerServer_container_footer_emoji,
.pc_customerServer_container_footer_conHandle img {
  opacity: 0.85;
  transition: opacity 0.15s;
}
.mobel_customerServer_container_footer_emoji:active {
  opacity: 1;
}

.mobel_customerServer_container_footer_emojiList {
  grid-template-columns: repeat(8, 1fr) !important;
  grid-row-gap: 4px !important;
  column-gap: 2px !important;
}
.canSelectemoji {
  height: 180px !important;
  padding: 12px 8px !important;
}



/* ===== 欢迎语卡片美化 ===== */
.chart_list_item_text .welcome-card {
  text-align: left;
  line-height: 1.65;
  font-size: 13px;
  color: #333;
  max-width: 280px;
}
.chart_list_item_text .welcome-card .w-headline {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a2e;
  margin: 0 0 10px 0;
  padding-bottom: 8px;
  border-bottom: 1px dashed #e0e6f0;
}
.chart_list_item_text .welcome-card .w-block {
  border-radius: 10px;
  padding: 10px 12px;
  margin: 8px 0;
}
.chart_list_item_text .welcome-card .w-block-gift {
  background: linear-gradient(135deg, #fff5f5 0%, #fff0f0 100%);
  border: 1px solid #ffd6d6;
}
.chart_list_item_text .welcome-card .w-block-star {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f2ff 100%);
  border: 1px solid #c8ddf5;
}
.chart_list_item_text .welcome-card .w-block-tip {
  background: linear-gradient(135deg, #fffbf0 0%, #fff8e6 100%);
  border: 1px solid #ffe0a3;
}
.chart_list_item_text .welcome-card .w-block-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.chart_list_item_text .welcome-card .w-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
}
.chart_list_item_text .welcome-card .w-icon-gift {
  background-color: #ff6b6b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M20 12v8H4v-8h16m0-2H4v-2h16v2M12 2l2 4h5v2H5V6h5l2-4z'/%3E%3C/svg%3E");
}
.chart_list_item_text .welcome-card .w-icon-star {
  background-color: #3875ea;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 2l3.09 6.26L22 9.27l-5 4.87L18.18 22 12 18.56 5.82 22 7 14.14l-5-4.87 6.91-1.01L12 2z'/%3E%3C/svg%3E");
}
.chart_list_item_text .welcome-card .w-icon-tip {
  background-color: #f5a623;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/%3E%3C/svg%3E");
}
.chart_list_item_text .welcome-card .w-highlight {
  color: #e93323;
  font-size: 14px;
  margin: 4px 0 0 0;
}
.chart_list_item_text .welcome-card .w-highlight strong {
  font-size: 16px;
}
.chart_list_item_text .welcome-card .w-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 0 0;
}
.chart_list_item_text .welcome-card .w-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 3px 0;
  font-size: 13px;
}
.chart_list_item_text .welcome-card .w-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.chart_list_item_text .welcome-card .w-dot-green {
  background: #52c41a;
  box-shadow: 0 0 0 2px rgba(82,196,26,0.2);
}
.chart_list_item_text .welcome-card .w-footer {
  text-align: center;
  color: #888;
  font-size: 12px;
  margin: 10px 0 0 0;
  padding-top: 8px;
  border-top: 1px dashed #e0e6f0;
}
.chart_list_item_text .welcome-card p {
  margin: 4px 0;
}
