/* Contact / About：移动端固定搜索顶栏占位 */
.mobile-header-spacer {
  display: block;
  width: 100%;
  height: 80px;
  height: calc(80px + env(safe-area-inset-top, 0px));
  flex-shrink: 0;
  pointer-events: none;
}

.contact-page.has-mobile-fixed-header,
.about-page.has-mobile-fixed-header {
  padding-top: 20px !important;
  padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box;
}

.contact-page.has-mobile-fixed-header h1,
.about-page.has-mobile-fixed-header h1 {
  font-size: 26px;
  line-height: 1.3;
  margin-top: 0;
}

.contact-page.has-mobile-fixed-header .contact-nap strong,
.about-page.has-mobile-fixed-header .contact-nap strong {
  display: block;
  min-width: 0;
  margin-bottom: 2px;
}
