.whatsapp-recovery-triage {
  width: min(var(--max), calc(100% - 44px));
  margin: 0 auto 46px;
  border: 1px solid #314039;
  background: #f4f7f0;
  color: #101612;
}

.whatsapp-recovery-triage__intro {
  padding: 30px;
  border-bottom: 1px solid #314039;
  background: #101612;
  color: #f4f7f0;
}

.whatsapp-recovery-triage__intro > span {
  display: block;
  color: #d6ec45;
  font: 800 10px/1.35 Consolas, "Courier New", monospace;
}

.whatsapp-recovery-triage__intro h2 {
  max-width: 720px;
  margin: 10px 0 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

.whatsapp-recovery-triage__intro p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #c8d0c8;
  font-size: 14px;
  line-height: 1.55;
}

.whatsapp-recovery-triage__choices {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.whatsapp-recovery-triage__choices button {
  min-width: 0;
  min-height: 150px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 0;
  border-right: 1px solid #c2cac1;
  border-bottom: 1px solid #c2cac1;
  border-radius: 0;
  background: #f4f7f0;
  color: #101612;
  text-align: left;
  cursor: pointer;
}

.whatsapp-recovery-triage__choices button:last-child {
  border-right: 0;
}

.whatsapp-recovery-triage__choices button strong {
  font-size: 18px;
  line-height: 1.12;
}

.whatsapp-recovery-triage__choices button span {
  color: #59635a;
  font-size: 12px;
  line-height: 1.42;
}

.whatsapp-recovery-triage__choices button:hover,
.whatsapp-recovery-triage__choices button:focus-visible,
.whatsapp-recovery-triage__choices button.is-selected {
  outline: 0;
  background: #d6ec45;
}

.whatsapp-recovery-triage__choices button:focus-visible {
  box-shadow: inset 0 0 0 3px #17796f;
}

.whatsapp-recovery-triage__choices button.is-selected span {
  color: #1f3d33;
}

.whatsapp-recovery-triage__privacy,
.whatsapp-recovery-triage__status {
  display: block;
  margin: 0;
  padding: 16px 30px;
  border-bottom: 1px solid #c2cac1;
}

.whatsapp-recovery-triage__privacy {
  color: #536056;
  font: 700 10px/1.45 Consolas, "Courier New", monospace;
}

.whatsapp-recovery-triage__status {
  background: #e5f4f1;
  color: #075d58;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.whatsapp-recovery-triage__plan {
  padding: 30px;
}

.whatsapp-recovery-triage__summary {
  display: grid;
  gap: 10px;
  max-width: 850px;
}

.whatsapp-recovery-triage__summary strong {
  font-size: 25px;
  line-height: 1.12;
}

.whatsapp-recovery-triage__summary p {
  max-width: 760px;
  margin: 0;
  color: #445048;
  font-size: 14px;
  line-height: 1.55;
}

.whatsapp-recovery-triage__plan ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin: 24px 0 0;
  padding: 0;
  list-style-position: inside;
  background: #bdc7bd;
}

.whatsapp-recovery-triage__plan li {
  min-width: 0;
  min-height: 150px;
  padding: 20px;
  background: #fff;
  color: #253128;
  font-size: 13px;
  line-height: 1.52;
}

.whatsapp-recovery-triage__plan li::marker {
  color: #08756b;
  font-weight: 800;
}

.whatsapp-recovery-triage__actions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.whatsapp-recovery-triage__actions button,
.whatsapp-recovery-triage__actions a {
  min-width: 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 12px;
  border: 1px solid #101612;
  border-radius: 0;
  background: #101612;
  color: #f4f7f0;
  font: 800 10px/1.35 Consolas, "Courier New", monospace;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.whatsapp-recovery-triage__actions a:nth-of-type(1) {
  border-color: #08756b;
  background: #08756b;
}

.whatsapp-recovery-triage__actions a:nth-of-type(2) {
  border-color: #5c685e;
  background: transparent;
  color: #29352d;
}

.whatsapp-recovery-triage__actions button:hover:not(:disabled),
.whatsapp-recovery-triage__actions a:hover,
.whatsapp-recovery-triage__actions button:focus-visible,
.whatsapp-recovery-triage__actions a:focus-visible {
  outline: 3px solid #56d8cf;
  outline-offset: 2px;
}

.whatsapp-recovery-triage__actions button:disabled,
.whatsapp-recovery-triage__actions a[aria-disabled="true"] {
  border-color: #aeb8b0;
  background: #e1e6df;
  color: #778177;
  cursor: not-allowed;
}

.whatsapp-recovery-triage__plan > small {
  display: block;
  min-height: 18px;
  margin-top: 12px;
  color: #536056;
  font-size: 11px;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .whatsapp-recovery-triage__choices,
  .whatsapp-recovery-triage__plan ol,
  .whatsapp-recovery-triage__actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .whatsapp-recovery-triage__choices button:nth-child(2) {
    border-right: 0;
  }

  .whatsapp-recovery-triage__choices button:nth-child(n + 3) {
    border-bottom: 0;
  }
}

@media (max-width: 640px) {
  .whatsapp-recovery-triage {
    width: calc(100% - 32px);
  }

  .whatsapp-recovery-triage__intro,
  .whatsapp-recovery-triage__plan {
    padding: 22px 20px;
  }

  .whatsapp-recovery-triage__privacy,
  .whatsapp-recovery-triage__status {
    padding-right: 20px;
    padding-left: 20px;
  }

  .whatsapp-recovery-triage__choices,
  .whatsapp-recovery-triage__plan ol,
  .whatsapp-recovery-triage__actions {
    grid-template-columns: 1fr;
  }

  .whatsapp-recovery-triage__choices button,
  .whatsapp-recovery-triage__choices button:nth-child(2) {
    min-height: 118px;
    border-right: 0;
    border-bottom: 1px solid #c2cac1;
  }

  .whatsapp-recovery-triage__choices button:last-child {
    border-bottom: 0;
  }

  .whatsapp-recovery-triage__plan li {
    min-height: 0;
  }
}
