:root {
  --v12-web-violet: #65558f;
  --v12-web-mint: #6ea79a;
  --v12-web-line: rgba(68, 55, 80, 0.12);
}

body.v12-web .echo-details {
  opacity: 0.76;
}

body.v12-web .web-suggested-support {
  display: grid;
  gap: 12px;
  max-width: 720px;
  margin: 20px 0 4px;
  padding: 18px 0 4px 18px;
  border-top: 1px solid var(--v12-web-line);
  border-left: 2px solid rgba(101, 85, 143, 0.45);
}

body.v12-web .web-suggested-support > div:first-child {
  display: flex;
  gap: 10px;
  align-items: center;
}

body.v12-web .web-suggested-support > div:first-child svg {
  width: 23px;
  color: var(--v12-web-violet);
}

body.v12-web .web-suggested-support > div:first-child span,
body.v12-web .web-suggested-support > div:first-child small,
body.v12-web .web-suggested-support > div:first-child strong {
  display: block;
}

body.v12-web .web-suggested-support > div:first-child small {
  color: #7b7381;
}

body.v12-web .web-suggested-support > p {
  margin: 0;
  color: #5e5665;
  line-height: 1.72;
}

body.v12-web .web-suggested-support-actions {
  display: flex;
  gap: 8px;
}

body.v12-web .web-suggested-support-actions button {
  min-height: 44px;
}

body.v12-web .continuation-panel {
  position: sticky;
  z-index: 8;
  bottom: 12px;
  padding: 16px;
  border: 1px solid var(--v12-web-line);
  border-radius: 8px;
  background: rgba(250, 248, 248, 0.96);
  box-shadow: 0 18px 38px rgba(42, 32, 51, 0.13);
  backdrop-filter: blur(16px);
}

body.v12-web .web-continuation-invite span,
body.v12-web .web-continuation-invite p,
body.v12-web .web-continuation-prompts,
body.v12-web .desktop-review-path {
  display: none;
}

body.v12-web .web-continuation-invite h3 {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 580;
}

body.v12-web .followup-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 84px auto;
  gap: 10px;
  align-items: stretch;
  margin: 0;
}

body.v12-web .followup-form textarea {
  min-height: 76px;
  max-height: 140px;
  border: 1px solid var(--v12-web-line);
  border-radius: 7px;
  background: #fff;
}

body.v12-web .followup-dictation-card {
  min-height: 76px;
  padding: 4px;
  border: 0;
  background: transparent;
}

body.v12-web .followup-dictation-button {
  width: 66px;
  height: 66px;
  min-height: 66px;
  margin: 0;
}

body.v12-web .followup-dictation-button span,
body.v12-web .followup-dictation-card p {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

body.v12-web .followup-form .submit-row {
  display: grid;
  min-width: 172px;
  gap: 7px;
  margin: 0;
}

body.v12-web .web-conversation-organization {
  position: relative;
  padding-left: 24px;
  background: transparent;
}

body.v12-web .web-organization-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  padding-left: 18px;
  border-left: 1px solid rgba(101, 85, 143, 0.3);
}

body.v12-web .web-organization-flow > p {
  position: relative;
  padding: 10px 0;
  border: 0;
  background: transparent;
}

body.v12-web .web-organization-flow > p::before {
  position: absolute;
  top: 18px;
  left: -23px;
  width: 8px;
  height: 8px;
  content: "";
  border: 2px solid #f7f6f8;
  border-radius: 50%;
  background: var(--v12-web-mint);
}

body.v12-web .web-organization-correction {
  margin-top: 12px;
  color: #756e7a;
  font-size: 12px;
}

body.v12-web .web-organization-correction p {
  line-height: 1.6;
}

body.v12-web .journal-item.choosing-delete {
  border-color: rgba(91, 77, 121, 0.2);
}

body.v12-web .history-delete-choice {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding-top: 14px;
  border-top: 1px solid rgba(91, 77, 121, 0.14);
}

body.v12-web .history-delete-choice strong {
  color: #3f374c;
  font-size: 14px;
  font-weight: 650;
}

body.v12-web .history-delete-choice p,
body.v12-web .history-delete-choice small {
  margin: 0;
  color: #756e7a;
  font-size: 12px;
  line-height: 1.65;
}

body.v12-web .history-delete-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

body.v12-web .history-delete-buttons button {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid rgba(91, 77, 121, 0.18);
  border-radius: 7px;
  background: #f8f6fb;
  color: #574a70;
  font-size: 12px;
  font-weight: 600;
}

body.v12-web .history-delete-buttons .danger {
  border-color: rgba(151, 83, 92, 0.2);
  background: #fbf5f5;
  color: #8d4d58;
}

body.v12-web .history-delete-buttons .quiet {
  min-height: 40px;
  border-color: transparent;
  background: transparent;
  color: #7f7787;
}

@media (max-width: 920px) {
  body.v12-web .followup-form {
    grid-template-columns: minmax(0, 1fr) 76px;
  }

  body.v12-web .followup-form .submit-row {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) auto;
  }
}
