/* player ep tip only — do not touch other player layout */
.timuTopItemRightTitle,
.ep-title-sub,
.ep-title-stack {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: inherit;
}
.timuTopItemRightTitle {
  color: #222 !important;
  font-size: 15px !important;
  line-height: 20px !important;
  white-space: nowrap !important;
}
.ep-title-sub {
  color: #999 !important;
  font-size: 12px !important;
  line-height: 17px !important;
  margin-top: 2px !important;
  white-space: nowrap !important;
}
.ep-title-stack {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}
