/* Light touch on top of the cosmo theme -- headline stat block, figure captions,
   and a callout used for the identity-trap warning. Nothing here overrides
   cosmo's own typography or sidebar chrome. */

.stat-block {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  background: #f7f6f2;
  border: 1px solid #e5e2d8;
  border-radius: 10px;
  padding: 24px 28px;
  margin: 1.4em 0;
}
.stat-block .stat { flex: 1 1 150px; }
.stat-block .num {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: 30px;
  font-weight: 600;
  color: #1c5cab;
  line-height: 1.15;
}
.stat-block .label {
  font-size: 12.5px;
  color: #6b6a60;
  margin-top: 4px;
}

.lead {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: 1.18em;
  line-height: 1.6;
}

figure img { border: 1px solid #e5e2d8; border-radius: 4px; }
figcaption { font-size: 0.87em; color: #565550; line-height: 1.55; }

table { font-size: 0.93em; }
