/* Layout: faqs - live.css declares `.UITabs__accordion{display:flow-root}`, an author rule that beats the
   UA `[hidden]{display:none}`. main.js toggles panels with the `hidden` property, so restore it here. */
.UITabs__accordion[hidden]{display:none}
