.cs-item-wechat .cs-item-icon {
  background: transparent;
  overflow: hidden;
}
.cs-item-wechat .cs-item-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#wechat-qr-dialog {
  box-sizing: border-box;
  width: min(350px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 26px 24px 24px;
  border: 0;
  border-radius: 20px;
  background: #fff;
  color: #0f172a;
  box-shadow: 0 24px 80px rgba(15, 23, 42, .28);
  text-align: center;
  overflow: auto;
}
#wechat-qr-dialog::backdrop {
  background: rgba(15, 23, 42, .55);
}
#wechat-qr-title {
  margin: 0 28px 20px;
  font: 700 20px/1.4 Inter, sans-serif;
}
#wechat-qr-dialog .wechat-qr-image {
  display: block;
  width: 286px;
  max-width: 100%;
  height: auto;
  margin: auto;
}
#wechat-qr-dialog .wechat-qr-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f1f5f9;
  color: #475569;
  font: 24px/32px sans-serif;
  cursor: pointer;
}
#wechat-qr-dialog .wechat-qr-close:focus-visible {
  outline: 2px solid #22c55e;
  outline-offset: 2px;
}