/* Above front matter ensures liquid processes this file */
/* Add class to append to a html element to highlight it */
.highlight {
  background-color: #ffff99;
  transition: background-color 0.5s ease;
}
/* Add class overwrite for h1 and below to be limited in width to the content:
max-width: fit-content;  */
h1, h2, h3, .h1, .h2, .h3 {
  max-width: fit-content;
}
/* Add class overwrite for the TextInputArea of holoviz panel ChatInterface */
.bk-input {
  font-size: medium;
}
