/* Pay Later invitation — white desk surface on every site.
   Do not use #0a0a0a. Same visual weight as a price row, not a legal footer.
   Reserved min-height to limit CLS above the fold. */

.paylater-note {
  display: grid;
  gap: 6px;
  box-sizing: border-box;
  min-height: 72px;
  margin: 12px 0;
  padding: 12px 14px;
  background: #ffffff;
  color: #171a20;
  border: 1px solid rgba(23, 26, 32, 0.12);
  border-radius: 8px;
  font-size: 0.92rem;
  line-height: 1.4;
}
.paylater-note p { margin: 0; color: #171a20; }
.paylater-note strong { font-weight: 700; }
.paylater-note a {
  color: #171a20;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.offer-card .paylater-note,
.ams-plug .paylater-note {
  margin: 8px 0 0;
  min-height: 64px;
}

@media (prefers-reduced-motion: reduce) {
  .paylater-note { transition: none; }
}
