/* 小屏壳层：本文件由 enqueue 的 media=(max-width: 980px) 加载，内部不再包 @media。 */
/* 版心 / 字号 / 导航 / 按钮细则见 tsingcar/.agents/docs/features/mobile-layout.md */
.section {
  width: 100%;
  max-width: none;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ts-btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.site-header {
  height: auto;
  min-height: 3.5rem;
}
.site-header-inner {
  height: auto;
  min-height: 3.5rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  flex-wrap: nowrap;
  gap: 0.75rem;
}
.site-logo {
  width: 7.5rem;
  height: 1rem;
}
.site-logo img {
  width: 7.5rem;
  height: 1rem;
}
.site-nav {
  flex: 1;
  width: auto;
  min-width: 0;
  height: auto;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.site-nav::-webkit-scrollbar {
  display: none;
}
.site-nav-item {
  flex-shrink: 0;
  height: auto;
  padding-bottom: 0.125rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.site-nav-item::after {
  bottom: 0;
  height: 0.125rem;
}
.site-nav-consult {
  position: sticky;
  right: 0;
  z-index: 1;
  width: auto;
  min-width: 0;
  height: 1.875rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.8125rem;
  line-height: 1.25rem;
}
.site-footer-inner {
  height: auto;
  min-height: 4rem;
  padding: 1rem 0;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.site-footer-copy,
.site-footer-icp {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
body:not(.home) #primary {
  padding-top: 4.25rem;
}
body:not(.home) .site-header--overlay + #primary {
  padding-top: 0;
}
.tsingcar-placeholder h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tsingcar-placeholder p {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
