/* Global App CSS - Marta Viveiros
   Fixes for submenu + chart containers
*/

.submenu { display: none; margin-left: 12px; }
.submenu.is-open { display: block; }

/* optional visual indicator */
[data-toggle="gestao"].is-open::after { content: "▾"; margin-left: 6px; }
[data-toggle="gestao"]::after { content: "▸"; margin-left: 6px; }

/* Charts: ensure non-zero height or they appear "blank" */
.chart-box {
  position: relative;
  height: 320px;
  min-height: 240px;
}
.chart-box canvas { width: 100% !important; height: 100% !important; }
