const COOKIE_SECTIONS = [
{ h: "1. What are cookies", body: ["Cookies are small text files placed on your device when you visit a website. They help the site function properly and, where used, help us understand how visitors use the site."] },
{ h: "2. Cookies we use", body: ["This website uses only essential and, where enabled, basic analytics cookies. Essential cookies are required for the site to work correctly. Analytics cookies (if enabled) help us understand visitor numbers and behaviour so we can improve the site — this information is aggregated and does not identify you personally."] },
{ h: "3. Managing cookies", body: ["Most web browsers allow you to control cookies through their settings, including blocking or deleting them. Restricting cookies may affect the functionality of this website."] },
{ h: "4. Changes to this policy", body: ["We may update this policy from time to time to reflect changes to the cookies we use or for legal reasons."] },
{ h: "5. Contact us", body: ["Questions about this policy can be sent to info@lexaminlegal.com or +44 (0) 7935 011 281."] },
];
const CookieApp = () => <LegalPage tag="LEX.CKE" title="Cookie Policy" updated="July 2026" current="" sections={COOKIE_SECTIONS} />;
ReactDOM.createRoot(document.getElementById("root")).render(<CookieApp />);
