.tag {
  flex: 0 0 auto;
  justify-content: center;
  min-width: max-content;
  min-height: 30px;
  padding: 5px 14px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
}

.topline {
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  flex-wrap: nowrap;
}

.topline small {
  display: inline-flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 30px;
  line-height: 20px;
  white-space: nowrap;
}

.pick-card .tag {
  display: inline-flex !important;
  width: max-content;
  max-width: 100%;
  min-height: 24px;
  padding: 3px 10px;
  line-height: 18px;
}

.section-head .tag {
  width: max-content;
  max-width: 100%;
}

.story + .story {
  margin-top: 14px;
}

body,
p,
li,
dt,
dd,
input,
button,
textarea,
select,
.story,
.tagline,
.detail-meta,
.feature-item p,
.show-card p,
.show-card small,
.show-card .age,
.section-head p,
.footer-col a,
.footer-brand p,
.text-link,
.highlight-chip,
.breadcrumbs,
.event-list,
.news-card,
.search-result,
.empty {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Noto Sans CJK SC", Arial, sans-serif !important;
  font-style: normal;
  letter-spacing: 0;
}

.story *,
.feature-item p *,
.section-head p *,
.show-card p *,
.tagline *,
.detail-meta *,
.highlight-chip *,
.breadcrumbs *,
.footer-col a *,
.footer-brand p *,
.text-link * {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", "Noto Sans CJK SC", Arial, sans-serif !important;
  font-style: normal;
  letter-spacing: 0;
}

.story,
.story *,
.feature-item p,
.feature-item p *,
.section-head p,
.section-head p *,
.show-card p,
.show-card p *,
.tagline,
.tagline *,
.detail-meta *,
.highlight-chip,
.highlight-chip *,
.footer-col a,
.footer-col a *,
.footer-brand p,
.footer-brand p *,
.breadcrumbs,
.breadcrumbs *,
.text-link,
.text-link * {
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

.show-card {
  height: 100%;
}

.show-card > a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.show-card .body {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.show-card .age {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  min-height: 36px;
  margin-top: auto !important;
  padding: 6px 12px !important;
  line-height: 20px;
  white-space: nowrap;
}

@media (max-width: 420px) {
  .topline {
    flex-wrap: wrap;
  }

  .topline small {
    flex-basis: auto;
  }

  .tag {
    justify-self: start;
  }
}
