#taxsv-card .grid.tax-grid,
#taxsv-card .grid.sv-grid{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(200px,1fr));
  gap:14px 18px;
}
#taxsv-card .grid.tax-grid>*,
#taxsv-card .grid.sv-grid>*{min-width:0;}
@media (max-width:1024px){
  #taxsv-card .grid.tax-grid,
  #taxsv-card .grid.sv-grid{grid-template-columns:repeat(2,minmax(200px,1fr));}
}
@media (max-width:640px){
  #taxsv-card .grid.tax-grid,
  #taxsv-card .grid.sv-grid{grid-template-columns:1fr;}
}
