/* 跑马灯：仅负责字号/颜色/布局；动画由 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;
}
