.profile-system-summary { padding: 9px !important; }
.profile-system-summary > strong { display: block; margin-bottom: 7px; }
.profile-system-summary dl { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)) !important; gap: 4px 8px !important; margin: 0; }
.profile-system-summary dl > div { display: grid !important; grid-template-columns: 18px minmax(0, 1fr); align-items: center; gap: 5px; padding: 4px; border-radius: 6px; }
.profile-system-summary dl > div > .svg-icon { width: 14px; height: 14px; color: var(--text-muted); }
.profile-system-summary dl span { display: grid; min-width: 0; }
.profile-system-summary dt { font-size: 7px !important; }
.profile-system-summary dd { overflow: hidden; font-size: 8px !important; text-overflow: ellipsis; white-space: nowrap; }
.profile-system-summary dl > div:nth-child(7) dd,
.profile-system-summary dl > div:nth-child(8) dd,
.profile-system-summary dl > div:nth-child(11) dd { color: #22c55e; }
@media (max-width: 760px) { .profile-system-summary dl { grid-template-columns: 1fr !important; } }
