FitNotice from @kuppwest/apple-clean. Use via `window.KuppwestAppleClean.FitNotice` (bundle loaded from the root `_ds_bundle.js`). Wrap the tree in `<Page>` (full provider chain in README.md — components read theme/i18n from that context).

Left-aligned fit warning card (`.kwac-fit`): rounded 18px, hairline border,
bold title and muted copy, max 680px, centered under a statement. Use it
wherever the buyer must verify vehicle compatibility before purchase.

## Props

```ts
interface FitNoticeProps {
  /** Bold one-line title, e.g. "Bitte prüfen Sie vor dem Kauf Ihr Fahrzeug." */
  title: React.ReactNode;
  /** Muted explanatory copy; may contain an inline `TextLink variant="inline"`. */
  children: React.ReactNode;
}
```
