/* Left-align figure captions */
.figure-caption, 
.caption,
figcaption {
  text-align: left !important;
}

/* Additional specificity for Quarto figure captions */
.quarto-figure .figure-caption,
.quarto-figure figcaption {
  text-align: left !important;
}

/* Make Plotly figures responsive and fill horizontal space */
.plotly {
  width: 100% !important;
  height: auto !important;
}

.plotly .plotly-graph-div {
  width: 100% !important;
  height: auto !important;
}

/* For code block captions */
.code-caption {
  text-align: left !important;
}
