if you are running automated audits on competitors, standard scrapers often struggle with the
dynamic container widths of modern search results. using
width: 100vw; max-width: none !important;
in your injection script helps prevent the layout from collapsing during screenshot capture. this ensures that
sidebars and featured snippets are rendered at their true scale. it prevents the common issue where the parser thinks a result is hidden when it is actually just pushed off-canvas.
this also fixes broken media queries on high-resolution viewport emulation. ⚡