/* =============================================================================
   NPC Import Wizard + OSR Stat Block Display
   ============================================================================= */

/* Alignment label in read-only stat block */
.osr-alignment-row {
  margin-bottom: 0.5rem;
}

.osr-alignment-label {
  color: var(--text-secondary);
  font-size: 0.85rem;
}

/* Section headings inside stat block panels (Saving Throws, Spells, etc.) */
.osr-section-heading {
  margin: 0.75rem 0 0.25rem;
  font-size: 0.85rem;
  color: var(--info);
}

/* "Ability Scores" heading inside the edit form */
.osr-subsection-heading {
  margin: 0.75rem 0 0.25rem;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

/* Compact number/text inputs used for ability scores and combat stats */
.osr-stat-input {
  width: 60px;
  text-align: center;
}

/* Derived stat span spacing (HD / attack-bonus row) */
.osr-derived-stat-item {
  margin-right: 1rem;
}

/* Parsed preview container shown in step 2 */
.osr-parsed-preview {
  margin-top: 1rem;
}
