type.inbound
and any(html.xpath(body.html, '//*[contains(@style,"table-column")]').nodes,
regex.icontains(.raw, 'display\s*:\s*table-column')
and (
regex.icontains(.raw, '[;"\s]height\s*:\s*0')
or regex.icontains(.raw, '[;"\s]width\s*:\s*0')
)
and regex.icount(.inner_text, '\S') > 100
)
Playground
Test against your own EMLs or sample data.