.modqueue-filters-wrapper {
  margin-bottom: 20px;
}

.modqueue-status-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.modqueue-dropdown-filters {
  display: flex;
  gap: 15px;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 4px;
  border: 1px solid #dee2e6;
}

.modqueue-dropdown-filters .filter-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.modqueue-dropdown-filters label {
  font-size: 0.75rem;
  font-weight: 600;
  color: #6c757d;
  text-transform: uppercase;
}

.modqueue-dropdown-filters select {
  min-width: 150px;
}

.modqueue-stats {
  color: #6c757d;
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.modqueue-table {
  width: 100%;
}

.modqueue-status-flagged {
  background: #dc3545;
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85em;
}

.modqueue-status-pending {
  background: #ffc107;
  color: black;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.85em;
}

/* Scope badges */
.modqueue-scope {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 500;
}

.scope-national {
  background: #0d6efd;
  color: white;
}

.scope-provincial {
  background: #6f42c1;
  color: white;
}

.scope-municipal {
  background: #20c997;
  color: white;
}

.scope-community {
  background: #fd7e14;
  color: white;
}

.scope-default {
  background: #6c757d;
  color: white;
}

.modqueue-actions {
  white-space: nowrap;
}

.modqueue-actions .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
}

.moderation-rejected {
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 15px;
  color: #721c24;
}

/* Batch actions */
.modqueue-batch-form {
  margin-bottom: 0;
}

.modqueue-batch-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  background: #e9ecef;
  border: 1px solid #dee2e6;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
}

.modqueue-batch-actions .batch-selected-count {
  font-weight: 600;
  color: #495057;
  min-width: 80px;
}

.modqueue-batch-actions button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Checkbox column */
.modqueue-table th.select-all,
.modqueue-table td.checkbox {
  width: 40px;
  text-align: center;
}

.modqueue-table .modqueue-checkbox,
.modqueue-table #modqueue-select-all {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

/* Pager styling */
.modqueue-batch-form + .pager,
.modqueue-table + .pager {
  margin-top: 20px;
}
