/* Direction D list pages (blog index, landing page examples index, case study index).
   The shared list rules live in d.css (built from the mocks); this file holds the few rules the built pages
   needed on top: top-anchored thumbnails for tall page captures, the industry tile as a link, and the
   filters bar on the purple edge when JavaScript is off. */
.lpx .post .img img,.lpx .ind img{object-position:top}
.post .img.svg img{object-position:left center}
.ind{color:inherit;text-decoration:none}
.filters form{display:contents}
.count .sep::before{content:"·";margin:0 2px}
.post .img .ph span{padding:0 20px;text-align:center}
.res .b .w b{color:var(--ink);font-weight:600}
@media(max-width:640px){.list-hero .hero-top .kicker{font-size:11px}}
