
/* V437U1 - VAT request count text visibility fix */
.v216-vat-request-count{
  width:auto!important;
  max-width:100%!important;
  min-width:max-content;
  overflow:visible!important;
  white-space:normal!important;
}
.v216-vat-request-count span{
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
}
@media(max-width:640px){
  .v139-vat-header .v216-vat-request-count{
    width:100%!important;
    min-width:0!important;
    justify-content:flex-start;
  }
  .v139-vat-header .v216-vat-request-count span{
    min-width:0;
    white-space:normal!important;
    line-height:1.35;
  }
}
