/* CSS for Google charts */
.chartWithOverlay {
        position: relative;
        min-width: 700px;
        width: 50%;
}
.overlay {
        text-indent: 10% ;
        font-size: xx-large ;
        color: rgba(100, 100, 100, 0.1);
        position: absolute;
        top: 60px;  /* chartArea top  */
}
.chart {
        width: 50%;
        min-width: 700px;
        height: 500px;
}
.responsive-text-center {
  text-align: center;
}
.responsive-center {
  display: flex;
  justify-content: center;
  align-items: center; /* vertical centering if needed */
  flex-direction: column; /* optional, for stacking */
}