/* PATCH 208 — refinamento do menu mobile: cabeçalho limpo e tipografia maior */
.tb-app-drawer-head.tb-app-drawer-head-simple{
  min-height:178px!important;
  padding:calc(20px + env(safe-area-inset-top)) 18px 18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 48px!important;
  align-items:start!important;
}
.tb-app-drawer-title{
  display:flex!important;
  align-items:flex-start!important;
  min-width:0!important;
}
.tb-app-drawer-logo{
  width:min(255px,72vw)!important;
  margin:0!important;
}
.tb-app-drawer-title small,
.tb-app-drawer-title strong{display:none!important}
.tb-app-drawer-scroll{
  padding-top:18px!important;
}
.tb-app-drawer-home strong,
.tb-app-drawer-section summary strong{
  font-size:22px!important;
  line-height:1.12!important;
  font-weight:900!important;
  letter-spacing:-.02em!important;
}
.tb-app-drawer-items a{
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:750!important;
}
@media(max-width:390px){
  .tb-app-drawer-head.tb-app-drawer-head-simple{
    min-height:150px!important;
    padding:calc(15px + env(safe-area-inset-top)) 14px 15px!important;
    grid-template-columns:minmax(0,1fr) 44px!important;
  }
  .tb-app-drawer-logo{
    width:min(215px,68vw)!important;
    margin:0!important;
  }
  .tb-app-drawer-close{
    width:44px!important;
    height:44px!important;
  }
  .tb-app-drawer-home,
  .tb-app-drawer-section summary{
    min-height:82px!important;
    grid-template-columns:56px minmax(0,1fr) 24px!important;
    gap:12px!important;
    padding:10px 12px!important;
  }
  .tb-app-drawer-home .ico,
  .tb-app-drawer-section summary>.ico{
    width:52px!important;
    height:52px!important;
  }
  .tb-app-drawer-home .ico svg,
  .tb-app-drawer-section summary>.ico svg{
    width:29px!important;
    height:29px!important;
  }
  .tb-app-drawer-home strong,
  .tb-app-drawer-section summary strong{
    font-size:19px!important;
    line-height:1.08!important;
  }
  .tb-app-drawer-items{
    padding-left:62px!important;
  }
  .tb-app-drawer-items a{
    min-height:46px!important;
    font-size:16px!important;
    padding:11px 12px!important;
  }
}
@media(max-width:350px){
  .tb-app-drawer-home strong,
  .tb-app-drawer-section summary strong{font-size:17.5px!important}
  .tb-app-drawer-items a{font-size:15px!important}
}
