.warning-card {
  border-left: 4px solid var(--warning-color);
}

.inline-form {
  display: inline;
}

.form-actions-inline {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1.5rem;
}

.error-card {
  text-align: center;
  max-width: 760px;
  margin: 3rem auto;
}

.error-code {
  font-size: 4rem;
  font-weight: 800;
  color: var(--primary-color);
}

.error-message {
  font-size: 1.1rem;
}

.error-actions {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.abuse-report-details {
  max-width: 320px;
  white-space: pre-wrap;
}
