/* Frontend CSS */

/* Custom CSS */
.pbar {
  padding: 2rem 2rem .9rem;
}

.ssw-wizards-wrapper {
  margin-top: 1.5rem;
}

.ssw-wizards-table {
  width: 100%;
}

.ssw-wizards-table .sub {
  margin: 0.35rem 0 0;
  font-size: 0.85rem;
  color: #64748b;
}

.ssw-wizards-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ssw-wizard-btn {
  display: inline-block;
  text-decoration: none;
}

.ssw-wizard-status {
  display: inline-block;
  padding: 0.25rem 0.65rem;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  background: #e2e8f0;
  color: #334155;
}

.ssw-status-draft {
  background: #fef3c7;
  color: #92400e;
}

.ssw-status-submitted,
.ssw-status-completed {
  background: #dcfce7;
  color: #166534;
}

.ssw-wizards-table th {
  text-align: left;
}

.ssw-wizard-btn,
#ssw-create-wizard-button {
  background-color: #34C1D0;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.ssw-wizard-btn {
  padding: 5px 10px;
}