/* PATCH 209 — equilíbrio de tipografia do menu mobile.
   Mantém o novo layout da PATCH 208, reduzindo somente a escala tipográfica exagerada. */
.tb-app-drawer-home strong,
.tb-app-drawer-section summary strong{
  font-size:18px!important;
  line-height:1.14!important;
  font-weight:850!important;
  letter-spacing:-.012em!important;
}
.tb-app-drawer-items a{
  font-size:15px!important;
  line-height:1.25!important;
  font-weight:700!important;
}
@media(max-width:390px){
  .tb-app-drawer-home strong,
  .tb-app-drawer-section summary strong{
    font-size:17px!important;
    line-height:1.12!important;
    font-weight:850!important;
  }
  .tb-app-drawer-items a{
    font-size:14px!important;
    line-height:1.24!important;
  }
}
@media(max-width:350px){
  .tb-app-drawer-home strong,
  .tb-app-drawer-section summary strong{
    font-size:16px!important;
  }
  .tb-app-drawer-items a{
    font-size:13.5px!important;
  }
}
