@import url("/web/platform-polish.css");
@import url("/web/price-comparison.css");

.header-actions {
  justify-self: end;
}
.language-control {
  display: flex;
  align-items: center;
  gap: 7px;
}
html[lang="zh-CN"] body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", "Segoe UI", sans-serif;
}
html[lang="zh-CN"] .product-intro h1,
html[lang="zh-CN"] .section-heading h1 {
  letter-spacing: -.02em;
  font-weight: 700;
}
@media (max-width: 680px) {
  .language-control span { display: none; }
  .language-control select { min-width: 72px; }
}
