:root{
    --mobile-top-shell-header-height:68px;
    --mobile-top-shell-safe-top:env(safe-area-inset-top, 0px);
    --mobile-top-shell-header-safe-height:calc(var(--mobile-top-shell-header-height) + var(--mobile-top-shell-safe-top));
  }
  .about-wrap{
    max-width:920px;
    margin:0 auto;
  }
  .about-panel{
    display:grid;
    gap:10px;
  }
  .about-panel h1{
    margin:0;
    font-size:1.32rem;
    line-height:1.25;
    color:var(--ui-text);
  }
  .about-panel h2{
    margin:0;
    font-size:1rem;
    color:var(--ui-text);
  }
  .about-panel p,
  .about-panel li{
    margin:0;
    color:var(--ui-text);
  }
  .about-panel ul{
    margin:0;
    padding-left:18px;
  }
  .about-panel .divider{
    height:1px;
    background:var(--ui-border);
    margin:2px 0 6px;
  }
