.pti-review-open {
  overflow: hidden !important;
}

.pti-review-overlay {
  align-items: center;
  background: rgba(12, 23, 38, 0.72);
  bottom: 0;
  box-sizing: border-box;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  justify-content: center;
  left: 0;
  overflow-y: auto;
  padding: 28px 16px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483000;
}

.pti-review-overlay.is-visible {
  display: flex;
}

.pti-review-shell {
  max-width: 720px;
  width: min(720px, 100%);
}

.pti-review-back {
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 12px;
  padding: 0;
  text-decoration: underline;
}

.pti-review-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  color: #172235;
  padding: 30px;
}

.pti-review-step {
  color: #006c3f;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.pti-review-card h2 {
  color: #13243a;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 10px;
}

.pti-review-copy {
  color: #4e5d70;
  font-size: 16px;
  line-height: 1.55;
  margin: 0 0 22px;
}

.pti-review-list {
  border: 1px solid #dce5ee;
  border-radius: 8px;
  margin: 0 0 18px;
  overflow: hidden;
}

.pti-review-row {
  border-top: 1px solid #dce5ee;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(130px, 0.38fr) minmax(0, 1fr);
  padding: 13px 16px;
}

.pti-review-row:first-child {
  border-top: 0;
}

.pti-review-row dt {
  color: #536273;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
}

.pti-review-row dd {
  color: #142238;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  overflow-wrap: anywhere;
}

.pti-review-status {
  color: #006c3f;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
  min-height: 20px;
}

.pti-review-status.is-error {
  color: #b42318;
}

.pti-review-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pti-review-button {
  border: 0;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  min-height: 46px;
  padding: 13px 18px;
}

.pti-review-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.pti-review-button-primary {
  background: #006c3f;
  color: #ffffff;
}

.pti-review-button-primary:hover {
  background: #005331;
}

.pti-review-button-secondary {
  background: #eef3f7;
  color: #172235;
}

.pti-review-button-secondary:hover {
  background: #dfe8f0;
}

@media (max-width: 640px) {
  .pti-review-overlay {
    align-items: flex-start;
    padding: 18px 12px;
  }

  .pti-review-card {
    padding: 22px 16px;
  }

  .pti-review-card h2 {
    font-size: 24px;
  }

  .pti-review-row {
    grid-template-columns: 1fr;
    gap: 3px;
  }

  .pti-review-actions,
  .pti-review-button {
    width: 100%;
  }
}
