/* Shared readability pass for every Honkai: Star Rail endgame guide. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body { font-size: 17px; }

.pf-topbar nav a,
.moc-topbar nav a { font-size: 13px; }

.pf-hero span,
.moc-hero > div > span,
.pf-timer span,
.moc-timer span { font-size: 13px !important; }

.pf-timer small,
.moc-timer small { font-size: 11px; }

.pf-overview p,
.moc-overview p { font-size: 16px; }

.pf-overview span,
.moc-overview article > span,
.section-title span,
.moc-section-title span { font-size: 13px; }

.score-strip span,
.moc-rewards span { font-size: 11px; }

.section-title p,
.moc-section-title p { font-size: 15px; line-height: 1.5; }

.cacophony strong,
.mechanic strong,
.team-block > strong { font-size: 12px; }

.cacophony p,
.mechanic p,
.tips p,
.moc-tips p,
.quadrants p,
.king-boss p { font-size: 15px; }

.boss > span,
.encounter-boss > span,
.king-boss span { font-size: 12px; }

.weaknesses b { font-size: 11px; }

.team-member span {
  width: 100%;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
}

.team-row,
.team-member,
.team-member a {
  min-width: 0;
}

.team-row { width: 100%; }

.starward-info > div > span,
.starward-badge { font-size: 11px; }

.starward-info p { font-size: 15px; }
.starward-targets span { font-size: 10px !important; }
.quadrants strong { font-size: 12px; }

@media (max-width: 650px) {
  body { font-size: 16px; }

  .pf-topbar nav,
  .moc-topbar nav {
    min-width: 0;
    max-width: 72%;
  }

  .pf-topbar nav a,
  .moc-topbar nav a { font-size: 11px; }
  .team-member span { font-size: 12px; }
}
