/* 强制隐藏所有文字logo,只显示图片 */
.z-logo a::before,
.z-logo a::after,
.z-logo::before,
.z-logo::after {
  content: '' !important;
  display: none !important;
}

/* 确保图片显示 */
.z-logo img {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* 隐藏可能的文字节点 */
.z-logo a > span:not(.sr-only) {
  font-size: 0 !important;
  color: transparent !important;
}
