diff --git a/lighthouse-core/report/html/templates.html b/lighthouse-core/report/html/templates.html
index 06160ed05e80..6ed64fab6277 100644
--- a/lighthouse-core/report/html/templates.html
+++ b/lighthouse-core/report/html/templates.html
@@ -698,7 +698,7 @@
display: inline;
}
/* Just optimized. Same n/a line as no passing groups. */
- .lh-gauge--pwa__wrapper.lh-badged--pwa-optimized .lh-gauge--pwa__na-line {
+ .lh-gauge--pwa__wrapper.lh-badged--pwa-optimized:not(.lh-badged--pwa-installable):not(.lh-badged--pwa-fast-reliable) .lh-gauge--pwa__na-line {
display: inline;
}