/* Keep the widget visually quiet and out of the reading flow. */
#waifu {
  bottom: -500px;
  left: auto;
  right: 14px;
  z-index: 900;
}

#waifu.waifu-active {
  bottom: 0;
}

#live2d {
  height: 280px;
  width: 280px;
}

#waifu-tips {
  margin: -24px 12px;
  width: 220px;
}

#fishq-live2d-credit {
  bottom: 4px;
  color: rgba(120, 120, 120, .65);
  font-size: 10px;
  left: 12px;
  line-height: 16px;
  position: fixed;
  z-index: 899;
}

#fishq-live2d-credit a {
  color: inherit;
  text-decoration: none;
}

#fishq-live2d-credit a:hover {
  text-decoration: underline;
}

@media (max-width: 767px), (prefers-reduced-motion: reduce) {
  #waifu,
  #waifu-toggle,
  #fishq-live2d-credit {
    display: none !important;
  }
}
