.restore-auto-checkout-note {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  margin-block: 12px;
  padding: 12px;
  border: 1px solid #d6b866;
  border-radius: 12px;
  background: #282315;
  color: #ffe6a3;
  text-align: start;
  font-size: 1rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
.restore-auto-checkout-note strong { display: block; }
.restore-auto-checkout-note bdi { white-space: nowrap; font-variant-numeric: tabular-nums; }
