body.v144 .gentle-evening-review {
  margin: 10px -20px 0;
  padding: 30px 20px 26px;
  border-block: 1px solid rgba(84, 73, 104, 0.12);
  background: #fbfafc;
}

body.v144 .gentle-evening-review::before {
  display: none;
}

body.v144 .gentle-evening-review .organization-heading {
  margin-bottom: 18px;
  gap: 10px;
}

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

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

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

body.v144 .evening-letter {
  position: relative;
  margin: 0 0 26px;
  padding: 20px 18px 20px 22px;
  border-left: 2px solid #8d82ad;
  border-radius: 0 6px 6px 0;
  background: #f5f2f8;
}

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

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

body.v144 .provider-source {
  display: block;
  width: fit-content;
  margin: 7px 0 0 auto;
  color: rgba(93, 84, 122, 0.62);
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

body.v144 .active-dialogue .provider-source {
  padding-right: 2px;
}

body.v144 .evening-thought-path {
  position: relative;
  display: grid;
  gap: 4px;
  margin: 0 0 22px;
  padding: 2px 0;
}

body.v144 .evening-thought-line {
  position: absolute;
  top: 16px;
  bottom: 18px;
  left: 7px;
  width: 1px;
  background: #d9d3df;
}

body.v144 .evening-thought-point {
  position: relative;
  min-width: 0;
  padding: 7px 0 17px 30px;
}

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

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

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

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

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

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

body.v144 .evening-review-actions {
  display: grid;
  gap: 9px;
  margin-top: 20px;
}

body.v144 .evening-review-actions button {
  min-height: 48px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

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

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

body.v144 .gentle-evening-review .organization-correction {
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
}

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

body.v144 .gentle-evening-review .organization-correction p {
  color: #89828d;
  font-size: 12px;
  line-height: 1.7;
}

@media (max-width: 340px) {
  body.v144 .gentle-evening-review {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  body.v144 .evening-letter p {
    font-size: 15px;
  }
}
