/* Shared list-page title standard: matches the client cart title “商品明细”. */
#myOrders .page-intro{max-width:660px!important;padding:25px 0 14px!important}
#myOrders .page-intro h2,
#products .page-head h1,
#orders .page-head h1,
#config .page-head h1,
#consultations .page-head h1{
  margin:2px 0 0!important;
  color:var(--ink)!important;
  font-size:27px!important;
  line-height:1.2!important;
  font-weight:700!important;
}
#products .page-head,
#orders .page-head,
#config .page-head,
#consultations .page-head{
  align-items:flex-start!important;
  height:58px!important;
  min-height:58px!important;
  margin:0 0 14px!important;
}

main:has(#consultations.view.active){padding-top:28px!important}

@media(max-width:720px){
  #myOrders .page-intro{margin-inline:5px!important;padding:20px 0 11px!important}
  #myOrders .page-intro h2,
  #products .page-head h1,
  #orders .page-head h1,
  #config .page-head h1,
  #consultations .page-head h1{font-size:24px!important}
  #myOrders .page-intro h2{line-height:1.5!important}
  #products .page-head,
  #orders .page-head,
  #config .page-head,
  #consultations .page-head{height:36px!important;min-height:36px!important;margin:0 0 11px!important}
  #products .page-head span,
  #orders .page-head span,
  #config .page-head span,
  #consultations .page-head span{display:none!important}
  main:has(#consultations.view.active){padding:18px 12px 8px!important}
}
