/* Show AI reel tiles. irresistible.css already hides every .grid-item when
   .the-grid--director has [data-reel], then unhides Featured / Commercial /
   Animation / Music Promo / Social First. AI was never added, so ?ai is blank. */

.the-grid--director[data-reel="AI"] .director-title__filter ul li[data-name="AI"] {
	background: var(--accent-color) !important;
	color: var(--background-inverse-color) !important;
}

.the-grid--director[data-reel="AI"] .grid-item[data-reel="AI"] {
	display: block;
}
