body.v144-web .web-gentle-evening-review {
  padding: 34px 0 32px;
  border-block: 1px solid rgba(84, 73, 104, 0.12);
}

body.v144-web .web-gentle-evening-review .web-organization-heading {
  margin-bottom: 20px;
  gap: 11px;
}

body.v144-web .web-gentle-evening-review .web-organization-heading > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #625489;
  background: #eeeaf5;
  font-size: 13px;
}

body.v144-web .web-gentle-evening-review .web-organization-heading p {
  margin-bottom: 5px;
  color: #8b8490;
  font-size: 11px;
}

body.v144-web .web-gentle-evening-review .web-organization-heading h3 {
  color: #36313e;
  font-size: 25px;
  font-weight: 560;
  line-height: 1.4;
}

body.v144-web .web-evening-letter {
  position: relative;
  max-width: 820px;
  margin: 0 0 30px 38px;
  padding: 21px 24px 21px 27px;
  border-left: 2px solid #8d82ad;
  border-radius: 0 6px 6px 0;
  background: #f5f2f8;
}

body.v144-web .web-evening-letter > span {
  position: absolute;
  top: 8px;
  left: 10px;
  color: rgba(99, 84, 137, 0.23);
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1;
}

body.v144-web .web-evening-letter p {
  position: relative;
  margin: 0;
  color: #403a47;
  font-family: "Songti SC", "STSong", "Noto Serif SC", Georgia, serif;
  font-size: 17px;
  font-weight: 440;
  line-height: 1.9;
}

body.v144-web .provider-source {
  display: block;
  width: fit-content;
  margin: 8px 0 0 auto;
  color: rgba(91, 82, 118, 0.58);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

body.v144-web .web-evening-thought-path {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  max-width: 940px;
  margin: 0 0 28px 38px;
  padding-top: 22px;
}

body.v144-web .web-evening-thought-path[data-node-count="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 620px;
}

body.v144-web .web-evening-thought-line {
  position: absolute;
  top: 8px;
  right: 8%;
  left: 8px;
  height: 1px;
  background: #d9d3df;
}

body.v144-web .web-evening-thought-point {
  position: relative;
  min-width: 0;
  padding-right: 8px;
}

body.v144-web .web-evening-thought-point i {
  position: absolute;
  top: -19px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #6d6095;
  box-shadow: 0 0 0 1px rgba(89, 75, 126, 0.16);
}

body.v144-web .web-evening-thought-point.is-situation i {
  background: #5a9a8c;
}

body.v144-web .web-evening-thought-point.is-value i {
  background: #b38a52;
}

body.v144-web .web-evening-thought-point small {
  display: block;
  margin-bottom: 7px;
  color: #82798a;
  font-size: 11px;
  font-weight: 580;
}

body.v144-web .web-evening-thought-point p {
  margin: 0;
  color: #47414c;
  font-size: 14px;
  line-height: 1.72;
}

body.v144-web .web-evening-gentle-close {
  max-width: 820px;
  margin: 0 0 0 38px;
  padding-top: 20px;
  border-top: 1px solid rgba(84, 73, 104, 0.12);
  color: #5b5364;
  font-size: 14px;
  line-height: 1.8;
}

body.v144-web .web-evening-review-actions {
  display: flex;
  gap: 10px;
  margin: 20px 0 0 38px;
}

body.v144-web .web-evening-review-actions button {
  min-height: 42px;
  padding: 0 18px;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
}

body.v144-web .web-evening-continue {
  border: 0;
  color: #fff;
  background: #625489;
}

body.v144-web .web-evening-pause {
  border: 1px solid #ded9e3;
  color: #605867;
  background: #fff;
}

body.v144-web .web-gentle-evening-review .web-organization-correction {
  max-width: 820px;
  margin: 17px 0 0 38px;
  border-top: 0;
}

body.v144-web .web-gentle-evening-review .web-organization-correction summary {
  color: #958e99;
  font-size: 11px;
}

@media (max-width: 900px) {
  body.v144-web .web-evening-letter,
  body.v144-web .web-evening-thought-path,
  body.v144-web .web-evening-gentle-close,
  body.v144-web .web-evening-review-actions,
  body.v144-web .web-gentle-evening-review .web-organization-correction {
    margin-left: 0;
  }

  body.v144-web .web-evening-thought-path {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    padding: 0 0 0 24px;
  }

  body.v144-web .web-evening-thought-line {
    top: 8px;
    bottom: 8px;
    left: 5px;
    width: 1px;
    height: auto;
  }

  body.v144-web .web-evening-thought-point i {
    top: 5px;
    left: -24px;
  }
}
