/* v1.3.246 — exact-pixel Odstupy nested-table tracks.
   The values are aliases of the shared 112px / 88px geometry tokens.
   JavaScript applies these same tokens as exact pixel widths to prevent
   HTML table-layout redistribution into fractional tracks. */
#facade-table {
  --od-wide: var(--pbs-column-extra-wide, 112px);
  --od-standard: var(--pbs-column-regular, 88px);
  --od-c1: var(--od-wide);
  --od-c2: var(--od-wide);
  --od-c3: var(--od-standard);
  --od-c4: var(--od-wide);
  --od-c5: var(--od-standard);
  --od-c6: var(--od-standard);
  --od-c7: var(--od-standard);
  --od-c8: var(--od-standard);
}

/* Explicitly retain the fourth central opening-count track at 112px. */
#facade-table .opening-table > colgroup > col:nth-child(5),
#facade-table .opening-table > thead > tr > :nth-child(5),
#facade-table .opening-table > tbody > tr:not(.opening-add-row) > :nth-child(5) {
  width: var(--od-c4) !important;
  min-width: var(--od-c4) !important;
  max-width: var(--od-c4) !important;
  box-sizing: border-box !important;
}
