.customer-recovery-dialog {
  width: min(34rem, calc(100vw - 3rem));
  max-height: calc(100vh - 3rem);
  overflow: auto;
  padding: 1.5rem;
  border: 1px solid #686868;
  border-radius: 1rem;
  color: #f5f5f5;
  background: #191919;
  font: inherit;
}
.customer-recovery-dialog::backdrop { background: rgb(0 0 0 / 70%); }
.customer-recovery-dialog h2 { margin-top: 0; font-size: 1.3rem; line-height: 1.4; }
.customer-recovery-dialog p { line-height: 1.6; }
.customer-recovery-dialog button { display: block; width: 100%; margin-top: .75rem; }
