/* Budget page specific styles */

#reste-vivre.negative {
  color: #ef4444;
}

#reste-vivre.positive {
  color: #10b981;
}

#chart-container {
  position: relative;
  min-height: 250px;
  height: 300px;
  width: 100%;
}

#budget-chart {
  max-width: 100%;
  max-height: 100%;
}
