
/* V316 — BIN/VietQR chạy ngầm, không hiển thị */
@media (min-width:1280px){
  .v316-transaction-bank-grid{
    grid-template-columns:1.25fr 1fr 1.25fr!important;
  }
}
@media (max-width:1099px){
  .v316-transaction-bank-grid{
    grid-template-columns:1fr!important;
  }
}
