/* Safe container spacing to avoid overlaps */
#nova-summary{gap:20px;padding:12px 16px}

/* KPI cards: ensure consistent height */
.nz-card{display:flex;flex-direction:column;justify-content:center;min-height:64px}

/* Gauge block: fixed max width & height with internal centering */
.nz-gauge{width:100%;max-width:520px;min-height:260px;padding:14px;display:flex;align-items:center;justify-content:center;overflow:hidden}
.nz-gauge canvas{max-width:480px;max-height:240px;width:100%;height:auto}
.nz-badge{position:absolute;bottom:14px}

/* Wrong list typography: readable but compact to avoid giant texts */
.nz-q{font-size:1rem;line-height:1.45}
.nz-pair{font-size:.95rem;line-height:1.4}
.nz-exp{font-size:.95rem;line-height:1.45}

/* Card shadows and borders consistent */
.nz-item{border-left-width:6px}

/* Ensure summary blocks have spacing from page edges inside #score-container */
#score-container, .score-container{padding:8px 0 !important}
