/* Give a marked admonition the room to fill the slide */
.reveal .admonition.slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-height: 60vh;
  padding: 1.2em 1.5em;
  border-left: 0.25em solid currentColor;
  border-radius: 0.2em;
  background: rgba(127, 127, 127, 0.12);
  text-align: left;
}

.reveal .admonition.slide > .admonition-title {
  margin: 0 0 0.6em;
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  opacity: 0.75;
}

.reveal .admonition.slide > p:last-child {
  margin-bottom: 0;
}
