.rich-info-tooltips-info-link {
  color: var(--color-text-hyperlink);
  cursor: default;
  font-weight: bold;
}

#tooltip.rich-info-tooltip {
  font-size: small;
}
#tooltip.rich-info-tooltip .content-link {
  background-color: transparent;
  border: none;
}
#tooltip.rich-info-tooltip h1, #tooltip.rich-info-tooltip h2, #tooltip.rich-info-tooltip h3, #tooltip.rich-info-tooltip h4, #tooltip.rich-info-tooltip h5, #tooltip.rich-info-tooltip h6 {
  line-height: normal;
}
#tooltip.rich-info-tooltip .rich-tooltip-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  translate: -1rem -1rem;
  z-index: -100;
  margin: 0;
  filter: blur(10px);
  opacity: 0.2;
  mix-blend-mode: screen;
}

#tooltip.rich-info-tooltip.dark-fantasy {
  background-color: #292724;
  color: #cccac9;
  border: 3px outset #7b5f44;
  border-radius: 2px;
  box-shadow: inset 0 0 9px 3px #000000, 0 0 8px 2px #000000;
  padding: 1rem;
  text-align: left;
}
#tooltip.rich-info-tooltip.dark-fantasy h1, #tooltip.rich-info-tooltip.dark-fantasy h2, #tooltip.rich-info-tooltip.dark-fantasy h3, #tooltip.rich-info-tooltip.dark-fantasy h4, #tooltip.rich-info-tooltip.dark-fantasy h5, #tooltip.rich-info-tooltip.dark-fantasy h6 {
  border: none;
  color: #b79c81;
}

#tooltip.rich-info-tooltip.sci-fi {
  background-color: #032441;
  color: #b4e4ec;
  border: 3px solid #02d8f8;
  border-top: none;
  border-bottom: none;
  border-radius: 20px;
  box-shadow: inset 0 0 9px 3px #000000, 0 0 8px 2px #000000;
  padding: 1rem;
  text-align: left;
}
#tooltip.rich-info-tooltip.sci-fi h1, #tooltip.rich-info-tooltip.sci-fi h2, #tooltip.rich-info-tooltip.sci-fi h3, #tooltip.rich-info-tooltip.sci-fi h4, #tooltip.rich-info-tooltip.sci-fi h5, #tooltip.rich-info-tooltip.sci-fi h6 {
  border: none;
  color: #02d8f8;
}

@keyframes flicker {
  0% {
    opacity: 0.27861;
  }
  5% {
    opacity: 0.34769;
  }
  10% {
    opacity: 0.23604;
  }
  15% {
    opacity: 0.90626;
  }
  20% {
    opacity: 0.18128;
  }
  25% {
    opacity: 0.83891;
  }
  30% {
    opacity: 0.65583;
  }
  35% {
    opacity: 0.67807;
  }
  40% {
    opacity: 0.26559;
  }
  45% {
    opacity: 0.84693;
  }
  50% {
    opacity: 0.96019;
  }
  55% {
    opacity: 0.08594;
  }
  60% {
    opacity: 0.20313;
  }
  65% {
    opacity: 0.71988;
  }
  70% {
    opacity: 0.53455;
  }
  75% {
    opacity: 0.37288;
  }
  80% {
    opacity: 0.71428;
  }
  85% {
    opacity: 0.70419;
  }
  90% {
    opacity: 0.7003;
  }
  95% {
    opacity: 0.36108;
  }
  100% {
    opacity: 0.24387;
  }
}
#tooltip.rich-info-tooltip.retro {
  overflow: hidden;
  background-color: #15301f;
  color: #18cc5f;
  border: 1px solid #63765f;
  border-radius: 2px;
  box-shadow: inset 0 0 9px 3px #000000, 0 0 8px 2px #000000;
  padding: 1rem;
  text-align: left;
  font-family: Lucida Console, Lucida Sans Typewriter, monaco, Bitstream Vera Sans Mono, monospace;
}
#tooltip.rich-info-tooltip.retro::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
  z-index: 2;
  background-size: 100% 2px, 3px 100%;
  pointer-events: none;
}
#tooltip.rich-info-tooltip.retro::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(18, 16, 16, 0.1);
  opacity: 0;
  z-index: 2;
  pointer-events: none;
  animation: flicker 0.15s infinite;
}
#tooltip.rich-info-tooltip.retro h1, #tooltip.rich-info-tooltip.retro h2, #tooltip.rich-info-tooltip.retro h3, #tooltip.rich-info-tooltip.retro h4, #tooltip.rich-info-tooltip.retro h5, #tooltip.rich-info-tooltip.retro h6 {
  border: none;
  color: #dbffe9;
}

#tooltip.rich-info-tooltip.modern {
  background-color: #cabeac;
  color: #583e31;
  border: 3px outset #4e453d;
  border-radius: 0px;
  box-shadow: inset 0 0 5px 1px #000000, 0 0 8px 2px #000000;
  padding: 1rem;
  text-align: left;
  font-family: Courier, monospace;
}
#tooltip.rich-info-tooltip.modern h1, #tooltip.rich-info-tooltip.modern h2, #tooltip.rich-info-tooltip.modern h3, #tooltip.rich-info-tooltip.modern h4, #tooltip.rich-info-tooltip.modern h5, #tooltip.rich-info-tooltip.modern h6 {
  border: none;
  font-weight: bold;
  color: #4c443d;
}/*# sourceMappingURL=module.css.map */