.centered-figure {
  margin: auto;
  justify-content: center;
  text-align: center;
}

.cite {
  font-size: 10pt;
  margin-left: 2em;
}

.centered-image {
  justify-content: center;
  display: block;
  margin: 0.2em 0;
}

.image-center {
  margin: 0 auto;
}

.nested-img img.iconic-icon:hover,
.iconic-icon:hover {
  border: solid 1px transparent;
}

/* For call-outs and "punches" */
.pop-inset {
  border-style: double;
  border-width: 2px;
  border-color: #888;
  padding: 0.2em;
}

:not(pre) > code {
  color: #dc8080;
  background-color: #FFF;
  border: dotted 1px #aaa;
  font-family: Consolas, monospace;
  padding: 0 0.25em;
}

.hidden {
  display: none;
}

/* For twitter posts */

.tweet-body {
  background-color: white;
  padding: 1em 3em;
  border-radius: 2em;
  border: solid 1px #aaa
}

.tweet-body .bird {
  position: relative;
  width: 2rem;
  margin-top: -2rem;
  margin-left: -3rem;
}

/* For facebook posts */

.fb-body {
  background-color: white;
  padding: 1em 3em;
  border-radius: 1em;
  border: solid 1px #aaa
}

.fb-body .fb-icon {
  position: relative;
  width: 2rem;
  margin-top: -1.75rem;
  margin-left: -3rem;
}

.inverted {
  transform: rotate(180deg);
}

/* For generated details blocs */

.details-sc p {
  margin-left: 1rem;
}

/* When hovering over JSON embeds, make it huge */

div.highlight > pre:hover {
  width: max-content;
}
