.goodcite {
  background-color: #c7f3e47d;
}

.mediumcite {
  background-color: #f8ebc07d;
}

.badcite {
  background-color: #c284887d;
}

strong {
  color: black;
  background-color: lemonchiffon;
}

em {
  color: black;
  background-color: lightblue;
  font-weight: bold;
}

.white-col {
  background-color: white;
}

.warning {
  background-color: #f0d9a8;
  color: black;
  border-left: 4px solid #b8860b;
}

.title-slide .title {
  font-size: 1.3em;
}

.reveal blockquote {
  background-color: #b2dfdb;
  color: black;
  border-left: 4px solid #00796b;
}

.highlight-box {
  border-left: 4px solid #4CAF50;
  padding: 0.5em 1em;
  background-color: rgba(76, 175, 80, 0.1);
  font-style: italic;
}

.scenario {
  border-left: 4px solid #2196F3;
  padding: 0.3em 0.8em;
  margin: 0.4em 0;
  background-color: rgba(33, 150, 243, 0.08);
}

/* warm orange full-slide background (apply with `## Title {.orange}`).
   Override reveal's centered-layout offset so the colour fills the whole slide,
   then re-centre the content with flexbox. */
.reveal section.orange {
  background-color: #e35925;
  position: absolute;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 60px 80px !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
