/* Calculatrice.com — mobile global v2
   Portée : uniquement les petits écrans. Desktop validé inchangé. */

body.cr-page .cr-nav-toggle{display:none!important;appearance:none;-webkit-appearance:none;}

@media (max-width:900px){
  html{scroll-padding-top:112px;}
  body.cr-page{
    overflow-x:hidden!important;
    font-size:15px!important;
    line-height:1.58!important;
    background:#f3f5fb!important;
  }
  body.cr-page .cr-wrap{
    width:100%!important;
    max-width:none!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding-left:14px!important;
    padding-right:14px!important;
    box-sizing:border-box!important;
  }

  /* Bande réseau : même esprit que Statistiques.com, fine et scrollable. */
  body.cr-page .cr-topbar{
    display:block!important;
    position:relative!important;
    z-index:90!important;
    background:#fff!important;
    border-bottom:1px solid #e5eaf2!important;
    font-size:10px!important;
    line-height:1!important;
    overflow:hidden!important;
  }
  body.cr-page .cr-topbar-inner{
    width:100%!important;
    padding:6px 12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:12px!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.cr-page .cr-topbar-inner::-webkit-scrollbar{display:none!important;}
  body.cr-page .cr-topbar a{
    flex:0 0 auto!important;
    display:inline-flex!important;
    align-items:center!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.035em!important;
    font-weight:650!important;
    color:#5b6474!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
  }
  body.cr-page .cr-topbar a span{font-weight:850!important;}

  /* Header mobile : logo à gauche, burger à droite. */
  body.cr-page .cr-header{
    position:sticky!important;
    top:0!important;
    z-index:1000!important;
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid #dfe6ef!important;
    box-shadow:0 5px 18px rgba(15,23,42,.06)!important;
    backdrop-filter:saturate(1.2) blur(10px)!important;
    overflow:visible!important;
  }
  body.cr-page .cr-header-inner{
    min-height:56px!important;
    height:56px!important;
    padding:8px 14px!important;
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    position:relative!important;
    overflow:visible!important;
  }
  body.cr-page .cr-logo{
    min-width:0!important;
    max-width:calc(100% - 54px)!important;
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
  }
  body.cr-page .cr-logo img{
    height:32px!important;
    width:auto!important;
    max-width:176px!important;
    object-fit:contain!important;
  }
  body.cr-page .cr-logo-fallback{
    min-height:32px!important;
    font-size:22px!important;
    line-height:1!important;
  }
  body.cr-page .cr-nav-toggle{
    display:inline-flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid #dce4ee!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#121827!important;
    box-shadow:0 4px 12px rgba(15,23,42,.06)!important;
    cursor:pointer!important;
    -webkit-tap-highlight-color:transparent!important;
  }
  body.cr-page .cr-nav-toggle span,
  body.cr-page .cr-nav-toggle span::before,
  body.cr-page .cr-nav-toggle span::after{
    display:block!important;
    width:19px!important;
    height:2px!important;
    border-radius:999px!important;
    background:#121827!important;
    content:""!important;
    transition:transform .18s ease,opacity .18s ease,top .18s ease!important;
  }
  body.cr-page .cr-nav-toggle span{position:relative!important;}
  body.cr-page .cr-nav-toggle span::before{position:absolute!important;left:0!important;top:-6px!important;}
  body.cr-page .cr-nav-toggle span::after{position:absolute!important;left:0!important;top:6px!important;}
  body.cr-page .cr-header.cr-nav-open .cr-nav-toggle{background:#fff3d8!important;border-color:#ffd47b!important;}
  body.cr-page .cr-header.cr-nav-open .cr-nav-toggle span{background:transparent!important;}
  body.cr-page .cr-header.cr-nav-open .cr-nav-toggle span::before{top:0!important;transform:rotate(45deg)!important;}
  body.cr-page .cr-header.cr-nav-open .cr-nav-toggle span::after{top:0!important;transform:rotate(-45deg)!important;}

  body.cr-page .cr-nav{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:14px!important;
    right:14px!important;
    width:auto!important;
    max-width:none!important;
    max-height:0!important;
    opacity:0!important;
    visibility:hidden!important;
    overflow:hidden!important;
    background:#ffffff!important;
    border:1px solid #dfe6ef!important;
    border-radius:18px!important;
    box-shadow:0 24px 60px rgba(15,23,42,.18)!important;
    padding:0!important;
    z-index:120!important;
    transition:max-height .22s ease,opacity .18s ease,visibility .18s ease,padding .18s ease!important;
  }
  body.cr-page .cr-header.cr-nav-open .cr-nav{
    display:block!important;
    max-height:min(72vh,560px)!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:auto!important;
    padding:10px!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.cr-page .cr-nav-list{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    flex-wrap:unset!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    font-size:13px!important;
    line-height:1.2!important;
  }
  body.cr-page .cr-nav-list li{display:block!important;margin:0!important;padding:0!important;min-width:0!important;}
  body.cr-page .cr-nav-list a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:42px!important;
    padding:10px 11px!important;
    border-radius:13px!important;
    border:1px solid #edf1f6!important;
    background:#f8fafc!important;
    color:#263348!important;
    font-size:13px!important;
    font-weight:750!important;
    line-height:1.15!important;
    white-space:normal!important;
    text-decoration:none!important;
  }
  body.cr-page .cr-nav-list a:hover,
  body.cr-page .cr-nav-list a:focus-visible{
    border-color:#ffd47b!important;
    background:#fff8ea!important;
    color:#7a4300!important;
    text-decoration:none!important;
  }
  body.cr-page .cr-nav-list a.cr-active,
  body.cr-page .cr-nav-list .cr-active{
    border:1px solid #ffd47b!important;
    border-bottom:1px solid #ffd47b!important;
    background:#fff0c9!important;
    color:#7a4300!important;
    padding:10px 11px!important;
  }

  /* Sous-navigation : seulement les ancres, en chips horizontaux. */
  body.cr-page .cr-toc{
    position:relative!important;
    z-index:40!important;
    background:#fff!important;
    border-bottom:1px solid #e5eaf2!important;
  }
  body.cr-page .cr-toc-inner{
    display:block!important;
    padding:7px 14px!important;
    overflow:hidden!important;
  }
  body.cr-page .cr-breadcrumb{display:none!important;}
  body.cr-page .cr-toc-links{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.cr-page .cr-toc-links::-webkit-scrollbar{display:none!important;}
  body.cr-page .cr-toc-links a{
    flex:0 0 auto!important;
    min-height:28px!important;
    padding:6px 10px!important;
    border-radius:999px!important;
    border:1px solid #fde7b5!important;
    background:#fff8ea!important;
    color:#8a5700!important;
    font-size:12px!important;
    font-weight:800!important;
    line-height:1!important;
    text-decoration:none!important;
  }

  /* Hero et blocs principaux : empilement propre. */
  body.cr-page .cr-hero,
  body.cr-page .cr-tool-hero,
  body.cr-page .cr-dossier-hero{
    padding:24px 0 28px!important;
  }
  body.cr-page .cr-hero::after{
    right:-118px!important;
    top:-118px!important;
    width:230px!important;
    height:230px!important;
    border-width:24px!important;
    opacity:.72!important;
  }
  body.cr-page .cr-hero-grid,
  body.cr-page .cr-hero .cr-wrap.cr-hero-grid,
  body.cr-page .cr-tool-hero .cr-wrap.cr-hero-grid,
  body.cr-page .cr-dossier-hero .cr-wrap.cr-hero-grid{
    width:100%!important;
    max-width:none!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    gap:18px!important;
    align-items:start!important;
    padding-left:14px!important;
    padding-right:14px!important;
  }
  body.cr-page .cr-hero-copy{max-width:none!important;}
  body.cr-page .cr-hero h1,
  body.cr-page .cr-tool-hero h1,
  body.cr-page .cr-dossier-hero h1{
    font-size:clamp(31px,9vw,43px)!important;
    line-height:1.02!important;
    letter-spacing:-.055em!important;
    margin-bottom:10px!important;
  }
  body.cr-page .cr-hero-lead{font-size:15px!important;line-height:1.55!important;margin-bottom:12px!important;}
  body.cr-page .cr-hero-answer{padding:12px!important;border-radius:15px!important;font-size:13px!important;line-height:1.55!important;}
  body.cr-page .cr-chip-row{display:flex!important;overflow-x:auto!important;flex-wrap:nowrap!important;gap:7px!important;scrollbar-width:none!important;padding-bottom:1px!important;}
  body.cr-page .cr-chip-row::-webkit-scrollbar{display:none!important;}
  body.cr-page .cr-chip{flex:0 0 auto!important;font-size:11px!important;padding:6px 9px!important;}

  /* Calculatrices : largeur complète et aucun débordement. */
  body.cr-page .cr-calc-card,
  body.cr-page .cr-tool-calc-card,
  body.cr-page .cr-surface-calc-card,
  body.cr-page .cr-graph-card,
  body.cr-scientific-page .cr-scientific-card{
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
  body.cr-page .cr-calc-card-inner{padding:12px!important;border-radius:20px!important;}
  body.cr-page .cr-calc-head{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:10px!important;}
  body.cr-page .cr-calc-head h2{font-size:16px!important;line-height:1.15!important;}
  body.cr-page .cr-calc-head p{font-size:11px!important;line-height:1.35!important;}
  body.cr-page .cr-calc-screen,
  body.cr-page .cr-tool-screen{border-radius:16px!important;padding:12px!important;}
  body.cr-page .cr-calc-result{font-size:clamp(25px,8vw,36px)!important;}

  /* Scientifique et graphique : mobile vertical lisible. */
  body.cr-scientific-page .cr-scientific-layout{grid-template-columns:minmax(0,1fr)!important;gap:10px!important;}
  body.cr-scientific-page .cr-sci-control-strip{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  body.cr-scientific-page .cr-sci-function-row-six{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  body.cr-scientific-page .cr-sci-number-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
  body.cr-scientific-page .cr-scientific-layout .cr-calc-key{min-height:38px!important;font-size:11px!important;border-radius:9px!important;padding:0 4px!important;}
  body.cr-scientific-page .cr-scientific-examples{grid-template-columns:1fr 1fr!important;}
  body.cr-graph-page .cr-graph-layout{grid-template-columns:minmax(0,1fr)!important;}
  body.cr-graph-page .cr-graph-canvas{height:300px!important;min-height:260px!important;}
  body.cr-graph-page .cr-graph-results{grid-template-columns:minmax(0,1fr)!important;}
  body.cr-graph-page .cr-graph-examples{grid-template-columns:1fr 1fr!important;}

  /* Pages outils/surfaces : formulaires et tableaux mobiles. */
  body.cr-tool-page .cr-tool-form,
  body.cr-tool-page .cr-tool-mode-fields,
  body.cr-surface-tool-page .cr-surface-form{grid-template-columns:minmax(0,1fr)!important;}
  body.cr-tool-page .cr-tool-submit,
  body.cr-surface-tool-page .cr-tool-submit{grid-column:1/-1!important;}
  body.cr-tool-page .cr-tool-hero-diagram img,
  body.cr-surface-tool-page .cr-surface-hero-diagram img{max-height:150px!important;}

  /* Contenu général. */
  body.cr-page .cr-main{padding-top:0!important;}
  body.cr-page .cr-main > .cr-wrap.cr-content-grid{margin-top:18px!important;}
  body.cr-page .cr-content-grid{grid-template-columns:minmax(0,1fr)!important;gap:16px!important;}
  body.cr-page .cr-sidebar{position:static!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;top:auto!important;}
  body.cr-page .cr-sidebar-card + .cr-sidebar-card{margin-top:0!important;}
  body.cr-page .cr-ad{max-width:100%!important;overflow:hidden!important;}
  body.cr-page .cr-surface{padding:16px!important;border-radius:18px!important;}
  body.cr-page .cr-surface h2{font-size:24px!important;line-height:1.15!important;}
  body.cr-page .cr-card-grid,
  body.cr-page .cr-tool-list,
  body.cr-page .cr-dossier-grid,
  body.cr-page .cr-guide-grid,
  body.cr-page .cr-related-grid,
  body.cr-page .cr-dossier-card-grid,
  body.cr-page .cr-dossier-columns,
  body.cr-page .cr-step-list{grid-template-columns:minmax(0,1fr)!important;}
  body.cr-page .cr-formula-table,
  body.cr-page .cr-dossier-table{display:block!important;overflow-x:auto!important;white-space:nowrap!important;}
  body.cr-page .cr-formula-table td,
  body.cr-page .cr-dossier-table td,
  body.cr-page .cr-dossier-table th{white-space:normal!important;min-width:138px!important;}
  body.cr-page .cr-bottom-breadcrumb{padding:12px 0 18px!important;margin-top:12px!important;}
  body.cr-page .cr-bottom-breadcrumb .cr-breadcrumb{display:flex!important;font-size:12px!important;}

  /* Index /math/ : reprend la logique mobile de la rubrique Statistiques. */
  body.cr-math-index-page .cr-wrap{width:100%!important;max-width:none!important;padding-left:14px!important;padding-right:14px!important;}
  body.cr-math-index-page .math-hero{padding:24px 0 28px!important;overflow:hidden!important;}
  body.cr-math-index-page .math-hero::after{right:-130px!important;top:-105px!important;width:250px!important;height:250px!important;border-width:28px!important;opacity:.65!important;}
  body.cr-math-index-page .math-hero-inner{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:18px!important;align-items:start!important;}
  body.cr-math-index-page .math-hero-text{min-width:0!important;padding-right:0!important;}
  body.cr-math-index-page .math-hero-title-main{font-size:clamp(36px,10vw,48px)!important;line-height:.98!important;}
  body.cr-math-index-page .math-hero-title-sub{font-size:clamp(22px,6.2vw,30px)!important;line-height:1.08!important;}
  body.cr-math-index-page .math-hero-lead,
  body.cr-math-index-page .math-hero-highlights{font-size:14px!important;line-height:1.55!important;}
  body.cr-math-index-page .math-hero-visual{transform:none!important;height:auto!important;min-width:0!important;max-width:420px!important;margin:4px auto 0!important;}
  body.cr-math-index-page .math-hero-image{position:static!important;width:100%!important;height:auto!important;max-height:320px!important;object-fit:cover!important;border-radius:16px!important;}
  body.cr-math-index-page .math-section-main{padding-top:24px!important;}
  body.cr-math-index-page .math-kpi-grid,
  body.cr-math-index-page .math-layout,
  body.cr-math-index-page .math-surface-groups,
  body.cr-math-index-page .math-quiz-wrapper{grid-template-columns:minmax(0,1fr)!important;}
  body.cr-math-index-page .math-item-card-featured{grid-template-columns:96px minmax(0,1fr)!important;}
  body.cr-math-index-page .math-item-thumb img{max-height:78px!important;}
  body.cr-math-index-page .math-quiz-image img{min-height:210px!important;max-height:260px!important;}
  body.cr-math-index-page .math-quote-text{font-size:20px!important;}

  /* Footer : compact et propre. */
  body.cr-page footer.site-footer .container{width:100%!important;padding-left:14px!important;padding-right:14px!important;}
  body.cr-page footer.site-footer .footer-top,
  body.cr-page footer.site-footer .footer-bottom{display:block!important;text-align:left!important;}
  body.cr-page footer.site-footer .footer-links{display:flex!important;flex-wrap:wrap!important;gap:8px 12px!important;}
  body.cr-page footer.site-footer .occs-footer{align-items:flex-start!important;}
}

@media (max-width:480px){
  body.cr-page .cr-wrap{padding-left:12px!important;padding-right:12px!important;}
  body.cr-page .cr-topbar-inner{padding-left:10px!important;padding-right:10px!important;}
  body.cr-page .cr-header-inner{height:54px!important;padding:8px 12px!important;}
  body.cr-page .cr-nav{left:10px!important;right:10px!important;}
  body.cr-page .cr-nav-list{grid-template-columns:minmax(0,1fr)!important;}
  body.cr-page .cr-logo img{height:30px!important;max-width:170px!important;}
  body.cr-page .cr-hero-grid,
  body.cr-page .cr-hero .cr-wrap.cr-hero-grid,
  body.cr-page .cr-tool-hero .cr-wrap.cr-hero-grid{padding-left:12px!important;padding-right:12px!important;}
  body.cr-page .cr-hero h1{font-size:30px!important;}
  body.cr-page .cr-calc-key{min-height:42px!important;font-size:14px!important;}
  body.cr-scientific-page .cr-sci-control-strip,
  body.cr-scientific-page .cr-sci-function-row-six,
  body.cr-scientific-page .cr-sci-number-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  body.cr-graph-page .cr-graph-ranges,
  body.cr-graph-page .cr-graph-actions{grid-template-columns:minmax(0,1fr)!important;}
  body.cr-math-index-page .math-item-card-featured{grid-template-columns:minmax(0,1fr)!important;}
}

/* v3 — correctif de spécificité pour scientifique.php :
   le CSS desktop de cette page a des sélecteurs plus forts, donc on les reprend explicitement en mobile. */
@media (max-width:900px){
  body.cr-page.cr-scientific-page .cr-topbar{
    display:block!important;
    position:relative!important;
    z-index:90!important;
    background:#fff!important;
    border-bottom:1px solid #e5eaf2!important;
    font-size:10px!important;
    line-height:1!important;
    overflow:hidden!important;
  }
  body.cr-page.cr-scientific-page .cr-topbar-inner{
    width:100%!important;
    padding:6px 12px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:12px!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.cr-page.cr-scientific-page .cr-topbar-inner::-webkit-scrollbar{display:none!important;}
  body.cr-page.cr-scientific-page .cr-topbar a{
    flex:0 0 auto!important;
    display:inline-flex!important;
    align-items:center!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.035em!important;
    font-weight:650!important;
    color:#5b6474!important;
    text-transform:uppercase!important;
    text-decoration:none!important;
  }
  body.cr-page.cr-scientific-page .cr-header{
    position:sticky!important;
    top:0!important;
    z-index:1000!important;
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid #dfe6ef!important;
    box-shadow:0 5px 18px rgba(15,23,42,.06)!important;
    backdrop-filter:saturate(1.2) blur(10px)!important;
    overflow:visible!important;
  }
  body.cr-page.cr-scientific-page .cr-header-inner{
    min-height:56px!important;
    height:56px!important;
    padding:8px 14px!important;
    display:flex!important;
    flex-direction:row!important;
    flex-wrap:nowrap!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:10px!important;
    position:relative!important;
    overflow:visible!important;
  }
  body.cr-page.cr-scientific-page .cr-logo{
    min-width:0!important;
    max-width:calc(100% - 54px)!important;
    flex:1 1 auto!important;
    display:flex!important;
    align-items:center!important;
  }
  body.cr-page.cr-scientific-page .cr-logo img{
    height:32px!important;
    width:auto!important;
    max-width:176px!important;
    object-fit:contain!important;
  }
  body.cr-page.cr-scientific-page .cr-nav-toggle{
    display:inline-flex!important;
    flex:0 0 auto!important;
    align-items:center!important;
    justify-content:center!important;
    width:42px!important;
    height:42px!important;
    padding:0!important;
    margin:0!important;
    border:1px solid #dce4ee!important;
    border-radius:14px!important;
    background:#fff!important;
    color:#121827!important;
    box-shadow:0 4px 12px rgba(15,23,42,.06)!important;
    cursor:pointer!important;
  }
  body.cr-page.cr-scientific-page .cr-nav-toggle span,
  body.cr-page.cr-scientific-page .cr-nav-toggle span::before,
  body.cr-page.cr-scientific-page .cr-nav-toggle span::after{
    display:block!important;
    width:19px!important;
    height:2px!important;
    border-radius:999px!important;
    background:#121827!important;
    content:""!important;
    transition:transform .18s ease,opacity .18s ease,top .18s ease!important;
  }
  body.cr-page.cr-scientific-page .cr-nav-toggle span{position:relative!important;}
  body.cr-page.cr-scientific-page .cr-nav-toggle span::before{position:absolute!important;left:0!important;top:-6px!important;}
  body.cr-page.cr-scientific-page .cr-nav-toggle span::after{position:absolute!important;left:0!important;top:6px!important;}
  body.cr-page.cr-scientific-page .cr-header.cr-nav-open .cr-nav-toggle{background:#fff3d8!important;border-color:#ffd47b!important;}
  body.cr-page.cr-scientific-page .cr-header.cr-nav-open .cr-nav-toggle span{background:transparent!important;}
  body.cr-page.cr-scientific-page .cr-header.cr-nav-open .cr-nav-toggle span::before{top:0!important;transform:rotate(45deg)!important;}
  body.cr-page.cr-scientific-page .cr-header.cr-nav-open .cr-nav-toggle span::after{top:0!important;transform:rotate(-45deg)!important;}
  body.cr-page.cr-scientific-page .cr-nav{
    position:absolute!important;
    top:calc(100% + 8px)!important;
    left:14px!important;
    right:14px!important;
    width:auto!important;
    max-width:none!important;
    max-height:0!important;
    opacity:0!important;
    visibility:hidden!important;
    overflow:hidden!important;
    background:#ffffff!important;
    border:1px solid #dfe6ef!important;
    border-radius:18px!important;
    box-shadow:0 24px 60px rgba(15,23,42,.18)!important;
    padding:0!important;
    z-index:120!important;
    transition:max-height .22s ease,opacity .18s ease,visibility .18s ease,padding .18s ease!important;
  }
  body.cr-page.cr-scientific-page .cr-header.cr-nav-open .cr-nav{
    display:block!important;
    max-height:min(72vh,560px)!important;
    opacity:1!important;
    visibility:visible!important;
    overflow:auto!important;
    padding:10px!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.cr-page.cr-scientific-page .cr-nav-list{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
    align-items:stretch!important;
    justify-content:stretch!important;
    flex-wrap:unset!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    font-size:13px!important;
    line-height:1.2!important;
  }
  body.cr-page.cr-scientific-page .cr-nav-list li{display:block!important;margin:0!important;padding:0!important;min-width:0!important;}
  body.cr-page.cr-scientific-page .cr-nav-list a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:42px!important;
    padding:10px 11px!important;
    border-radius:13px!important;
    border:1px solid #edf1f6!important;
    background:#f8fafc!important;
    color:#263348!important;
    font-size:13px!important;
    font-weight:750!important;
    line-height:1.15!important;
    white-space:normal!important;
    text-decoration:none!important;
  }
  body.cr-page.cr-scientific-page .cr-nav-list a.cr-active,
  body.cr-page.cr-scientific-page .cr-nav-list .cr-active{
    border:1px solid #ffd47b!important;
    border-bottom:1px solid #ffd47b!important;
    background:#fff0c9!important;
    color:#7a4300!important;
    padding:10px 11px!important;
  }
  body.cr-page.cr-scientific-page .cr-toc-inner{
    display:block!important;
    padding:7px 14px!important;
    overflow:hidden!important;
  }
  body.cr-page.cr-scientific-page .cr-breadcrumb{display:none!important;}
  body.cr-page.cr-scientific-page .cr-toc-links{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    gap:7px!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;
  }
  body.cr-page.cr-scientific-page .cr-toc-links::-webkit-scrollbar{display:none!important;}
}
@media (max-width:480px){
  body.cr-page.cr-scientific-page .cr-header-inner{height:54px!important;padding:8px 12px!important;}
  body.cr-page.cr-scientific-page .cr-nav{left:10px!important;right:10px!important;}
  body.cr-page.cr-scientific-page .cr-nav-list{grid-template-columns:minmax(0,1fr)!important;}
  body.cr-page.cr-scientific-page .cr-logo img{height:30px!important;max-width:170px!important;}
}
