.callout {
  font-size: 1.05em;
  background: #1d2632;
  color: #e9eef4;
  border-radius: 6px;
  padding: 0.8em 1.1em;
  margin: 1.5em 0;
  line-height: 1.8;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.callout a {
  color: inherit;
  text-decoration: underline;
}

.callout-tone-dark {
  background: #1d2632;
  color: #e9eef4;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.24);
}

.callout-trust::before,
.callout-informative-warn::before,
.callout-informative-info::before {
  font-family: "Font Awesome 7 Free";
  float: left;
  margin-left: 0.5em;
  margin-right: 0.7em;
  font-size: 1.4em;
}

.callout-trust::before {
  font-weight: 400;
  content: "\f2b5";
  color: #2f6f8f;
}

.callout-informative-warn::before {
  font-weight: 900;
  content: "\f0a1";
  color: #8a6d0a;
}

.callout-informative-info::before {
  font-weight: 900;
  content: "\f05a";
  color: #1f4e79;
}

.captioned-photo {
  margin: 1.25em 0;
}

.captioned-photo figcaption {
  margin-top: 0.45em;
  font-size: 0.9em;
  color: #59667a;
  text-align: center;
  font-style: italic;
}
