.page-header {
  align-items: center;
}

.role-form {
  display: flex;
  align-items: center;
  gap: 8px;
}

.role-select {
  min-width: 180px;
}

.button-small {
  min-height: var(--button-height);
  height: var(--button-height);
  padding: 0 12px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 1;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.status-badge--success {
  background: rgba(25, 135, 84, 0.15);
  color: #0f5132;
}

.status-badge--muted {
  background: rgba(108, 117, 125, 0.15);
  color: #6c757d;
}

.form-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6e6e73;
}

.status-label {
  font-size: 13px;
}

.form-field--checkbox {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-field--checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.alert {
  padding: 12px 16px;
  border-radius: 12px;
  margin-bottom: 16px;
}

.alert-danger {
  background: rgba(220, 53, 69, 0.12);
  color: #b02a37;
}
