
/* V438W - Toàn bộ khu Tổng quan tài khoản desktop = 14px */
@media(min-width:761px){
  /* toàn bộ chữ bên trong khu tổng quan */
  .v438u-user-overview,
  .v438u-user-overview *,
  .v438u-user-tools,
  .v438u-user-tools *{
    font-size:14px!important;
  }

  .v438u-overview-head>div>span,
  .v438u-overview-head h2,
  .v438u-overview-head>small,
  .v438u-user-kpis span,
  .v438u-user-kpis small,
  .v438u-user-tools input,
  .v438u-user-tools select,
  .v438u-user-tools>span{
    font-size:14px!important;
    line-height:1.45!important;
  }

  /* Số KPI cần lớn hơn chữ mô tả */
  .v438u-user-kpis b{
    font-size:24px!important;
    line-height:1.15!important;
  }

  /* tăng chiều cao để chữ 14px không bị chật */
  .v438u-user-overview{
    padding:16px!important;
  }
  .v438u-overview-head{
    margin-bottom:14px!important;
  }
  .v438u-user-kpis{
    gap:10px!important;
  }
  .v438u-user-kpis article{
    min-height:126px!important;
    padding:14px!important;
  }
  .v438u-user-kpis b{
    margin-top:8px!important;
  }
  .v438u-user-kpis small{
    margin-top:8px!important;
  }

  /* khu tìm kiếm / bộ lọc cùng 14px */
  .v438u-user-tools{
    padding:11px!important;
    gap:9px!important;
  }
  .v438u-user-tools input,
  .v438u-user-tools select{
    height:42px!important;
    padding:0 11px!important;
  }
}
