.w-e-text-container {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
}
.w-e-toolbar {
  background-color: rgba(0, 0, 0, 0) !important;
  border: none !important;
  display: none !important;
}
.w-e-text {
  border: none !important;
}
.ai-left-height {
  min-height: 560px;
}
.ai-yuanchuang {
  height: 520px;
}
.ai-yuanchuang .sentence {
  height: 520px !important;
}
.foot-tag {
  gap: 10px;
}
.foot-tag .tag {
  width: 75px;
  height: 26px;
  line-height: 26px;
  border-radius: 14px;
  text-align: center;
  background-color: #fff;
  font-size: 13px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}
.foot-tag .tag em {
  display: inline-block;
  font-style: normal;
}
.sentence {
  height: 100%;
  overflow-y: auto;
}
.foot-tag .tag i {
  display: block;
}
.foot-tag .tag.cross {
  background-color: rgba(183, 28, 28, 0.1);
  color: #f00;
}
.foot-tag .tag.warning {
  background-color: rgba(230, 81, 0, 0.1);
  color: #b67418;
}
.foot-tag .tag.check {
  background-color: rgba(27, 94, 32, 0.1);
  color: #529c4f;
}
.dark-mode .foot-tag .tag i {
  display: block;
}
.dark-mode .foot-tag .tag.cross {
  background-color: rgba(183, 28, 28, 0.1);
  color: #b71c1c;
}
.dark-mode .foot-tag .tag.warning {
  background-color: rgba(230, 81, 0, 0.1);
  color: #e65100;
}
.dark-mode .foot-tag .tag.check {
  background-color: rgba(27, 94, 32, 0.1);
  color: #1b5e20;
}
.result-content {
  height: 580px;
}
.result-content .ai-result {
  height: 580px;
  overflow-y: auto;
}
.card-body {
  min-height: 580px;
}
