/* Qingqing subpage alignment; keep native tag bindings and visibility rules. */
.series-c-main > .tag-grid.fleet-native-tags {
  width: calc(100% - 20px);
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/* The native pager emits ul/li; preserve its links and button styling. */
.pagination-wrap > ul.pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination-wrap > ul.pagination > li {
  flex: 0 0 auto;
}
.pagination-wrap > ul.pagination > li.active > span {
  background: linear-gradient(135deg, var(--c-primary), var(--c-grad-2));
  color: #fff;
}

/* Match the existing mobile breakpoint, gutters and 12-card recommendation. */
@media (max-width: 600px) {
  .series-c-main > .tag-grid.fleet-native-tags {
    width: calc(100% - 16px);
  }
  .qingqing-play-related > .vod-card:nth-child(n + 13) {
    display: none;
  }
}
