@keyframes blink {
  50% { opacity: 0; }
}

.cursor {
  display: inline-block;
  background-color: black;
  width: 10px;
  height: 1em;
  margin-left: 4px;
      vertical-align: baseline;
  animation: blink 1.5s step-end infinite;
}

.date {
  margin-top: 10%!important;
  float: right;
}

.final-page > h1 {
  font-size: 3rem!important;
}

.fragment.grow {
  color: gray;
}

.fragment.grow.visible {
  /* more gray than black */
  color: #333;
}

.fragment.grow.current-fragment {
  font-size:1.7rem;
}

.tbl-stakeholder-selection tr td:first-child {
  padding-bottom: 3.5rem;
}

.ontology-overview > div > div > div > figure > div > img {
  max-height: 40vh!important;
}

.focus-overlay {
  position: absolute;
  background: radial-gradient(circle, rgba(0,191,255, 0), rgba(0,191,255, 0.1));
  border-radius: 10%;
  box-shadow: 0 0 20px rgba(0,191,255, 0.5);
  border: 2px solid rgba(0,191,255, 0.5);
}

.focus-overlay-region > img {
  position: absolute;
  top: 0;
}

.prompt {
  margin-top: 10px;
  font-size: 24px;
  position: relative;
}

.quarto-title-authors {
  margin-top: 5%;
}

.ontology-example > p {
  width: 100%;
}

.ontology-example > p > img {
  width: 75%;
  margin: auto!important;
}

p:has(> .r-stack) {
  width: 100%!important;
}

div:has(> .sql-result) {
  margin-top: 10%!important;
}

.theorem-title {
  display: block;
  width: 100%!important;
}
