/* English Study Bot V37.6 — tablet/desktop unified gradient footer.
   SAFETY SCOPE:
   - Mobile (<=767px) remains controlled by the already-tested V373 CSS.
   - This file only acts at >=768px.
   - No page-content selectors are hidden or changed.
   - No JavaScript is used.
*/

@media (min-width:768px){
  /* Hide only the exact legacy footer selectors already proven safe on mobile. */
  html.esb-mobile-page-v373 body footer:not(.esb-mobile-unified-footer-v373){
    display:none!important;
  }
  html.esb-mobile-page-v373 body .site-legal-footer{
    display:none!important;
  }
  html.esb-mobile-page-v373 body .esb-mobile-legacy-footer-v373{
    display:none!important;
  }

  /* Reuse the same injected footer DOM and the same blue-gradient visual language. */
  html.esb-mobile-page-v373 .esb-mobile-unified-footer-v373{
    position:relative!important;
    inset:auto!important;
    z-index:1!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    height:auto!important;
    min-height:0!important;
    margin:0!important;
    padding:28px 32px 30px!important;
    overflow:visible!important;
    border:0!important;
    border-top:1px solid rgba(103,140,207,.20)!important;
    border-radius:0!important;
    box-shadow:none!important;
    background:
      radial-gradient(120% 72% at 100% 100%,rgba(138,179,255,.24) 0%,rgba(138,179,255,.09) 38%,rgba(138,179,255,0) 66%),
      radial-gradient(105% 58% at 0% 100%,rgba(94,155,255,.15) 0%,rgba(94,155,255,.05) 44%,rgba(94,155,255,0) 70%),
      linear-gradient(180deg,#fbfdff 0%,#f5f9ff 52%,#edf5ff 100%)!important;
    color:#60759a!important;
    text-align:center!important;
  }

  html.esb-mobile-page-v373 .esb-mobile-unified-footer-v373 *{
    min-width:0!important;
    box-sizing:border-box!important;
  }

  html.esb-mobile-page-v373 .esb-v373-primary{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px 24px!important;
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto 12px!important;
    padding:0!important;
  }
  html.esb-mobile-page-v373 .esb-v373-primary a,
  html.esb-mobile-page-v373 .esb-v373-primary span{
    margin:0!important;
    padding:0!important;
    font-size:14px!important;
    line-height:1.45!important;
    font-weight:650!important;
    color:#536f9f!important;
    text-decoration:none!important;
    white-space:normal!important;
  }
  html.esb-mobile-page-v373 .esb-v373-primary a:hover{
    color:#2d67e7!important;
    text-decoration:none!important;
  }

  html.esb-mobile-page-v373 .esb-v373-filing{
    display:flex!important;
    flex-wrap:wrap!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px 18px!important;
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto 17px!important;
    padding:0!important;
  }
  html.esb-mobile-page-v373 .esb-v373-filing a,
  html.esb-mobile-page-v373 .esb-v373-filing span{
    margin:0!important;
    padding:0!important;
    font-size:12px!important;
    line-height:1.45!important;
    font-weight:500!important;
    color:#7a8eaf!important;
    text-decoration:none!important;
    white-space:normal!important;
  }
  html.esb-mobile-page-v373 .esb-v373-filing a:hover{
    color:#607ba8!important;
    text-decoration:none!important;
  }

  html.esb-mobile-page-v373 .esb-v373-brand{
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:100%!important;
    max-width:1180px!important;
    margin:0 auto!important;
    padding:0!important;
    gap:5px!important;
  }
  html.esb-mobile-page-v373 .esb-v373-title{
    margin:0!important;
    padding:0!important;
    font-size:24px!important;
    line-height:1.16!important;
    font-weight:800!important;
    letter-spacing:-.02em!important;
    color:#2d67e7!important;
  }
  html.esb-mobile-page-v373 .esb-v373-sub{
    margin:0!important;
    padding:0!important;
    font-size:13.5px!important;
    line-height:1.45!important;
    font-weight:500!important;
    color:#6d80a1!important;
    white-space:normal!important;
  }
  html.esb-mobile-page-v373 .esb-v373-copy{
    margin:12px 0 0!important;
    padding:0!important;
    font-size:12.5px!important;
    line-height:1.4!important;
    font-weight:500!important;
    color:#7d8fb0!important;
  }
}

/* Tablet spacing only; appearance remains the same gradient scheme. */
@media (min-width:768px) and (max-width:1024px){
  html.esb-mobile-page-v373 .esb-mobile-unified-footer-v373{
    padding:25px 24px 28px!important;
  }
  html.esb-mobile-page-v373 .esb-v373-primary{gap:7px 18px!important;}
  html.esb-mobile-page-v373 .esb-v373-filing{gap:6px 14px!important;}
  html.esb-mobile-page-v373 .esb-v373-title{font-size:23px!important;}
}
