/* Print Module Styles */

.print-btn:hover:not(:disabled),
.print-btn:active:not(:disabled) {
  cursor: pointer;
}

.print-btn:disabled {
  cursor: not-allowed;
}

.print-status {
  margin-top: 1rem;
  padding: 0.5rem;
  border-radius: 4px;
  font-size: 14px;
  animation: slideIn 0.3s ease;
}

.print-status-success {
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}

.print-status-error {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}

/* Table styling for print section */
.table-participate {
  border-collapse: collapse;
}

.table-participate thead {
  background-color: #f8f9fa;
}

.table-participate th {
  padding: 0.5rem;
  text-align: left;
  border-bottom: 2px solid #dee2e6;
  font-weight: 600;
}

.table-participate td {
  padding: 0.5rem;
  border-bottom: 1px solid #dee2e6;
}
