.v9-web #reflectionArea {
  display: flex;
  flex-direction: column;
}

.v9-web #reflectionArea > .moon-response-anchor {
  order: 0;
}

.v9-web #reflectionArea > .response-output {
  order: 1;
}

.v9-web #reflectionArea > .web-conversation-stage {
  order: 2;
}

.v9-web #reflectionArea > .continuation-panel {
  order: 3;
}

.v9-web #reflectionArea > .desktop-response-evening {
  order: 4;
}

.v9-web #reflectionArea > [class*="post-check"],
.v9-web #reflectionArea > .release-card.self-reflection {
  order: 5;
}

.v9-web #reflectionArea > [class*="context"] {
  order: 6;
}

.v9-web .active-dialogue {
  display: grid;
  gap: 0;
  margin: 18px 0 14px;
  max-width: 720px;
}

.v9-web .active-dialogue-turn {
  position: relative;
  margin: 0;
  padding: 11px 8px 11px 24px;
  color: #4d465c;
  font-size: 16px;
  font-weight: 510;
  line-height: 1.75;
}

.v9-web .active-dialogue-turn::before {
  position: absolute;
  top: 22px;
  left: 6px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #aaa2bd;
  content: "";
}

.v9-web .active-dialogue-turn:not(:last-child)::after {
  position: absolute;
  top: 27px;
  bottom: -9px;
  left: 8px;
  width: 1px;
  background: rgba(139, 127, 174, 0.2);
  content: "";
}

.v9-web .active-dialogue-turn.is-receive {
  color: #332c49;
  font-weight: 650;
}

.v9-web .active-dialogue-turn.is-invite {
  color: #5c4a91;
}

.v9-web .active-dialogue-turn.is-invite::before {
  background: #76b9ae;
  box-shadow: 0 0 0 5px rgba(118, 185, 174, 0.12);
}

.v9-web .conversation-exchanges {
  display: grid;
  grid-column: 1 / -1;
  gap: 0;
  margin: 0 0 26px;
  border-bottom: 1px solid rgba(76, 64, 105, 0.1);
}

.v9-web .conversation-exchange {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(360px, 1.28fr);
  gap: 32px;
  margin: 0;
  padding: 22px 0 24px;
  border: 0;
  border-top: 1px solid rgba(76, 64, 105, 0.1);
  border-radius: 0;
  background: transparent;
}

.v9-web .conversation-exchange .user-turn {
  align-self: start;
  padding: 13px 15px;
  border: 1px solid rgba(92, 74, 145, 0.1);
  border-radius: 7px;
  background: rgba(103, 86, 151, 0.05);
}

.v9-web .conversation-exchange .user-turn span,
.v9-web .conversation-exchange .holding-turn > span {
  display: block;
  margin-bottom: 6px;
  color: #8a8294;
  font-size: 12px;
  line-height: 1.45;
}

.v9-web .conversation-exchange .user-turn p {
  margin: 0;
  color: #514a5c;
  font-size: 15px;
  line-height: 1.7;
}

.v9-web .conversation-exchange .holding-turn > span {
  color: #655686;
  font-weight: 620;
}

.v9-web .conversation-exchange .active-dialogue {
  margin: 2px 0 8px;
}

.v9-web .conversation-exchange .followup-response-voice {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .v9-web .conversation-exchange {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
