.desk-player-overview-table {
  table-layout: fixed;
}

.desk-player-overview-table .player-overview-nickname { width: 23%; }
.desk-player-overview-table .player-overview-name { width: 26%; }
.desk-player-overview-table .player-overview-status { width: 35%; }
.desk-player-overview-table .player-overview-actions { width: 16%; }
.desk-player-overview-table td:nth-child(4),
.desk-player-overview-table th:nth-child(4) {
  text-align: right;
}

.player-overview-actions {
  white-space: nowrap;
}
.player-overview-nickname-cell { display: inline-flex; align-items: center; gap: 8px; }
.player-overview-nickname-cell .attendance-toggle { margin: 0; white-space: nowrap; }

.player-overview-actions button {
  display: inline-grid;
  width: 34px;
  height: 32px;
  place-items: center;
  padding: 0;
  margin-left: 6px;
  border: 1px solid #b9d7d8;
  border-radius: 5px;
  background: #eef8f8;
  color: #087f89;
}

.player-overview-actions button:hover { background: #dceff0; }
.player-overview-actions button.is-pending-recall { animation: dashboard-seat-offer-pending 1.15s ease-in-out infinite; }
.player-overview-actions button.player-overview-delete { border-color: #e0b8bb; background: #f9e8e9; color: #991d2b; }
.player-overview-actions button.player-overview-delete:hover { background: #f3dadd; }
.player-overview-actions .material-symbols-icon { display: block; font-size: 18px; line-height: 1; }
.player-overview-actions button:disabled { opacity: .55; }
.player-overview-actions svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.player-overview-status-detail { display: flex; align-items: stretch; gap: 10px; min-height: 32px; }
.player-overview-status-detail > span { display: grid; align-content: center; gap: 2px; }
.player-overview-status-detail b { font-size: 13px; }
.player-overview-status-detail small { color: #526f70; font-size: 11px; font-weight: 650; line-height: 1.1; }
.player-overview-recall { border-left: 1px solid #d9d8d2; padding-left: 10px; color: #294c50; }

@media (max-width: 760px) {
  .desk-player-overview-table { min-width: 620px; }
}
