/* No Results Conditional — default states before/without JS.
 * Show-on-no-results elements stay hidden until a feed reports empty;
 * the `vt-nrc-on` class (added by feed-no-results.js) reveals them by
 * returning the element to its stylesheet display value. */
.vt-show-on-no-results:not(.vt-nrc-on) {
	display: none !important;
}

.vt-hide-on-no-results.vt-nrc-off {
	display: none !important;
}
