.npc {
    max-width: 900px;
    margin: 1.5rem auto;
    padding: 1.25rem 1.25rem;
    border: 1px solid #ddd;
    border-radius: 12px;
}

.npcHeader {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.npcName {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.2;
}

.npcWage {
    font-size: 1.1rem;
    font-weight: 600;
    white-space: nowrap;
}

.npcDescription {
    line-height: 1.5;
}

.npcProficiencies {
    line-height: 1.5;
}