/* 一言组件 - 禁用滚动动画 */
.nexmoe-widget-wrap .nexmoe-widget .hitokoto-box {
  overflow: visible !important;
}

.nexmoe-widget-wrap .nexmoe-widget .hitokoto-text {
  animation: none !important;
  -webkit-animation: none !important;
  white-space: normal !important;
  display: block !important;
  text-align: center !important;
  line-height: 1.6 !important;
  transform: none !important;       /* 清除可能的位移 */
  -webkit-transform: none !important;
}

/* 确保内部链接正常显示 */
.nexmoe-widget-wrap .nexmoe-widget .hitokoto-text a {
  display: inline;
  word-break: break-all;
  text-decoration: none;
}