/* Festival category tabs.
   Hide only INACTIVE panels, and only once JS is active (`yb-tabs-ready` on
   <html>). The active panel keeps its native Elementor display (flex/block),
   so container layout is never overridden. With JS off, nothing is hidden. */
.yb-tabs-ready .yb-tab-panel:not(.is-active) {
  display: none;
}
