/* hexo-jianpu styles — served as external stylesheet */
.accidental {
  font-size: 12px;
}
.to-jianpu text {
  text-anchor: middle;
}
.to-jianpu {
  white-space: normal;
  border: 1px solid var(--grey-4, #999);
  display: block;
  max-width: 100%;
  padding: 4px;
  overflow-x: auto;
}
.to-jianpu svg {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.play-mark {
  fill: none;
}
.playing .play-mark {
  fill: #b4d7ff;
  font-weight: bold;
}
.to-jianpu .matched {
  fill: red;
}
.jianpu-meta {
  margin-bottom: 8px;
  line-height: 1.6;
}
.jianpu-title {
  font-weight: bold;
  font-size: 1.1em;
  display: block;
}
.jianpu-artist,
.jianpu-lang {
  font-size: 0.9em;
  color: #666;
  margin-right: 12px;
}
@media (prefers-color-scheme: dark) {
  .to-jianpu .matched text { fill: red; }
  .to-jianpu .matched circle { fill: red; }
  .to-jianpu text { fill: white; }
  .to-jianpu line { stroke: white; }
  .to-jianpu circle { fill: white; }
  .to-jianpu path { fill: white; }
  .playing .play-mark {
    fill: #395576;
  }
  .jianpu-artist,
  .jianpu-lang {
    color: #aaa;
  }
}
.to-jianpu .button {
  color: white;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  padding: 5px 8px;
  margin: auto;
  background-color: gray;
  font-size: 90%;
  display: inline-block;
  cursor: pointer;
}
.to-jianpu .button.blue {
  background-color: #5588cc;
}
.to-jianpu .button.red {
  background-color: #dd7777;
}
