.tool-detail-title{
  display: none;
}
#tool-body {
  --text-color: #333;
  --muted: #555;
  --border: #eee;
  --primary: #0093d9;
  margin: 20px 0;
}
.theme-dark-mode #tool-body {
  --text-color: #ccc;
  --muted: #999;
  --border: #3a3a3a;
  --primary: #33bbe8;
}
#tool-body .terms-wrap {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.9;
  color: var(--text-color);
}
#tool-body .terms-wrap h1 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
}
#tool-body .terms-wrap h2 {
  font-size: 17px;
  margin: 28px 0 12px;
  padding-left: 10px;
  border-left: 4px solid var(--primary);
}
#tool-body .terms-wrap p {
  margin: 8px 0;
  color: var(--muted);
  text-indent: 2em;
}
#tool-body .terms-wrap .sub-item {
  text-indent: 2em;
  margin: 4px 0;
  color: var(--muted);
}
#tool-body .terms-wrap .update-date {
  margin-top: 30px;
  text-align: right;
  color: var(--muted);
}
#tool-body .lang-note {
  max-width: 900px;
  margin: -8px auto 24px;
  padding: 8px 14px;
  background: #f6f8fa;
  border: 1px solid #e4e7ec;
  border-radius: 6px;
  font-size: 13px;
  color: #778;
  line-height: 1.6;
  text-align: center;
}
.theme-dark-mode #tool-body .lang-note {
  background: #2a2a2c;
  border: 1px solid #3a3a3a;
  color: #aaa;
}