/* Fix table column widths so all columns + action buttons fit */
.MuiTableBody-root .MuiTableCell-root,
.MuiTableHead-root .MuiTableCell-root {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  padding: 10px 8px !important;
}

/* Name column — allow wrapping */
.MuiTableBody-root .MuiTableCell-root:nth-child(1) {
  white-space: normal !important;
  min-width: 100px !important;
  max-width: 140px !important;
}

/* TIN */
.MuiTableCell-root:nth-child(2) { max-width: 120px !important; }

/* Logo */
.MuiTableCell-root:nth-child(3) { max-width: 50px !important; }

/* Postal code */
.MuiTableCell-root:nth-child(4) { max-width: 70px !important; }

/* SIP domain */
.MuiTableCell-root:nth-child(5) { max-width: 160px !important; }

/* Proxies Trunk */
.MuiTableCell-root:nth-child(6) { max-width: 140px !important; }

/* Features — truncate */
.MuiTableCell-root:nth-child(7) { max-width: 150px !important; }
