.ant-thought-chain-item-content-box {
  border-radius: var(--XS);
  color: #1c1917;
  margin: 0 24px 0 0;
  background: var(--Colors-Neutral-Fill-colorFillSecondary, #18181b0f) !important;
  border: none !important;
}

.ant-thought-chain-item-header {
  margin-left: 12px;
  margin-inline-start: 12px;
}

.ant-thought-chain-item-content {
  background-color: #fff0 !important;
}

.chain-wrapper {
  background-color: #0000;
  border: none;
  width: 100%;
  margin-left: 20px;
}

.chain-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text-heading);
  font-family: var(--ff-body);
  font-size: var(--fs-text);
  font-weight: var(--fw-medium);
  line-height: var(--lh-body);
  font-style: normal;
  overflow: hidden;
}

.continue-btn {
  padding: 0 var(--XSM);
  border-radius: var(--smxl);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 36px;
  transition: all .2s;
  display: flex;
  box-shadow: none !important;
  color: var(--input-color) !important;
  font-family: var(--ff-body), sans-serif !important;
  font-size: var(--fs-text) !important;
  font-style: normal !important;
  font-weight: var(--fw-medium-lg) !important;
  line-height: var(--lh-body) !important;
  background: none !important;
  border: none !important;
}

.continue-btn:hover {
  color: #000 !important;
  background: #0000000a !important;
}

.continue-content {
  align-items: center;
  gap: var(--smxl);
  display: flex;
}

.chain-content {
  color: var(--text-heading);
  font-family: var(--ff-body);
  font-size: var(--fs-text);
  font-style: normal;
  font-weight: var(--fw-normal);
  line-height: var(--lh-body);
  border: none;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 4px;
  display: flex;
}
