// ============================================================ // NPC SHEET — NPC-specific layout // ============================================================ .oathhammer .npc-main { .npc-left { min-width: @npc-left-width; max-width: @npc-left-width; display: flex; flex-direction: column; align-items: center; gap: 4px; } .npc-right { flex: 1; display: flex; flex-direction: column; gap: 4px; } }