/* page-fit.css — adapts the self-contained figure chrome to the report page.
   Loaded inside each figure iframe AFTER core-figure.css. The card keeps its
   title, gold takeaway, and source footer; this sheet only retunes them so the
   embed reads as part of the article rather than as a foreign widget.
   Do not edit assets/core-figure.css: it is built upstream. */

.cf-embed {
  background: #FCFBF6;
  border: 1px solid #E3DCCA;
  border-radius: 3px;
  padding: 20px 22px 13px;
}
.cf-title {
  font-size: 16.5px;
  font-weight: 600;
  color: #2B3038;
  letter-spacing: 0.01em;
}
.cf-takeaway {
  font-size: 13.5px;
  margin-top: 5px;
  line-height: 1.45;
}
.cf-subtitle {
  font-size: 11.5px;
  margin-top: 3px;
}
.cf-foot {
  font-size: 10px;
  margin-top: 10px;
  padding-top: 7px;
  border-top-color: #E3DCCA;
}
