.daggerheart.chat.damage-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; .token-target-container { display: flex; flex-direction: column; gap: 2px; border: 1px solid light-dark(@dark-blue, @golden); border-radius: 6px; cursor: pointer; header { display: flex; align-items: center; gap: 2px; border-bottom: 1px solid light-dark(@dark-blue, @golden); pointer-events: none; img { flex: 0; width: 40px; height: 40px; padding: 0 0 0 2px; } label { flex: 1; text-align: center; padding: 0 2px 0 0; } } .damage-container { display: flex; flex-direction: column; justify-content: center; gap: 2px; pointer-events: none; .damage-row { display: flex; align-items: center; padding: 0 2px; gap: 4px; label { font-weight: bold; } } } } }