#ml-icon {
  width: 25%;
  height: auto;
  border: 0.5px darkgray solid;
  border-radius: 6px;
  box-shadow: 4px 4px 4px rgb(0 0 0 / 55%);
  position: static;
}

/* Emphasize parts of bulleted text */
.highlight-text {
  font-size: 1.07rem;
  font-weight: 600;
  color: blue;
}

/* Emphasize sections with "magic marker" */
.highlight-text-green {
  background-color: #e5ffe5;
}

/* Small, light for footnote-like text */
.small-light-footnote-text {
  text-align: center;
  font-weight: 200;
  font-size: 0.9rem;
  margin-bottom: 0px;
}

.div-with-image {
  text-align: center;
  margin-bottom: 12px;
}

.list-ml-spacing li {
  margin-top: 0.35rem;
  margin-bottom: 0;
  list-style-type: circle;
}

.list-ml-spacing li:first-child {
  margin-top: 0.75rem;
}

.list-ml-spacing li:nth-child(3n) {
  margin-bottom: 1.25rem;
}

.list-ml-spacing li:last-child {
  margin-bottom: 0.75rem;
}

.ml-line-sep {
  border-color: var(--color-dark-blue);
  width: 30%;
  margin: 0.8rem auto;
}

#difficult-to-make-predictions {
  font-size: 1.75rem;
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}

#yogi-ism {
  font-size: 1.25rem;
  margin-top: 0px;
  margin-bottom: 15px;
  text-align: center;
}

.ml-link {
  /* color: rgb(94, 31, 146); */
  color: #0062ff;
  text-decoration: none;
  font-weight: 400;
}

.ml-link:hover {
  /* color: rgb(10, 66, 5); */
  color: #0058e6;
  text-decoration: underline;
}

.ml-toc {
  width: 50%;
  border: 0.5px solid gray;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  background: #ececec;
  border-radius: 10px;
  padding: 10px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.95rem;
  margin: 25px auto;
  /* margin: 25px 120px; */
}

.ml-toc ul {
  list-style: circle;
}

.the-ml-problem {
  border: 0.5px solid gray;
  background: #ececec;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.95rem;
  /* margin-top: 30px;
  margin-bottom: 40px; */
  width: 70%;
  margin: 1.8rem auto 2.5rem auto;
}

/* space between li elements */
.ml-tale-of-the-tape li {
  margin-bottom: 12px;
}

#ml-optional-blather {
  border: 0.5px solid gray;
  background: #ececec;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.95rem;

  width: 80%;
  margin: 0 auto 1.3rem auto;
}

#ml-blather-bottom-line {
  margin-top: 20px;
  font-weight: 500;
  background-color: #ffffe0;
  text-align: center;
  padding: 0.5rem;
  border-radius: 6px;
}

.ml-popover {
  /* background-color: yellow; */
  text-align: center;
}
