/* Chart containers — ensure Plotly fills them */
.chart-container {
  width: 100%;
  min-height: 350px;
}

.chart-container .js-plotly-plot {
  width: 100% !important;
}

.chart-container .plot-container {
  width: 100% !important;
}

/* Plotly overrides for SRFC branding */
.js-plotly-plot .plotly .modebar {
  right: 8px !important;
}

.js-plotly-plot .plotly .modebar-btn {
  font-size: 14px !important;
}
