/* ACT Study Guide refinements — scoped to this module only. */
.act-study-guide .act-study-figure.compact .act-study-image { max-width: 520px; }
.act-study-guide .act-study-figure.wide .act-study-image { max-width: 760px; }

/* Reserve stronger blue emphasis for key takeaways, without turning every section blue. */
.act-study-guide .act-study-callout.blue,
.act-study-guide .act-study-callout.green,
.act-study-guide .act-study-callout.act-study-question {
  background: linear-gradient(180deg, rgba(31,63,94,.12), rgba(207,223,237,.76));
  border-left: 4px solid rgba(31,63,94,.72);
  box-shadow: 0 8px 18px rgba(31,63,94,.07);
}
.act-study-guide .act-study-callout.blue > strong,
.act-study-guide .act-study-callout.green > strong,
.act-study-guide .act-study-callout.act-study-question > strong,
.act-study-guide .act-study-callout.blue p,
.act-study-guide .act-study-callout.green p,
.act-study-guide .act-study-callout.act-study-question p {
  color: #1F3F5E;
}
