.allocation-participant-table,
.allocation-participant-table th,
.allocation-participant-table td,
.allocation-participant-table input,
.allocation-participant-table button,
.allocation-participant-table .btn,
.allocation-participant-table .text-muted {
  font-family: "Poppins", sans-serif !important;
}

.allocation-participant-actions {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  white-space: nowrap;
}

/* Expand chevron */
.allocation-expand-chevron {
  font-size: 11px;
  color: #555;
  cursor: pointer;
  transition: transform 0.15s ease;
}

.allocation-expand-chevron:hover {
  color: #000;
}

/* Expanded accordion row */
.allocation-expanded-row > td {
  background: #f9fafb;
  border-top: none;
}

.allocation-expanded-content {
  padding: 8px 12px;
}

/* Mini booking summary table inside expanded row */
.allocation-booking-summary {
  font-size: 12px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.allocation-booking-summary th {
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  color: #777;
  background: #f4f4f4;
  padding: 6px 10px;
}

.allocation-booking-summary td {
  padding: 5px 10px;
  color: #333;
}
