.reports-outline {
  section[data-disabled="true"] {
    @apply text-gray-400;

    & .toggle-off {
      display: none
    }

    /* Also hide all buttons in subsections */
    & > div.section .toggle-on {
      display: none;
    }
  }

  section[data-disabled="false"] {
    /* Only target direct buttons */
    & > div > .toggle-on {
      display: none;
    }
  }
}
