/* Custom Chart Block — extracted styles (was inline style="" in Twig). */

.chart-legend-swatch {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}

.regColor1 { background: rgb(247, 194, 37); }
.regColor2 { background: rgb(32, 96, 165); }
.regColor3 { background: rgb(155, 187, 89); }

.chart-section-title {
  display: block;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

/* Hindi text is hidden by default; chart_render.js toggles .english/.hindi
   visibility based on URL language, overriding these via JS .style.display
   (kept identical to original behavior). */
.lang-hindi {
  display: none;
}
