/**
 * Lionsports home sports highlights table — Dream444 1/X/2 back/lay parity.
 */

body.lion-route-home app-dashboard .dashboard-custom-table:not(.lion-market-table):not(.lion-sports-owned-table) {
  display: none !important;
}

/* Desktop home highlights — back/lay pills on market routes only, not home list */
@media screen and (min-width: 992px) {
  app-dashboard .dashboard-custom-table.lion-home-list-table td.count {
    display: none !important;
  }

  app-dashboard .dashboard-custom-table:not(.lion-home-list-table):not(.lion-market-table) td.count {
    width: 122px;
    text-align: center;
    vertical-align: middle;
    padding: 2px 1px !important;
  }

  app-dashboard .dashboard-custom-table:not(.lion-market-table) td.count span {
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    line-height: 1.2;
    padding: 2px 6px;
    margin: 1px;
    box-sizing: border-box;
  }

  app-dashboard .dashboard-custom-table:not(.lion-market-table) td.count span.back {
    background: var(--dashboard-cmp-back-background, #72bbef);
    color: var(--dashboard-cmp-back-color, #1a1a1a);
  }

  app-dashboard .dashboard-custom-table:not(.lion-market-table) td.count span.lay {
    background: var(--dashboard-cmp-lay-background, #faa9ba);
    color: var(--dashboard-cmp-lay-color, #1a1a1a);
  }

  app-dashboard .dashboard-custom-table:not(.lion-market-table) .td-event-name {
    vertical-align: middle;
    padding-left: 8px !important;
  }

  app-dashboard .dashboard-custom-table:not(.lion-market-table) .fancy-and-sport-book-chips {
    width: 72px;
    min-width: 72px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 3px 5px !important;
  }

  app-dashboard .dashboard-custom-table:not(.lion-market-table) thead th.text-center span {
    font-weight: 700;
  }
}

/* Open Bets right panel */
#lion-open-bets.lion-open-bets-panel {
  width: 100%;
  box-sizing: border-box;
}

#lion-open-bets .lion-open-bets-title {
  font-weight: 700;
  font-size: 14px;
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

#lion-open-bets .lion-open-bets-empty {
  padding: 12px 10px;
  color: #aaa;
  font-size: 13px;
}

#lion-open-bets .lion-open-bet-row {
  padding: 8px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  line-height: 1.35;
}

.lion-live-odds-updated {
  display: inline-block;
  font-size: 10px;
  color: #888;
  margin: 4px 8px;
}
