/* Nivel, grado y PPE: jerarquía compacta sin datos duplicados. */
#sgl-desktop-app .sgl-level-summary h2::after,
#sgl-desktop-app .sgl-level-summary::after{content:none!important;display:none!important}
#sgl-desktop-app .sgl-level-summary>div:last-child{align-self:center;display:grid;gap:9px}
#sgl-desktop-app .sgl-level-summary h2{margin:0!important;line-height:1.05!important}
#sgl-desktop-app .sgl-productive-badge{display:grid;grid-template-columns:max-content minmax(94px,1fr);align-items:center;gap:9px;margin:0!important;max-width:310px}
#sgl-desktop-app .sgl-productive-badge span{min-height:30px;justify-content:center;padding:6px 10px;white-space:nowrap;letter-spacing:.035em}
#sgl-desktop-app .sgl-productive-badge .sgl-grade-chip{color:#c9e8ff}
#sgl-desktop-app .sgl-productive-badge .sgl-grade-chip b{display:inline-grid;place-items:center;width:21px;height:21px;margin-left:2px;border-radius:50%;background:#e95e70;color:#fff}
#sgl-desktop-app .sgl-productive-badge[data-grade="A"] .sgl-grade-chip b{background:#16b86d}
#sgl-desktop-app .sgl-productive-badge[data-grade="B"] .sgl-grade-chip b{background:#168fe8}
#sgl-desktop-app .sgl-productive-badge[data-grade="C"] .sgl-grade-chip b{background:#e95e70}
#sgl-desktop-app .sgl-productive-badge .sgl-ppe-chip{border-color:#2d78b7;color:#9ed2f7}
#sgl-desktop-app .sgl-productive-badge .sgl-ppe-chip b{color:#fff;font-size:12px}
#sgl-desktop-app .sgl-level-summary .sgl-progress{margin:0}
#sgl-desktop-app .sgl-level-summary p[data-level-productive]{min-height:17px;margin:0!important;color:#91b8dc!important;font-size:11px;line-height:1.35}
@media(max-width:760px){#sgl-desktop-app .sgl-productive-badge{grid-template-columns:1fr}}