/* Calls & Connects Dashboard tab — visual polish.
   Ported from SC's leaderboard-tweaks.css §4 (the calls-specific rules only;
   SC's tab/column-hiding tweaks are deliberately NOT included here so riverina's
   own Dashboard tabs/columns are untouched).
   All rules scoped to #nav-callsconnects so no other tab is affected. */

/* Top-3 stat blocks: make the Calls / Connects / Ratio numbers read prominently
   (they ARE the leaderboard's content). */
#nav-callsconnects .top-agent-box .prograss-bar span,
#nav-callsconnects .top-agent-box.small .prograss-bar span {
  font-size: 20px;
  font-weight: 600;
  color: #231F20;
  letter-spacing: 0;
}
#nav-callsconnects .top-agent-box.small .prograss-bar span {
  font-size: 16px;
}

/* Centre the three numeric columns (Calls / Connects / Ratio) in the rest-table.
   Columns are: # / Agent / Office / Calls / Connects / Ratio -> :nth-child(4|5|6). */
#nav-callsconnects .agent-listing-table .responsive-table thead th:nth-child(4),
#nav-callsconnects .agent-listing-table .responsive-table thead th:nth-child(5),
#nav-callsconnects .agent-listing-table .responsive-table thead th:nth-child(6),
#nav-callsconnects .agent-listing-table .responsive-table tbody td:nth-child(4),
#nav-callsconnects .agent-listing-table .responsive-table tbody td:nth-child(5),
#nav-callsconnects .agent-listing-table .responsive-table tbody td:nth-child(6) {
  text-align: center;
}
