
/* Classification is on the shared Account Master styling from SaleAccount.css
   (.top-btns-container, .top-btns-header, .top-btns-add-btn, .top-btns-actions, .edit-btn,
   .delete-all-btn, .search-container, .master-table-container, .master-table-scroll,
   .master-content-table1).

   Its table is checkbox / Index / Name / Action — the same shape SaleAccount, ProductGroup
   and the rest have, so the shared rules already fit: columns 1 and 2 get the 50px and 100px
   sticky treatment, the "exactly 3 columns before the last" case makes Name the flexible
   filler, and Action is the sticky 150px right column. Nothing table-specific is needed. */

/* The only page-specific bit: the classification picker sits in the toolbar next to the Add
   button, so it takes the Account Master control size (34px / 6px radius) rather than the
   30px / 5px base that .classification-select carries for the dropdown rows on Catalog and
   POSMaster (see OpeningStock.css). */
.top-btns-container .classification-select select {
    height: 34px;
    border-radius: 6px;
}
