/* Order-management layout follow-up. Loaded after the visual polish layer. */
@media (min-width: 1180px) {
  :root[data-theme="dark"] .app-shell .admin-main .el-table[data-v-539fd1b7] .el-table__header,
  :root[data-theme="dark"] .app-shell .admin-main .el-table[data-v-539fd1b7] .el-table__body,
  :root[data-theme="dark"] .app-shell .admin-main .el-table:has(.token-cell[data-v-539fd1b7]) .el-table__header,
  :root[data-theme="dark"] .app-shell .admin-main .el-table:has(.token-cell[data-v-539fd1b7]) .el-table__body {
    width: 100% !important;
    table-layout: fixed;
  }
}

/* Fallback selectors for builds where the Vue scope id stays on children only. */
:root[data-theme="dark"] .app-shell .admin-main .el-table:has(.token-cell[data-v-539fd1b7]) .el-table__row--striped td.el-table__cell {
  background: #171f29 !important;
}
:root[data-theme="dark"] .app-shell .admin-main .el-table:has(.token-cell[data-v-539fd1b7]) .el-table__body tr:hover > td.el-table__cell {
  background: #203043 !important;
}
:root[data-theme="dark"] .app-shell .admin-main .token-cell[data-v-539fd1b7] {
  background-color: transparent !important;
  background-image: none !important;
}
