.directory-screen--shop .shop-dir-card { height: 100%; }
.directory-screen--shop .shop-card { height: 100%; display: flex; flex-direction: column; }
.directory-screen--shop .shop-card__cta { margin-top: auto; }
.directory-screen--shop button.shop-card__category { appearance: none; border: 0; background: none; color: inherit; font: inherit; padding: 0; cursor: pointer; }
.directory-screen--shop button.shop-card__category:hover { text-decoration: underline; }

/* Trending Shops widget (i571) — wsg-trending iframe above the listing */
.directory-screen__trending-widget { margin: 0 0 24px; }
/* i645: hidden while search/filter facets are active — assert over any
   display rule a later selector might add to the wrapper. */
.directory-screen__trending-widget[hidden] { display: none; }
.directory-screen__trending-widget iframe {
	display: block;
	width: 100%;
	border: 0;
	/* Initial placeholder height; the widget's resize postMessage takes over. */
	height: 480px;
}
