/* Quiet purchase notes, aligned with the existing purchase controls. */
.checkout-disclosure,
.product-details-checkout-note {
  display:grid;
  gap:4px;
  min-width:0;
  max-width:100%;
  padding:0;
  color:var(--ink-soft);
  font-size:14px;
  font-weight:400;
  line-height:1.5;
  letter-spacing:0;
  text-align:left;
  text-wrap:pretty;
  overflow-wrap:break-word;
}
.checkout-disclosure { margin:10px 0 14px; }
.product-details-checkout-note { margin:0; }
.checkout-disclosure p,
.product-details-checkout-note p { margin:0; font:inherit; color:inherit; }
.checkout-disclosure strong,
.product-details-checkout-note strong { color:inherit; font-weight:550; }
.checkout-disclosure a,
.product-details-checkout-note a {
  color:inherit;
  font-weight:450;
  text-decoration:underline;
  text-decoration-thickness:1px;
  text-underline-offset:3px;
}
.checkout-disclosure a:hover,
.product-details-checkout-note a:hover { color:var(--ink); }
.checkout-disclosure a:focus-visible,
.product-details-checkout-note a:focus-visible { outline:2px solid var(--purple-dark); outline-offset:4px; border-radius:2px; }
.checkout-access { font:inherit; color:inherit; }
.product-review-decision-actions a[data-kmrza-product-id]{display:flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border:1px solid var(--product-review-accent);border-radius:9px;color:#fff;background:var(--product-review-accent);box-shadow:0 9px 20px color-mix(in srgb,var(--product-review-accent) 22%,transparent);font-size:12px;font-weight:800;text-decoration:none}
.sc-note{line-height:1.55}
.sc-bundle-notice{margin:12px 0;padding:12px;border:1px solid rgba(7,94,128,.22);border-radius:10px;background:rgba(225,247,254,.8);color:#075e80;font-size:14px;line-height:1.5}
.sc-bundle-notice[hidden]{display:none}
.sc-bundle-notice p{margin:0 0 9px}
.sc-keep-library{min-height:40px;padding:8px 12px;border:1px solid currentColor;border-radius:8px;background:#fff;color:#075e80;font:inherit;font-weight:650;cursor:pointer}
.sc-keep-library:focus-visible{outline:2px solid #075e80;outline-offset:3px}
@media(max-width:620px){.checkout-disclosure{margin:8px 0 12px}.checkout-disclosure,.product-details-checkout-note{line-height:1.55}}
