/* Final premium execution layer: compact actions, table intelligence, mobile cards. */

body[data-section="tasks"] .tasks-page .table-wrap,
body[data-section="notices"] .premium-shared-table,
body[data-section="masters"] .premium-shared-table {
  border-radius: 12px !important;
  border-color: #d2dce9 !important;
  background: #ffffff !important;
}

.premium-table-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: -4px;
  padding: 8px 10px;
  border: 1px solid #d8e1ee;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #fbfdff;
  color: #53627a;
  font-size: 12px;
}

body[data-section="tasks"] .pagination-bar,
body[data-section="notices"] .pagination-bar,
body[data-section="masters"] .pagination-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  min-height: 48px !important;
  padding: 7px 10px !important;
  border-top: 1px solid #d8e1ee !important;
  background: #fbfdff !important;
  color: #53627a !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

body[data-section="tasks"] .pagination-actions,
body[data-section="notices"] .pagination-actions,
body[data-section="masters"] .pagination-actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  color: #53627a !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
}

body[data-section="tasks"] .pagination-actions button,
body[data-section="tasks"] .pagination-bar button.ghost-btn,
body[data-section="notices"] .pagination-actions button,
body[data-section="notices"] .pagination-bar button.ghost-btn,
body[data-section="masters"] .pagination-actions button,
body[data-section="masters"] .pagination-bar button.ghost-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  min-height: 30px !important;
  padding: 6px 10px !important;
  border: 1px solid #cfd9e8 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #233653 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  transform: none !important;
}

body[data-section="tasks"] .pagination-actions button:hover,
body[data-section="tasks"] .pagination-bar button.ghost-btn:hover,
body[data-section="notices"] .pagination-actions button:hover,
body[data-section="notices"] .pagination-bar button.ghost-btn:hover,
body[data-section="masters"] .pagination-actions button:hover,
body[data-section="masters"] .pagination-bar button.ghost-btn:hover {
  border-color: #aebfd6 !important;
  background: #f3f7fc !important;
  color: #17315f !important;
  box-shadow: none !important;
}

body[data-section="tasks"] .pagination-actions button:disabled,
body[data-section="tasks"] .pagination-bar button.ghost-btn:disabled,
body[data-section="notices"] .pagination-actions button:disabled,
body[data-section="notices"] .pagination-bar button.ghost-btn:disabled,
body[data-section="masters"] .pagination-actions button:disabled,
body[data-section="masters"] .pagination-bar button.ghost-btn:disabled {
  opacity: 0.55 !important;
}

body[data-section="tasks"] .pagination-actions span,
body[data-section="tasks"] .pagination-actions .muted,
body[data-section="notices"] .pagination-actions span,
body[data-section="notices"] .pagination-actions .muted,
body[data-section="masters"] .pagination-actions span,
body[data-section="masters"] .pagination-actions .muted {
  color: #53627a !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

body[data-section="tasks"] .premium-pagination-enhanced {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
}

body[data-section="tasks"] .premium-pagination-enhanced > .premium-table-meta {
  order: 1;
}

body[data-section="tasks"] .premium-pagination-enhanced > :not(.premium-table-meta):not(.pagination-actions) {
  order: 2;
}

body[data-section="tasks"] .premium-pagination-enhanced > .pagination-actions {
  order: 3;
}

.premium-table-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.premium-table-meta strong {
  color: #0f172a;
  font-size: 14px;
}

.premium-table-meta b {
  border: 1px solid #d8e1ee;
  border-radius: 999px;
  padding: 3px 8px;
  background: #ffffff;
  color: #49607d;
  font-size: 11px;
}

body[data-section="tasks"] .tasks-page .table-wrap table th {
  height: 38px !important;
  line-height: 1.15 !important;
}

body[data-section="tasks"] .tasks-page .table-wrap table td {
  min-height: 42px !important;
}

.premium-action-menu {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
}

.premium-action-trigger {
  min-height: 32px !important;
  padding: 6px 13px !important;
  border: 1px solid #b7c8e2 !important;
  border-radius: 8px !important;
  background: #f1f6fd !important;
  color: #17315f !important;
  box-shadow: none !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

.premium-action-trigger::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.premium-action-panel {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 30;
  display: none;
  min-width: 148px;
  padding: 6px;
  border: 1px solid #cbd6e6;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 34px -22px rgba(15, 31, 57, 0.55);
}

.premium-action-menu.is-open .premium-action-panel {
  display: grid;
  gap: 5px;
}

.premium-action-panel .premium-menu-action {
  width: 100% !important;
  justify-content: flex-start !important;
  min-height: 32px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  color: #17315f !important;
  text-align: left !important;
  box-shadow: none !important;
}

.premium-action-panel .premium-menu-action:hover {
  border-color: #d9e4f2 !important;
  background: #f4f8fd !important;
}

.tasks-page tbody tr,
.module-notices tbody tr,
.master-page tbody tr {
  transition: background-color 0.14s ease, box-shadow 0.14s ease;
}

.tasks-page tbody tr:hover,
.module-notices tbody tr:hover,
.master-page tbody tr:hover,
.tasks-page tbody tr:focus,
.module-notices tbody tr:focus,
.master-page tbody tr:focus {
  outline: none;
  background: #f2f7ff !important;
  box-shadow: inset 3px 0 0 #8bb4ea;
}

.tasks-page tbody tr.premium-row-risk {
  background: linear-gradient(90deg, rgba(188, 35, 62, 0.07), transparent 28%) !important;
}

.tasks-page tbody tr.premium-row-approval {
  background: linear-gradient(90deg, rgba(181, 119, 31, 0.08), transparent 28%) !important;
}

.tasks-page tbody tr.premium-row-complete {
  background: linear-gradient(90deg, rgba(15, 118, 110, 0.07), transparent 28%) !important;
}

.tasks-page tbody tr.premium-row-complete td {
  color: #334155 !important;
}

.premium-empty-cell,
.premium-loading-cell {
  padding: 26px 16px !important;
  text-align: center !important;
}

.premium-empty-state {
  display: grid;
  justify-items: center;
  gap: 5px;
  color: #64748b;
}

.premium-empty-state strong {
  color: #172033;
  font-size: 14px;
}

.premium-empty-state span {
  font-size: 12px;
}

.premium-loading-cell::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  border: 2px solid #d5dfec;
  border-top-color: #245996;
  border-radius: 999px;
  vertical-align: -2px;
  animation: premium-spin 0.8s linear infinite;
}

@keyframes premium-spin {
  to {
    transform: rotate(360deg);
  }
}

body[data-section="tasks"] .premium-filter-drawer-ready {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9) !important;
}

body[data-section="tasks"] .task-filter-advanced[hidden] {
  display: none !important;
}

body[data-section="tasks"] .task-filter-advanced {
  margin-top: 4px !important;
  border-style: solid !important;
  box-shadow: 0 12px 24px -24px rgba(15, 31, 57, 0.45) !important;
}

body[data-section="tasks"] .tasks-page td[data-label="Actions"] {
  min-width: 92px !important;
}

/* ═══════════════════════════════════════════════════════════════════
   STICKY TABLE HEADERS — prevent body text from overlapping on scroll
   ═══════════════════════════════════════════════════════════════════ */
.tasks-page .table-wrap,
.module-notices .table-wrap,
.master-page .table-wrap {
  overflow-x: auto;
  overflow-y: auto;
  max-height: 72vh;
  position: relative;
}

.tasks-page .table-wrap table thead th,
.module-notices .table-wrap table thead th,
.master-page .table-wrap table thead th,
body[data-section="tasks"] table thead th,
body[data-section="notices"] table thead th {
  position: sticky !important;
  top: 0 !important;
  z-index: 12 !important;
  background: #1e2d4a !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  border-bottom: 2px solid #2c3e5e !important;
  white-space: nowrap !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15) !important;
}

/* Keep sort icons visible on dark header */
.tasks-page thead th svg,
.tasks-page thead th .sort-icon,
body[data-section="tasks"] thead th svg {
  filter: brightness(2) !important;
}

body[data-section="tasks"] .tasks-page td[data-label="Actions"] .approval-actions,
body[data-section="tasks"] .tasks-page td[data-label="Actions"] .task-row-actions {
  display: contents !important;
}

body[data-section="notices"] .premium-quiet-description,
body[data-section="masters"] .premium-quiet-description {
  color: #6b7890 !important;
  font-size: 13px !important;
}

body[data-section="notices"] .premium-page-brief,
body[data-section="notices"] .premium-table-summary,
body[data-section="notices"] .premium-filter-summary,
body[data-section="notices"] .module-subtitle,
body[data-section="notices"] .module-hero .muted,
body[data-section="notices"] .notice-list-hero .muted {
  display: none !important;
}

body[data-section="notices"] .module-notices,
body[data-section="notices"] .master-page.module-notices {
  display: grid !important;
  gap: 12px !important;
}

body[data-section="notices"] .module-notices > .panel,
body[data-section="notices"] .master-page.module-notices > .panel {
  margin-bottom: 0 !important;
}

body[data-section="notices"] .module-notices .module-hero,
body[data-section="notices"] .notice-list-hero {
  display: grid !important;
  grid-template-columns: minmax(180px, 1fr) auto !important;
  align-items: center !important;
  gap: 12px !important;
  min-height: 0 !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body[data-section="notices"] .module-notices .module-hero::before,
body[data-section="notices"] .notice-list-hero::before {
  height: 3px !important;
}

body[data-section="notices"] .module-notices .module-hero h2,
body[data-section="notices"] .notice-list-hero h2 {
  margin: 0 !important;
  color: #0f172a !important;
  font-size: 25px !important;
  line-height: 1.05 !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
}

body[data-section="notices"] .module-notices .kpi-strip {
  display: flex !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
}

body[data-section="notices"] .notice-list-hero .kpi-strip {
  display: none !important;
}

body[data-section="notices"] .module-notices .kpi-pill {
  min-width: 110px !important;
  padding: 7px 10px !important;
  border-radius: 8px !important;
  border-color: #d5deea !important;
  background: #f8fafc !important;
  box-shadow: none !important;
}

body[data-section="notices"] .module-notices .kpi-pill span {
  color: #607089 !important;
  font-size: 9px !important;
  font-weight: 760 !important;
  letter-spacing: 0.075em !important;
}

body[data-section="notices"] .module-notices .kpi-pill strong {
  color: #0f172a !important;
  font-size: 18px !important;
  letter-spacing: 0 !important;
}

body[data-section="notices"] .notice-lite-strip {
  padding: 13px 16px !important;
  border-radius: 12px !important;
  box-shadow: none !important;
  background: #ffffff !important;
}

body[data-route="/notices/all"] .notice-lite-strip,
body[data-route="/notices/gst"] .notice-lite-strip,
body[data-route="/notices/income-tax"] .notice-lite-strip,
body[data-route="/notices/other"] .notice-lite-strip,
body[data-route="/notices/closed"] .notice-lite-strip {
  display: none !important;
}

body[data-section="notices"] .notice-lite-title-row {
  display: none !important;
  margin-bottom: 0 !important;
}

body[data-section="notices"] .notice-lite-title-row .muted,
body[data-section="notices"] .notice-lite-title-row span:not(.tag) {
  display: none !important;
}

body[data-section="notices"] .notice-lite-cards {
  gap: 8px !important;
}

body[data-section="notices"] .notice-lite-card {
  min-height: 66px !important;
  padding: 9px 11px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body[data-section="notices"] .notice-lite-card span {
  font-size: 9.5px !important;
  letter-spacing: 0.075em !important;
}

body[data-section="notices"] .notice-lite-card strong {
  font-size: 24px !important;
  letter-spacing: 0 !important;
}

body[data-section="notices"] .notice-aging-row {
  gap: 8px !important;
}

body[data-section="notices"] .notice-aging-card {
  min-height: 70px !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}

body[data-route="/notices/dashboard"] .premium-table-footer {
  display: none !important;
}

body[data-section="notices"] .notice-worklist-kpis {
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: nowrap;
}

body[data-section="notices"] .notice-worklist-kpis div {
  min-width: 104px;
  padding: 7px 10px;
  border: 1px solid #d4dfed;
  border-radius: 8px;
  background: #f8fafc;
}

body[data-section="notices"] .notice-worklist-kpis div:nth-child(2),
body[data-section="notices"] .notice-worklist-kpis div:nth-child(3) {
  border-color: #efc7cf;
  background: linear-gradient(180deg, #fff8f9, #ffffff);
}

body[data-section="notices"] .notice-worklist-kpis span {
  display: block;
  color: #607089;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

body[data-section="notices"] .notice-worklist-kpis strong {
  display: block;
  margin-top: 3px;
  color: #0f172a;
  font-size: 18px;
  line-height: 1;
}

body[data-section="notices"] .notice-worklist-search {
  min-height: 42px !important;
  border-color: #cbd6e6 !important;
  border-radius: 9px !important;
  background: #ffffff !important;
}

body[data-section="notices"] .notice-date-drawer {
  display: contents;
}

body[data-section="notices"] .notice-date-drawer[hidden] {
  display: none !important;
}

body[data-section="notices"] .notice-more-filters {
  min-height: 40px !important;
  padding: 8px 12px !important;
  border-radius: 9px !important;
  border: 1px solid #cbd6e6 !important;
  background: #ffffff !important;
  color: #26364f !important;
  box-shadow: none !important;
  font-size: 13px !important;
}

body[data-section="notices"] .module-notices .premium-filter-console,
body[data-section="notices"] .module-notices > .panel:has(select) {
  padding: 12px 16px !important;
  border-radius: 12px !important;
  background: #fbfdff !important;
  box-shadow: none !important;
}

body[data-section="notices"] .module-notices .premium-filter-console > *,
body[data-section="notices"] .module-notices > .panel:has(select) > * {
  gap: 8px !important;
}

body[data-section="notices"] .module-notices .notice-filter-grid {
  display: grid !important;
  grid-template-columns:
    minmax(150px, 0.8fr)
    minmax(170px, 0.9fr)
    minmax(160px, 0.85fr)
    minmax(145px, 0.75fr)
    minmax(145px, 0.75fr)
    minmax(210px, 1.1fr)
    minmax(104px, auto) !important;
  align-items: center !important;
  gap: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body[data-section="notices"] .module-notices select,
body[data-section="notices"] .module-notices input {
  min-height: 40px !important;
  border-radius: 9px !important;
  border-color: #cbd6e6 !important;
  box-shadow: none !important;
}

body[data-section="notices"] .module-notices .task-quick-filter-row button,
body[data-section="notices"] .module-notices .notice-filter-chip,
body[data-section="notices"] .module-notices .ghost-btn {
  min-height: 36px !important;
  padding: 7px 11px !important;
  border-radius: 9px !important;
  border-color: #cbd6e6 !important;
  background: #ffffff !important;
  color: #26364f !important;
  box-shadow: none !important;
  font-size: 12.5px !important;
}

body[data-section="notices"] .module-notices .task-quick-filter-row button.active,
body[data-section="notices"] .module-notices .notice-filter-chip.active,
body[data-section="notices"] .module-notices .task-quick-filter-row button:first-child {
  border-color: #adc7e8 !important;
  background: #eef5ff !important;
  color: #17315f !important;
}

body[data-section="notices"] .module-notices .table-wrap {
  max-height: calc(100vh - 245px) !important;
  padding: 0 !important;
  overflow: auto !important;
}

body[data-section="notices"] .module-notices table th {
  height: 38px !important;
  padding: 8px 10px !important;
  background: #f6f8fb !important;
  color: #475569 !important;
  font-size: 9.5px !important;
  letter-spacing: 0.07em !important;
  line-height: 1.1 !important;
}

body[data-section="notices"] .module-notices table td {
  padding: 8px 10px !important;
  color: #172033 !important;
  font-size: 11.5px !important;
  line-height: 1.25 !important;
}

body[data-section="notices"] .module-notices td[data-label="Notice No"] {
  color: #16315d !important;
  font-weight: 760 !important;
  white-space: nowrap !important;
}

body[data-section="notices"] .module-notices td[data-label="Client"] {
  color: #111827 !important;
  font-weight: 620 !important;
  min-width: 260px !important;
}

body[data-section="notices"] .module-notices td[data-label="Next Action"] {
  white-space: nowrap !important;
  font-variant-numeric: tabular-nums !important;
}

body[data-section="notices"] .notice-age-heading,
body[data-section="notices"] .notice-age-cell {
  white-space: nowrap !important;
}

body[data-section="notices"] .notice-age-cell {
  color: #53627a !important;
  font-weight: 700 !important;
}

body[data-section="notices"] .notice-age-cell.is-overdue {
  color: #b4233c !important;
}

body[data-section="notices"] .module-notices tbody tr.notice-overdue-row {
  background: linear-gradient(90deg, rgba(180, 35, 60, 0.06), transparent 30%) !important;
}

body[data-section="notices"] .module-notices .tag {
  padding: 3px 8px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 760 !important;
  line-height: 1.1 !important;
}

body[data-section="notices"] .notice-manage-menu {
  position: relative;
  display: inline-flex;
  justify-content: flex-end;
}

body[data-section="notices"] .notice-manage-trigger {
  min-height: 32px !important;
  padding: 6px 13px !important;
  border: 1px solid #b7c8e2 !important;
  border-radius: 8px !important;
  background: #f1f6fd !important;
  color: #17315f !important;
  box-shadow: none !important;
  font-size: 11px !important;
  line-height: 1 !important;
}

body[data-section="notices"] .notice-manage-trigger::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

body[data-section="notices"] .notice-manage-panel {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  z-index: 40;
  display: none;
  min-width: 150px;
  padding: 6px;
  border: 1px solid #cbd6e6;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 18px 34px -22px rgba(15, 31, 57, 0.55);
}

body[data-section="notices"] .notice-manage-menu.is-open .notice-manage-panel {
  display: grid;
  gap: 5px;
}

body[data-section="notices"] .notice-menu-action,
body[data-section="notices"] .notice-danger-action {
  width: 100% !important;
  justify-content: flex-start !important;
  min-height: 32px !important;
  border: 1px solid transparent !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #17315f !important;
  text-align: left !important;
  box-shadow: none !important;
  font-size: 11px !important;
}

body[data-section="notices"] .notice-danger-action {
  color: #b4233c !important;
}

body[data-section="notices"] .notice-menu-action:hover,
body[data-section="notices"] .notice-danger-action:hover {
  border-color: #d9e4f2 !important;
  background: #f4f8fd !important;
}

@media (max-width: 1180px) {
  body[data-section="notices"] .notice-worklist-kpis {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

body[data-section="notices"] .notice-filter-grid,
body[data-section="masters"] .master-toolbar,
body[data-section="masters"] .compact-toolbar-panel {
  border-radius: 12px !important;
  border-color: #d7e0ec !important;
  background: #fbfdff !important;
  box-shadow: none !important;
}

body[data-section="notices"] .table-wrap table th,
body[data-section="masters"] .table-wrap table th {
  position: sticky;
  top: 0;
  z-index: 4;
  background: #f5f8fc !important;
  color: #4d5f78 !important;
  font-size: 9.5px !important;
  letter-spacing: 0.07em !important;
}

body[data-section="notices"] .table-wrap table td,
body[data-section="masters"] .table-wrap table td {
  font-size: 12px !important;
  line-height: 1.3 !important;
}

@media (max-width: 900px) {
  body[data-section="tasks"] .content-area {
    padding: 12px !important;
  }

  body[data-section="tasks"] .tasks-page .module-hero {
    gap: 8px !important;
  }

  body[data-section="tasks"] .tasks-page .kpi-strip {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-section="tasks"] .tasks-page .module-hero .kpi-strip > button {
    grid-column: 1 / -1;
  }

  body[data-section="tasks"] .task-filter-primary,
  body[data-section="tasks"] .task-filter-primary--with-actions {
    grid-template-columns: 1fr !important;
  }

  body[data-section="tasks"] .tasks-page .table-wrap {
    max-height: none !important;
    overflow: visible !important;
    border: 0 !important;
    background: transparent !important;
  }

  body[data-section="tasks"] .tasks-page table,
  body[data-section="tasks"] .tasks-page thead,
  body[data-section="tasks"] .tasks-page tbody,
  body[data-section="tasks"] .tasks-page tr,
  body[data-section="tasks"] .tasks-page th,
  body[data-section="tasks"] .tasks-page td {
    display: block !important;
    width: 100% !important;
  }

  body[data-section="tasks"] .tasks-page thead {
    display: none !important;
  }

  body[data-section="tasks"] .tasks-page tbody {
    display: grid !important;
    gap: 10px !important;
  }

  body[data-section="tasks"] .tasks-page tbody tr {
    display: grid !important;
    gap: 6px !important;
    min-height: 0 !important;
    padding: 12px !important;
    border: 1px solid #d7e0ec !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 12px 22px -22px rgba(15, 31, 57, 0.42) !important;
  }

  body[data-section="tasks"] .tasks-page table td {
    display: grid !important;
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 8px !important;
    padding: 3px 0 !important;
    border: 0 !important;
    font-size: 12px !important;
  }

  body[data-section="tasks"] .tasks-page table td::before {
    content: attr(data-label);
    color: #64748b;
    font-size: 10px;
    font-weight: 760;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  body[data-section="tasks"] .tasks-page .sticky-col-title,
  body[data-section="tasks"] .tasks-page .sticky-col-status {
    position: static !important;
    min-width: 0 !important;
    max-width: none !important;
    box-shadow: none !important;
  }

  body[data-section="tasks"] .tasks-page td[data-label="Actions"] {
    grid-template-columns: 1fr !important;
    padding-top: 8px !important;
  }

  body[data-section="tasks"] .tasks-page td[data-label="Actions"]::before {
    display: none !important;
  }

  .premium-action-menu,
  .premium-action-trigger {
    width: 100% !important;
  }

  .premium-action-panel {
    position: static;
    margin-top: 6px;
    box-shadow: none;
  }

  .premium-table-footer {
    flex-direction: column;
    align-items: stretch;
    margin-top: 10px;
    border: 1px solid #d8e1ee;
    border-radius: 12px;
  }

}
