/* ========================================
   MINIMAL 2-LEVEL TREE - PRINTIFY STYLE
   ======================================== */
/* Hide third level completely */
.third-level-flyout {
  display: none !important; }

/* Hide chevron icons on second level */
.second-level .navPages-action-moreIcon {
  display: none !important; }

/* Hide pagination */
.flyout-pagination-container {
  display: none !important; }

/* Show all items (remove pagination) */
.flyout.page {
  display: block !important;
  height: auto !important; }

.fader {
  opacity: 1 !important; }

/* Remove height limits */
.second-level-flyout {
  height: auto !important; }

/* Vertical list layout */
.all-second-level-plus-container {
  display: flex;
  flex-direction: column; }
