@media (min-width: 1024px) {
  tbody tr.outline.outline-1.outline-indigo-400\/40.bg-slate-900\/45 td,
  [data-cw-selected-row="1"] {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.92)) !important;
    color: #f8fafc !important;
    border-top-color: rgba(96, 165, 250, 0.34) !important;
    border-bottom-color: rgba(96, 165, 250, 0.34) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  }

  tbody tr.outline.outline-1.outline-indigo-400\/40.bg-slate-900\/45 td:first-child,
  [data-cw-selected-row="1"] > button.flex-1.text-left {
    box-shadow:
      inset 5px 0 0 rgba(56, 189, 248, 0.95),
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  }

  tbody tr.outline.outline-1.outline-indigo-400\/40.bg-slate-900\/45 td:nth-child(2),
  [data-cw-selected-row="1"] .font-semibold,
  [data-cw-selected-row="1"] .font-medium {
    color: #ffffff !important;
    font-weight: 900 !important;
    text-shadow: 0 0 18px rgba(96, 165, 250, 0.22);
  }

  [data-cw-selected-row="1"] .text-\[11px\],
  [data-cw-selected-row="1"] .text-slate-400 {
    color: #cbd5e1 !important;
  }

  [data-cw-selected-row="1"] > button.flex-1.text-left:hover {
    background: transparent !important;
  }

  .bg-slate-900\/70 {
    background: linear-gradient(180deg, rgba(30, 41, 59, 0.94), rgba(15, 23, 42, 0.92)) !important;
    box-shadow:
      inset 5px 0 0 rgba(56, 189, 248, 0.95),
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      inset 0 -1px 0 rgba(255, 255, 255, 0.04);
  }
}
