/* Late-loading CSS overrides for framework conflicts */

/* Fix ant-table hover animations conflicting with Tailwind */
.ant-table-tbody > tr,
.ant-table-tbody > tr > td,
.ant-table-row,
.ant-table-cell {
  transition: none !important;
}
