/* 跑马灯：仅负责字号/颜色/布局；动画由 footer.php 内联样式控制 */
.joe_custom_body_end {
  overflow: visible !important;
  max-height: none;
  line-height: 28px;
  font-size: 14px;
  width: 100%;
}

.joe_custom_body_end marquee,
.joe_custom_body_end .list-group-item,
.joe_custom_body_end .List-group-item {
  font-size: 14px !important;
  line-height: 28px !important;
}

.joe_custom_body_end_marquee,
.joe_custom_body_end_marquee * {
  color: #FFA500 !important;
  font-weight: bold !important;
}

/* 侧栏统计：文章数 2 / 访问量 4，数字完整显示 */
.joe_aside__item.author .count {
  overflow: visible !important;
}
.joe_aside__item.author .count .item.item-posts {
  flex: 2 1 0 !important;
  min-width: 0 !important;
}
.joe_aside__item.author .count .item.item-views {
  flex: 4 1 0 !important;
  min-width: 0 !important;
  overflow: visible !important;
}
.joe_aside__item.author .count .item .num,
.joe_aside__item.author .count .item.item-views .num,
#Joe_Site_Views {
  max-width: none !important;
  width: auto !important;
  overflow: visible !important;
  text-overflow: unset !important;
  white-space: nowrap !important;
  font-size: 18px !important;
  display: inline-block !important;
}
