@utrecht/component-library-react 7.3.0 → 7.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (54) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/dist/.jest-test-results.json +1 -1
  3. package/dist/BreadcrumbNav.d.ts.map +1 -1
  4. package/dist/Calendar.js +5 -456
  5. package/dist/Calendar.js.map +1 -1
  6. package/dist/Calendar.mjs +1 -459
  7. package/dist/Calendar.mjs.map +1 -1
  8. package/dist/LinkList.d.ts +1 -1
  9. package/dist/LinkList.d.ts.map +1 -1
  10. package/dist/NavList.d.ts +1 -1
  11. package/dist/NavList.d.ts.map +1 -1
  12. package/dist/TableOfContents.d.ts +1 -1
  13. package/dist/TableOfContents.d.ts.map +1 -1
  14. package/dist/css-module/BreadcrumbNav.d.ts.map +1 -1
  15. package/dist/css-module/Calendar.js +4 -485
  16. package/dist/css-module/Calendar.js.map +1 -1
  17. package/dist/css-module/Calendar.mjs +1 -489
  18. package/dist/css-module/Calendar.mjs.map +1 -1
  19. package/dist/css-module/LinkList.d.ts +1 -1
  20. package/dist/css-module/LinkList.d.ts.map +1 -1
  21. package/dist/css-module/NavList.d.ts +1 -1
  22. package/dist/css-module/NavList.d.ts.map +1 -1
  23. package/dist/css-module/TableOfContents.d.ts +1 -1
  24. package/dist/css-module/TableOfContents.d.ts.map +1 -1
  25. package/dist/css-module/css-module/index.d.ts +4 -4
  26. package/dist/css-module/css-module/index.d.ts.map +1 -1
  27. package/dist/css-module/{index.js → index.cjs} +626 -1657
  28. package/dist/css-module/index.cjs.map +1 -0
  29. package/dist/css-module/index.d.ts +4 -4
  30. package/dist/css-module/index.d.ts.map +1 -1
  31. package/dist/css-module/index.mjs +522 -1613
  32. package/dist/css-module/index.mjs.map +1 -1
  33. package/dist/{index.cjs.js → index.cjs} +460 -1045
  34. package/dist/index.cjs.map +1 -0
  35. package/dist/index.d.ts +4 -4
  36. package/dist/index.d.ts.map +1 -1
  37. package/dist/{index.esm.js → index.mjs} +380 -1018
  38. package/dist/index.mjs.map +1 -0
  39. package/package.json +19 -19
  40. package/dist/Combobox.d.ts +0 -16
  41. package/dist/Combobox.d.ts.map +0 -1
  42. package/dist/Link.d.ts +0 -15
  43. package/dist/Link.d.ts.map +0 -1
  44. package/dist/css-module/Combobox.d.ts +0 -16
  45. package/dist/css-module/Combobox.d.ts.map +0 -1
  46. package/dist/css-module/Link.d.ts +0 -15
  47. package/dist/css-module/Link.d.ts.map +0 -1
  48. package/dist/css-module/css-module/Combobox.d.ts +0 -7
  49. package/dist/css-module/css-module/Combobox.d.ts.map +0 -1
  50. package/dist/css-module/css-module/Link.d.ts +0 -7
  51. package/dist/css-module/css-module/Link.d.ts.map +0 -1
  52. package/dist/css-module/index.js.map +0 -1
  53. package/dist/index.cjs.js.map +0 -1
  54. package/dist/index.esm.js.map +0 -1
@@ -1,15 +1,41 @@
1
1
  'use strict';
2
2
 
3
- var _objectDestructuringEmpty = require('@babel/runtime/helpers/objectDestructuringEmpty');
4
- var _extends = require('@babel/runtime/helpers/extends');
3
+ var css = require('@utrecht/button-react/dist/css');
4
+ var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
5
5
  var _defineProperty = require('@babel/runtime/helpers/defineProperty');
6
6
  var _objectWithoutProperties = require('@babel/runtime/helpers/objectWithoutProperties');
7
+ var react = require('react');
7
8
  var jsxRuntime = require('react/jsx-runtime');
9
+ var buttonReact = require('@utrecht/button-react');
8
10
  var clsx = require('clsx');
9
- var react = require('react');
10
- var _slicedToArray = require('@babel/runtime/helpers/slicedToArray');
11
+ var linkReact = require('@utrecht/link-react');
12
+ var css$1 = require('@utrecht/checkbox-react/dist/css');
13
+ var css$2 = require('@utrecht/combobox-react/dist/css');
14
+ var css$3 = require('@utrecht/fieldset-react/dist/css');
15
+ var css$4 = require('@utrecht/form-field-react/dist/css');
16
+ var css$5 = require('@utrecht/form-field-checkbox-react/dist/css');
17
+ var css$6 = require('@utrecht/form-field-description-react/dist/css');
18
+ var css$7 = require('@utrecht/form-field-error-message-react/dist/css');
19
+ var formFieldReact = require('@utrecht/form-field-react');
20
+ var formFieldDescriptionReact = require('@utrecht/form-field-description-react');
21
+ var formFieldErrorMessageReact = require('@utrecht/form-field-error-message-react');
22
+ var formLabelReact = require('@utrecht/form-label-react');
23
+ var css$c = require('@utrecht/textbox-react/dist/css');
24
+ var textboxReact = require('@utrecht/textbox-react');
25
+ var css$8 = require('@utrecht/form-label-react/dist/css');
26
+ var css$9 = require('@utrecht/link-react/dist/css');
27
+ var css$a = require('@utrecht/listbox-react/dist/css');
28
+ var _objectDestructuringEmpty = require('@babel/runtime/helpers/objectDestructuringEmpty');
29
+ var _extends = require('@babel/runtime/helpers/extends');
30
+ var css$b = require('@utrecht/radio-button-react/dist/css');
31
+ require('@utrecht/checkbox-react');
32
+ require('@utrecht/combobox-react');
33
+ require('@utrecht/fieldset-react');
34
+ require('@utrecht/form-field-checkbox-react');
35
+ require('@utrecht/listbox-react');
36
+ require('@utrecht/radio-button-react');
11
37
 
12
- function styleInject$a(css, ref) {
38
+ function styleInject(css, ref) {
13
39
  if ( ref === void 0 ) ref = {};
14
40
  var insertAt = ref.insertAt;
15
41
 
@@ -36,131 +62,18 @@ function styleInject$a(css, ref) {
36
62
  }
37
63
  }
38
64
 
39
- var css_248z$1g = ".utrecht-accordion{display:grid;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-accordion-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-accordion-margin-block-start, 0));row-gap:var(--utrecht-accordion-row-gap)}.utrecht-accordion__section{break-inside:avoid}.utrecht-accordion__button{--utrecht-button-focus-scale:1;--utrecht-button-hover-scale:1;--utrecht-button-inline-size:100%;--utrecht-button-min-inline-size:100%;--utrecht-button-subtle-background-color:var(--utrecht-accordion-button-background-color);--utrecht-button-subtle-padding-inline-start:var(--utrecht-accordion-button-padding-inline-start);--utrecht-button-subtle-padding-inline-end:var(--utrecht-accordion-button-padding-inline-end);--utrecht-button-subtle-padding-block-start:var(--utrecht-accordion-button-padding-block-start);--utrecht-button-subtle-padding-block-end:var(--utrecht-accordion-button-padding-block-end);--utrecht-button-subtle-color:var(--utrecht-accordion-button-color);--utrecht-button-subtle-hover-background-color:var(--utrecht-accordion-button-hover-background-color);--utrecht-button-subtle-hover-border-color:var(--utrecht-accordion-button-hover-border-color);--utrecht-button-subtle-hover-color:var(--utrecht-accordion-button-hover-color);--utrecht-button-subtle-active-background-color:var(--utrecht-accordion-button-active-background-color);--utrecht-button-subtle-active-border-color:var(--utrecht-accordion-button-active-border-color);--utrecht-button-subtle-active-color:var(--utrecht-accordion-button-active-color);--utrecht-button-subtle-focus-background-color:var(--utrecht-accordion-button-focus-background-color);--utrecht-button-subtle-focus-border-color:var(--utrecht-accordion-button-focus-border-color);--utrecht-button-subtle-focus-color:var(--utrecht-accordion-button-focus-color);--utrecht-button-subtle-border-color:var(--utrecht-accordion-button-border-color);--utrecht-button-subtle-border-width:var(--utrecht-accordion-button-border-width);--utrecht-button-icon-gap:var(--utrecht-accordion-button-gap,var(--utrecht-space-text-xs));align-items:baseline;justify-content:start!important;position:relative;text-align:start}.utrecht-accordion__button--utrecht[aria-expanded]:after{background-color:var(--utrecht-accordion-button-icon-utrecht-background-color);background-position:50%;background-repeat:no-repeat;block-size:var(--utrecht-accordion-button-icon-size);content:\"\";inline-size:var(--utrecht-accordion-button-icon-size);inset-block-start:0;inset-inline-end:0;position:absolute}.utrecht-accordion__button--utrecht[aria-expanded=false]:after{background-image:var(--utrecht-accordion-icon-utrecht-arrow-down,url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.39' height='14.39'%3E%3Cpath fill='none' stroke='%231D1D1D' stroke-width='3' stroke-miterlimit='10' d='m15.866 4.135-5.32 5.322-5.322-5.322'/%3E%3C/svg%3E\"))}.utrecht-accordion__button--utrecht[aria-expanded=true]:after{background-image:var(--utrecht-accordion-icon-utrecht-arrow-up,url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.39' height='14.39'%3E%3Cpath fill='none' stroke='%231D1D1D' stroke-width='3' stroke-miterlimit='10' d='m5.223 9.457 5.32-5.322 5.322 5.322'/%3E%3C/svg%3E\"));background-position:50%;background-repeat:no-repeat;content:\"\"}.utrecht-accordion__button-icon{display:flex}.utrecht-accordion__button[aria-expanded=true] .utrecht-accordion__button-icon{transform:rotate(180deg)}.utrecht-accordion__panel{border-block-start:none;border-color:var(--utrecht-accordion-panel-border-color);border-style:solid;border-width:var(--utrecht-accordion-panel-border-width);padding-block-end:var(--utrecht-accordion-panel-padding-block-end);padding-block-start:var(--utrecht-accordion-panel-padding-block-start);padding-inline-end:var(--utrecht-accordion-panel-padding-inline-end);padding-inline-start:var(--utrecht-accordion-panel-padding-inline-start)}.utrecht-accordion__header{margin-block-end:0;margin-block-start:0}";
40
- styleInject$a(css_248z$1g);
41
-
42
- function styleInject$9(css, ref) {
43
- if ( ref === void 0 ) ref = {};
44
- var insertAt = ref.insertAt;
45
-
46
- if (typeof document === 'undefined') { return; }
47
-
48
- var head = document.head || document.getElementsByTagName('head')[0];
49
- var style = document.createElement('style');
50
- style.type = 'text/css';
51
-
52
- if (insertAt === 'top') {
53
- if (head.firstChild) {
54
- head.insertBefore(style, head.firstChild);
55
- } else {
56
- head.appendChild(style);
57
- }
58
- } else {
59
- head.appendChild(style);
60
- }
61
-
62
- if (style.styleSheet) {
63
- style.styleSheet.cssText = css;
64
- } else {
65
- style.appendChild(document.createTextNode(css));
66
- }
67
- }
68
-
69
- var css_248z$1f = ".utrecht-button{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,var(--_utrecht-button-appearance-background-color,var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,var(--_utrecht-button-appearance-border-color,var(--utrecht-button-border-color,transparent))\n );--_utrecht-button-border-bottom-color:var(\n --_utrecht-button-hint-border-bottom-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-border-bottom-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-border-bottom-color,var(--utrecht-button-border-color,transparent))\n )\n )\n )\n );--_utrecht-button-disabled-background-color:var(\n --_utrecht-button-hint-disabled-background-color,var(\n --_utrecht-button-appearance-disabled-background-color,var(--utrecht-button-disabled-background-color,var(--utrecht-button-background-color))\n )\n );--_utrecht-button-disabled-border-color:var(\n --_utrecht-button-hint-disabled-border-color,var(\n --_utrecht-button-appearance-disabled-border-color,var(--utrecht-button-disabled-border-color,var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,var(--_utrecht-button-appearance-disabled-color,var(--utrecht-button-disabled-color,var(--utrecht-button-color)))\n );--_utrecht-button-pressed-background-color:var(\n --_utrecht-button-hint-pressed-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-pressed-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-pressed-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-pressed-border-color:var(\n --_utrecht-button-hint-pressed-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-pressed-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-pressed-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-pressed-color:var(\n --_utrecht-button-hint-pressed-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-pressed-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-pressed-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-focus-background-color:var(\n --_utrecht-button-hint-focus-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-focus-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-focus-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-focus-border-color:var(\n --_utrecht-button-hint-focus-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-focus-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-focus-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-focus-color:var(\n --_utrecht-button-hint-focus-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-focus-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-focus-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-hover-background-color:var(\n --_utrecht-button-hint-hover-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-hover-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-hover-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-hover-border-color:var(\n --_utrecht-button-hint-hover-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-hover-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-hover-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-hover-color:var(\n --_utrecht-button-hint-hover-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-hover-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-hover-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-active-background-color:var(\n --_utrecht-button-hint-active-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-active-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-active-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-active-border-color:var(\n --_utrecht-button-hint-active-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-active-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-active-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-active-color:var(\n --_utrecht-button-hint-active-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-active-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-active-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-border-width:var(--_utrecht-button-appearance-border-width,var(--utrecht-button-border-width,0));--_utrecht-button-border-block-end-width:var(\n --utrecht-button-border-bottom-width,var(--_utrecht-button-border-width,0)\n );--_utrecht-button-font-size:var(--_utrecht-button-appearance-font-size,var(--utrecht-button-font-size));--_utrecht-button-line-height:var(--_utrecht-button-appearance-line-height,var(--utrecht-button-line-height));--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;background-color:var(--_utrecht-button-background-color);block-size:fit-content;border-block-end-color:var(--_utrecht-button-border-bottom-color);border-block-end-width:var(--_utrecht-button-border-block-end-width);border-color:var(--_utrecht-button-border-color);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--_utrecht-button-border-width);box-sizing:border-box;color:var(--_utrecht-button-color);column-gap:var(--utrecht-button-column-gap);cursor:var(--utrecht-action-activate-cursor,revert);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--_utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--_utrecht-button-line-height);max-inline-size:var(--utrecht-button-max-inline-size,fit-content);min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);scale:1;text-transform:var(--utrecht-button-text-transform);-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-button{--_utrecht-button-disabled-border-color:GrayText;--_utrecht-button-disabled-color:GrayText;background-color:ButtonFace;border-color:buttonborder;color:ButtonText}}.utrecht-button--distanced{margin-block-end:var(--utrecht-button-margin-block-end);margin-block-start:var(--utrecht-button-margin-block-start);margin-inline-end:var(--utrecht-button-margin-inline-end);margin-inline-start:var(--utrecht-button-margin-inline-start)}.utrecht-button--submit{cursor:var(--utrecht-action-submit-cursor,revert)}.utrecht-button--busy{cursor:var(--utrecht-action-busy-cursor,wait)}.utrecht-button--pressed{background-color:var(--_utrecht-button-pressed-background-color);border-color:var(--_utrecht-button-pressed-border-color);color:var(--_utrecht-button-pressed-color)}.utrecht-button--disabled,.utrecht-button:disabled{background-color:var(--_utrecht-button-disabled-background-color);border-color:var(--_utrecht-button-disabled-border-color);color:var(--_utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-button--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-button--focus:not(.utrecht-button--disabled){background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-button:focus:not(:disabled,[aria-disabled=true],.utrecht-button--disabled){background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-button--hover:not(:disabled,.utrecht-button--disabled),.utrecht-button:hover:not(:disabled,[aria-disabled=true],.utrecht-button--disabled){background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-button--active,.utrecht-button:active:not(:disabled,[aria-disabled=true],.utrecht-button--disabled){background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-button--primary-action{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-primary-action-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-primary-action-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-primary-action-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-primary-action-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-primary-action-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-primary-action-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-primary-action-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-primary-action-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-primary-action-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-primary-action-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-primary-action-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-primary-action-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-primary-action-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-primary-action-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-primary-action-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-primary-action-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-primary-action-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-primary-action-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-primary-action-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-primary-action-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-primary-action-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-primary-action-pressed-color)}.utrecht-button--secondary-action{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-secondary-action-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-secondary-action-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-secondary-action-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-secondary-action-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-secondary-action-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-secondary-action-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-secondary-action-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-secondary-action-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-secondary-action-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-secondary-action-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-secondary-action-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-secondary-action-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-secondary-action-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-secondary-action-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-secondary-action-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-secondary-action-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-secondary-action-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-secondary-action-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-secondary-action-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-secondary-action-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-secondary-action-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-secondary-action-pressed-color)}.utrecht-button--subtle{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-subtle-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-subtle-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-subtle-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-subtle-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-subtle-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-subtle-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-subtle-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-subtle-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-subtle-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-subtle-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-subtle-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-subtle-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-subtle-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-subtle-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-subtle-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-subtle-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-subtle-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-subtle-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-subtle-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-subtle-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-subtle-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-subtle-pressed-color)}.utrecht-button--primary-action.utrecht-button--danger{--_utrecht-button-hint-active-background-color:var(--utrecht-button-primary-action-danger-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-primary-action-danger-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-primary-action-danger-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-primary-action-danger-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-primary-action-danger-border-color);--_utrecht-button-hint-color:var(--utrecht-button-primary-action-danger-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-primary-action-danger-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-primary-action-danger-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-primary-action-danger-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-primary-action-danger-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-primary-action-danger-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-primary-action-danger-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-primary-action-danger-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-primary-action-danger-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-primary-action-danger-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-primary-action-danger-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-primary-action-danger-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-primary-action-danger-pressed-color)}.utrecht-button--primary-action.utrecht-button--ready{--_utrecht-button-hint-active-background-color:var(--utrecht-button-primary-action-ready-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-primary-action-ready-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-primary-action-ready-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-primary-action-ready-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-primary-action-ready-border-color);--_utrecht-button-hint-color:var(--utrecht-button-primary-action-ready-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-primary-action-ready-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-primary-action-ready-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-primary-action-ready-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-primary-action-ready-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-primary-action-ready-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-primary-action-ready-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-primary-action-ready-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-primary-action-ready-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-primary-action-ready-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-primary-action-ready-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-primary-action-ready-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-primary-action-ready-pressed-color)}.utrecht-button--primary-action.utrecht-button--warning{--_utrecht-button-hint-active-background-color:var(--utrecht-button-primary-action-warning-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-primary-action-warning-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-primary-action-warning-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-primary-action-warning-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-primary-action-warning-border-color);--_utrecht-button-hint-color:var(--utrecht-button-primary-action-warning-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-primary-action-warning-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-primary-action-warning-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-primary-action-warning-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-primary-action-warning-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-primary-action-warning-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-primary-action-warning-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-primary-action-warning-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-primary-action-warning-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-primary-action-warning-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-primary-action-warning-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-primary-action-warning-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-primary-action-warning-pressed-color)}.utrecht-button--secondary-action.utrecht-button--danger{--_utrecht-button-hint-active-background-color:var(--utrecht-button-secondary-action-danger-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-secondary-action-danger-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-secondary-action-danger-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-secondary-action-danger-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-secondary-action-danger-border-color);--_utrecht-button-hint-color:var(--utrecht-button-secondary-action-danger-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-secondary-action-danger-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-secondary-action-danger-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-secondary-action-danger-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-secondary-action-danger-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-secondary-action-danger-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-secondary-action-danger-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-secondary-action-danger-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-secondary-action-danger-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-secondary-action-danger-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-secondary-action-danger-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-secondary-action-danger-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-secondary-action-danger-pressed-color)}.utrecht-button--secondary-action.utrecht-button--ready{--_utrecht-button-hint-active-background-color:var(--utrecht-button-secondary-action-ready-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-secondary-action-ready-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-secondary-action-ready-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-secondary-action-ready-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-secondary-action-ready-border-color);--_utrecht-button-hint-color:var(--utrecht-button-secondary-action-ready-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-secondary-action-ready-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-secondary-action-ready-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-secondary-action-ready-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-secondary-action-ready-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-secondary-action-ready-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-secondary-action-ready-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-secondary-action-ready-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-secondary-action-ready-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-secondary-action-ready-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-secondary-action-ready-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-secondary-action-ready-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-secondary-action-ready-pressed-color)}.utrecht-button--secondary-action.utrecht-button--warning{--_utrecht-button-hint-active-background-color:var(--utrecht-button-secondary-action-warning-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-secondary-action-warning-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-secondary-action-warning-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-secondary-action-warning-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-secondary-action-warning-border-color);--_utrecht-button-hint-color:var(--utrecht-button-secondary-action-warning-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-secondary-action-warning-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-secondary-action-warning-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-secondary-action-warning-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-secondary-action-warning-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-secondary-action-warning-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-secondary-action-warning-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-secondary-action-warning-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-secondary-action-warning-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-secondary-action-warning-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-secondary-action-warning-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-secondary-action-warning-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-secondary-action-warning-pressed-color)}.utrecht-button--subtle.utrecht-button--danger{--_utrecht-button-hint-active-background-color:var(--utrecht-button-subtle-danger-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-subtle-danger-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-subtle-danger-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-subtle-danger-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-subtle-danger-border-color);--_utrecht-button-hint-color:var(--utrecht-button-subtle-danger-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-subtle-danger-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-subtle-danger-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-subtle-danger-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-subtle-danger-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-subtle-danger-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-subtle-danger-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-subtle-danger-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-subtle-danger-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-subtle-danger-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-subtle-danger-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-subtle-danger-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-subtle-danger-pressed-color)}.utrecht-button--subtle.utrecht-button--ready{--_utrecht-button-hint-active-background-color:var(--utrecht-button-subtle-ready-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-subtle-ready-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-subtle-ready-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-subtle-ready-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-subtle-ready-border-color);--_utrecht-button-hint-color:var(--utrecht-button-subtle-ready-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-subtle-ready-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-subtle-ready-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-subtle-ready-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-subtle-ready-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-subtle-ready-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-subtle-ready-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-subtle-ready-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-subtle-ready-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-subtle-ready-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-subtle-ready-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-subtle-ready-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-subtle-ready-pressed-color)}.utrecht-button--subtle.utrecht-button--warning{--_utrecht-button-hint-active-background-color:var(--utrecht-button-subtle-warning-active-background-color);--_utrecht-button-hint-active-border-color:var(--utrecht-button-subtle-warning-active-border-color);--_utrecht-button-hint-active-color:var(--utrecht-button-subtle-warning-active-color);--_utrecht-button-hint-background-color:var(--utrecht-button-subtle-warning-background-color);--_utrecht-button-hint-border-color:var(--utrecht-button-subtle-warning-border-color);--_utrecht-button-hint-color:var(--utrecht-button-subtle-warning-color);--_utrecht-button-hint-disabled-background-color:var(\n --utrecht-button-subtle-warning-disabled-background-color\n );--_utrecht-button-hint-disabled-border-color:var(--utrecht-button-subtle-warning-disabled-border-color);--_utrecht-button-hint-disabled-color:var(--utrecht-button-subtle-warning-disabled-color);--_utrecht-button-hint-focus-background-color:var(--utrecht-button-subtle-warning-focus-background-color);--_utrecht-button-hint-focus-border-color:var(--utrecht-button-subtle-warning-focus-border-color);--_utrecht-button-hint-focus-color:var(--utrecht-button-subtle-warning-focus-color);--_utrecht-button-hint-hover-background-color:var(--utrecht-button-subtle-warning-hover-background-color);--_utrecht-button-hint-hover-border-color:var(--utrecht-button-subtle-warning-hover-border-color);--_utrecht-button-hint-hover-color:var(--utrecht-button-subtle-warning-hover-color);--_utrecht-button-hint-pressed-background-color:var(\n --utrecht-button-subtle-warning-pressed-background-color\n );--_utrecht-button-hint-pressed-border-color:var(--utrecht-button-subtle-warning-pressed-border-color);--_utrecht-button-hint-pressed-color:var(--utrecht-button-subtle-warning-pressed-color)}";
70
- styleInject$9(css_248z$1f);
71
-
72
- var _excluded$1C = ["appearance", "busy", "disabled", "children", "className", "hint", "icon", "label", "pressed", "type"];
73
- function ownKeys$1D(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
74
- function _objectSpread$1D(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1D(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1D(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
75
- var Button$1 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
76
- var appearance = _ref.appearance,
77
- busy = _ref.busy,
78
- disabled = _ref.disabled,
79
- children = _ref.children,
80
- className = _ref.className,
81
- hint = _ref.hint,
82
- icon = _ref.icon,
83
- label = _ref.label,
84
- pressed = _ref.pressed,
85
- type = _ref.type,
86
- restProps = _objectWithoutProperties(_ref, _excluded$1C);
87
- return jsxRuntime.jsxs("button", _objectSpread$1D(_objectSpread$1D({
88
- ref: ref,
89
- className: clsx('utrecht-button', busy && 'utrecht-button--busy', disabled && 'utrecht-button--disabled', type === 'submit' && 'utrecht-button--submit', appearance === 'primary-action-button' && 'utrecht-button--primary-action', appearance === 'secondary-action-button' && 'utrecht-button--secondary-action', appearance === 'subtle-button' && 'utrecht-button--subtle', hint === 'danger' && 'utrecht-button--danger', hint === 'warning' && 'utrecht-button--warning', hint === 'ready' && 'utrecht-button--ready', pressed === true && 'utrecht-button--pressed', className),
90
- "aria-busy": busy || undefined,
91
- "aria-pressed": typeof pressed === 'boolean' ? pressed : undefined,
92
- disabled: disabled,
93
- type: type || 'button'
94
- }, restProps), {}, {
95
- children: [icon, label && jsxRuntime.jsx("span", {
96
- className: "utrecht-button__label",
97
- children: label
98
- }), children]
99
- }));
100
- });
101
- Button$1.displayName = 'Button';
102
- var PrimaryActionButton = function PrimaryActionButton(_ref2) {
103
- var args = _extends({}, (_objectDestructuringEmpty(_ref2), _ref2));
104
- return jsxRuntime.jsx(Button$1, _objectSpread$1D(_objectSpread$1D({}, args), {}, {
105
- appearance: "primary-action-button"
106
- }));
107
- };
108
- PrimaryActionButton.displayName = 'PrimaryActionButton';
109
- var SecondaryActionButton = function SecondaryActionButton(_ref3) {
110
- var args = _extends({}, (_objectDestructuringEmpty(_ref3), _ref3));
111
- return jsxRuntime.jsx(Button$1, _objectSpread$1D(_objectSpread$1D({}, args), {}, {
112
- appearance: "secondary-action-button"
113
- }));
114
- };
115
- SecondaryActionButton.displayName = 'SecondaryActionButton';
116
- var SubtleButton = function SubtleButton(_ref4) {
117
- var args = _extends({}, (_objectDestructuringEmpty(_ref4), _ref4));
118
- return jsxRuntime.jsx(Button$1, _objectSpread$1D(_objectSpread$1D({}, args), {}, {
119
- appearance: "subtle-button"
120
- }));
121
- };
122
- SubtleButton.displayName = 'SubtleButton';
123
-
124
- var _excluded$1B = ["appearance", "busy", "disabled", "children", "className", "hint", "icon", "label", "pressed", "type"];
125
- function ownKeys$1C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
126
- function _objectSpread$1C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1C(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
127
- var Button = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
128
- var appearance = _ref.appearance,
129
- busy = _ref.busy,
130
- disabled = _ref.disabled,
131
- children = _ref.children,
132
- className = _ref.className,
133
- hint = _ref.hint,
134
- icon = _ref.icon,
135
- label = _ref.label,
136
- pressed = _ref.pressed,
137
- type = _ref.type,
138
- restProps = _objectWithoutProperties(_ref, _excluded$1B);
139
- return jsxRuntime.jsxs("button", _objectSpread$1C(_objectSpread$1C({
140
- ref: ref,
141
- className: clsx('utrecht-button', busy && 'utrecht-button--busy', disabled && 'utrecht-button--disabled', type === 'submit' && 'utrecht-button--submit', appearance === 'primary-action-button' && 'utrecht-button--primary-action', appearance === 'secondary-action-button' && 'utrecht-button--secondary-action', appearance === 'subtle-button' && 'utrecht-button--subtle', hint === 'danger' && 'utrecht-button--danger', hint === 'warning' && 'utrecht-button--warning', hint === 'ready' && 'utrecht-button--ready', pressed === true && 'utrecht-button--pressed', className),
142
- "aria-busy": busy || undefined,
143
- "aria-pressed": typeof pressed === 'boolean' ? pressed : undefined,
144
- disabled: disabled,
145
- type: type || 'button'
146
- }, restProps), {}, {
147
- children: [icon, label && jsxRuntime.jsx("span", {
148
- className: "utrecht-button__label",
149
- children: label
150
- }), children]
151
- }));
152
- });
153
- Button.displayName = 'Button';
65
+ var css_248z$14 = ".utrecht-accordion{display:grid;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-accordion-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-accordion-margin-block-start, 0));row-gap:var(--utrecht-accordion-row-gap)}.utrecht-accordion__section{break-inside:avoid}.utrecht-accordion__button{--utrecht-button-focus-scale:1;--utrecht-button-hover-scale:1;--utrecht-button-inline-size:100%;--utrecht-button-min-inline-size:100%;--utrecht-button-subtle-background-color:var(--utrecht-accordion-button-background-color);--utrecht-button-subtle-padding-inline-start:var(--utrecht-accordion-button-padding-inline-start);--utrecht-button-subtle-padding-inline-end:var(--utrecht-accordion-button-padding-inline-end);--utrecht-button-subtle-padding-block-start:var(--utrecht-accordion-button-padding-block-start);--utrecht-button-subtle-padding-block-end:var(--utrecht-accordion-button-padding-block-end);--utrecht-button-subtle-color:var(--utrecht-accordion-button-color);--utrecht-button-subtle-hover-background-color:var(--utrecht-accordion-button-hover-background-color);--utrecht-button-subtle-hover-border-color:var(--utrecht-accordion-button-hover-border-color);--utrecht-button-subtle-hover-color:var(--utrecht-accordion-button-hover-color);--utrecht-button-subtle-active-background-color:var(--utrecht-accordion-button-active-background-color);--utrecht-button-subtle-active-border-color:var(--utrecht-accordion-button-active-border-color);--utrecht-button-subtle-active-color:var(--utrecht-accordion-button-active-color);--utrecht-button-subtle-focus-background-color:var(--utrecht-accordion-button-focus-background-color);--utrecht-button-subtle-focus-border-color:var(--utrecht-accordion-button-focus-border-color);--utrecht-button-subtle-focus-color:var(--utrecht-accordion-button-focus-color);--utrecht-button-subtle-border-color:var(--utrecht-accordion-button-border-color);--utrecht-button-subtle-border-width:var(--utrecht-accordion-button-border-width);--utrecht-button-icon-gap:var(--utrecht-accordion-button-gap,var(--utrecht-space-text-xs));align-items:baseline;justify-content:start!important;position:relative;text-align:start}.utrecht-accordion__button--utrecht[aria-expanded]:after{background-color:var(--utrecht-accordion-button-icon-utrecht-background-color);background-position:50%;background-repeat:no-repeat;block-size:var(--utrecht-accordion-button-icon-size);content:\"\";inline-size:var(--utrecht-accordion-button-icon-size);inset-block-start:0;inset-inline-end:0;position:absolute}.utrecht-accordion__button--utrecht[aria-expanded=false]:after{background-image:var(--utrecht-accordion-icon-utrecht-arrow-down,url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.39' height='14.39'%3E%3Cpath fill='none' stroke='%231D1D1D' stroke-width='3' stroke-miterlimit='10' d='m15.866 4.135-5.32 5.322-5.322-5.322'/%3E%3C/svg%3E\"))}.utrecht-accordion__button--utrecht[aria-expanded=true]:after{background-image:var(--utrecht-accordion-icon-utrecht-arrow-up,url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.39' height='14.39'%3E%3Cpath fill='none' stroke='%231D1D1D' stroke-width='3' stroke-miterlimit='10' d='m5.223 9.457 5.32-5.322 5.322 5.322'/%3E%3C/svg%3E\"));background-position:50%;background-repeat:no-repeat;content:\"\"}.utrecht-accordion__button-icon{display:flex}.utrecht-accordion__button[aria-expanded=true] .utrecht-accordion__button-icon{transform:rotate(180deg)}.utrecht-accordion__panel{border-block-start:none;border-color:var(--utrecht-accordion-panel-border-color);border-style:solid;border-width:var(--utrecht-accordion-panel-border-width);padding-block-end:var(--utrecht-accordion-panel-padding-block-end);padding-block-start:var(--utrecht-accordion-panel-padding-block-start);padding-inline-end:var(--utrecht-accordion-panel-padding-inline-end);padding-inline-start:var(--utrecht-accordion-panel-padding-inline-start)}.utrecht-accordion__header{margin-block-end:0;margin-block-start:0}";
66
+ styleInject(css_248z$14);
154
67
 
155
- var _excluded$1A = ["level", "className"];
156
- function ownKeys$1B(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
157
- function _objectSpread$1B(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1B(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1B(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
68
+ var _excluded$1j = ["level", "className"];
69
+ function ownKeys$1k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
70
+ function _objectSpread$1k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1k(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
158
71
  var HTMLHeading = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
159
72
  var level = _ref.level,
160
73
  className = _ref.className,
161
- restProps = _objectWithoutProperties(_ref, _excluded$1A);
74
+ restProps = _objectWithoutProperties(_ref, _excluded$1j);
162
75
  var HeadingX = level === 1 ? 'h1' : level === 2 ? 'h2' : level === 3 ? 'h3' : level === 4 ? 'h4' : level === 5 ? 'h5' : level === 6 ? 'h6' : 'p';
163
- return jsxRuntime.jsx(HeadingX, _objectSpread$1B(_objectSpread$1B({
76
+ return jsxRuntime.jsx(HeadingX, _objectSpread$1k(_objectSpread$1k({
164
77
  className: clsx(className)
165
78
  }, restProps), {}, {
166
79
  ref: ref
@@ -168,18 +81,18 @@ var HTMLHeading = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
168
81
  });
169
82
  HTMLHeading.displayName = 'HTMLHeading';
170
83
 
171
- var _excluded$1z = ["appearance", "className", "level"];
172
- function ownKeys$1A(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
173
- function _objectSpread$1A(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1A(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1A(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
84
+ var _excluded$1i = ["appearance", "className", "level"];
85
+ function ownKeys$1j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
86
+ function _objectSpread$1j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1j(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
174
87
  var Heading = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
175
88
  var appearance = _ref.appearance,
176
89
  className = _ref.className,
177
90
  level = _ref.level,
178
- restProps = _objectWithoutProperties(_ref, _excluded$1z);
91
+ restProps = _objectWithoutProperties(_ref, _excluded$1i);
179
92
  var appearances = ['utrecht-heading-1', 'utrecht-heading-2', 'utrecht-heading-3', 'utrecht-heading-4', 'utrecht-heading-5', 'utrecht-heading-6'];
180
93
  var HeadingX = level === 2 ? 'h2' : level === 3 ? 'h3' : level === 4 ? 'h4' : level === 5 ? 'h5' : level === 6 ? 'h6' : 'h1';
181
94
  var headingClassName = appearance && appearances.indexOf(appearance) !== -1 ? appearance : appearances[level - 1] || 'utrecht-heading-1';
182
- return jsxRuntime.jsx(HeadingX, _objectSpread$1A(_objectSpread$1A({
95
+ return jsxRuntime.jsx(HeadingX, _objectSpread$1j(_objectSpread$1j({
183
96
  className: clsx(headingClassName, className)
184
97
  }, restProps), {}, {
185
98
  ref: ref
@@ -187,10 +100,10 @@ var Heading = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
187
100
  });
188
101
  Heading.displayName = 'Heading';
189
102
 
190
- var _excluded$1y = ["id", "label", "className", "headingLevel", "expanded", "disabled", "section", "children", "buttonRef", "onActivate", "onButtonBlur", "onButtonFocus", "icon", "appearance"],
191
- _excluded2$a = ["children", "group", "headingLevel", "heading"];
192
- function ownKeys$1z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
193
- function _objectSpread$1z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
103
+ var _excluded$1h = ["id", "label", "className", "headingLevel", "expanded", "disabled", "section", "children", "buttonRef", "onActivate", "onButtonBlur", "onButtonFocus", "icon", "appearance"],
104
+ _excluded2$7 = ["children", "group", "headingLevel", "heading"];
105
+ function ownKeys$1i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
106
+ function _objectSpread$1i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1i(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
194
107
  var IconChevronDown = function IconChevronDown() {
195
108
  return jsxRuntime.jsxs("svg", {
196
109
  id: "Layer_1",
@@ -266,7 +179,7 @@ var AccordionSection = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
266
179
  onButtonFocus = _ref.onButtonFocus,
267
180
  icon = _ref.icon,
268
181
  appearance = _ref.appearance,
269
- props = _objectWithoutProperties(_ref, _excluded$1y);
182
+ props = _objectWithoutProperties(_ref, _excluded$1h);
270
183
  var panelAttributes = {
271
184
  className: clsx('utrecht-accordion__panel', {
272
185
  'utrecht-accordion__panel--expanded': expanded
@@ -290,7 +203,7 @@ var AccordionSection = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
290
203
  // content of the landmark to be the actual content, instead of starting
291
204
  // with the button that controls the region.
292
205
  // - we only want expanded sections to show up as landmarks
293
- return jsxRuntime.jsxs("div", _objectSpread$1z(_objectSpread$1z({
206
+ return jsxRuntime.jsxs("div", _objectSpread$1i(_objectSpread$1i({
294
207
  className: clsx('utrecht-accordion__section', className),
295
208
  id: id,
296
209
  ref: ref
@@ -298,7 +211,7 @@ var AccordionSection = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
298
211
  children: [jsxRuntime.jsx(HTMLHeading, {
299
212
  level: headingLevel,
300
213
  className: clsx('utrecht-accordion__header'),
301
- children: jsxRuntime.jsxs(Button, {
214
+ children: jsxRuntime.jsxs(buttonReact.Button, {
302
215
  className: clsx('utrecht-accordion__button', _defineProperty({}, 'utrecht-accordion__button--utrecht', appearance === 'utrecht')),
303
216
  appearance: "subtle-button",
304
217
  "aria-expanded": expanded === true,
@@ -323,12 +236,12 @@ var AccordionSection = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
323
236
  children: label
324
237
  })]
325
238
  })
326
- }), section ? jsxRuntime.jsx("section", _objectSpread$1z(_objectSpread$1z({
239
+ }), section ? jsxRuntime.jsx("section", _objectSpread$1i(_objectSpread$1i({
327
240
  id: panelId,
328
241
  "aria-labelledby": buttonId
329
242
  }, panelAttributes), {}, {
330
243
  children: children
331
- })) : jsxRuntime.jsx("div", _objectSpread$1z(_objectSpread$1z({
244
+ })) : jsxRuntime.jsx("div", _objectSpread$1i(_objectSpread$1i({
332
245
  id: panelId
333
246
  }, panelAttributes), {}, {
334
247
  children: children
@@ -341,13 +254,13 @@ var Accordion = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
341
254
  group = _ref2.group,
342
255
  headingLevel = _ref2.headingLevel,
343
256
  heading = _ref2.heading,
344
- props = _objectWithoutProperties(_ref2, _excluded2$a);
257
+ props = _objectWithoutProperties(_ref2, _excluded2$7);
345
258
  var headingId = react.useId();
346
259
  return jsxRuntime.jsxs(jsxRuntime.Fragment, {
347
260
  children: [!!heading && typeof headingLevel === 'number' && jsxRuntime.jsx(Heading, {
348
261
  level: headingLevel,
349
262
  children: heading
350
- }), jsxRuntime.jsx("div", _objectSpread$1z(_objectSpread$1z({
263
+ }), jsxRuntime.jsx("div", _objectSpread$1i(_objectSpread$1i({
351
264
  className: clsx('utrecht-accordion'),
352
265
  role: group ? 'group' : undefined,
353
266
  "aria-labelledby": group ? headingId : undefined
@@ -460,7 +373,7 @@ var AccordionProvider = function AccordionProvider(_ref4) {
460
373
  // const activatedSection = activatedIndex >= 0 ? sections[index] : undefined;
461
374
  setSectionsState(sectionsState.map(function (section, index) {
462
375
  if (index === activatedIndex) {
463
- return _objectSpread$1z(_objectSpread$1z({}, section), {}, {
376
+ return _objectSpread$1i(_objectSpread$1i({}, section), {}, {
464
377
  expanded: !section.expanded
465
378
  });
466
379
  } else {
@@ -468,7 +381,7 @@ var AccordionProvider = function AccordionProvider(_ref4) {
468
381
  }
469
382
  }));
470
383
  };
471
- return /*#__PURE__*/react.createElement(AccordionSection, _objectSpread$1z(_objectSpread$1z({
384
+ return /*#__PURE__*/react.createElement(AccordionSection, _objectSpread$1i(_objectSpread$1i({
472
385
  headingLevel: sectionHeadingLevel
473
386
  }, section), {}, {
474
387
  icon: icon,
@@ -485,19 +398,19 @@ var AccordionProvider = function AccordionProvider(_ref4) {
485
398
  };
486
399
  AccordionProvider.displayName = 'AccordionProvider';
487
400
 
488
- var css_248z$1e = ".utrecht-alert{background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--_utrecht-alert-border-color,var(--utrecht-alert-border-color));border-radius:var(--utrecht-alert-border-radius,0);border-style:solid;border-width:var(--_utrecht-alert-border-width,var(--utrecht-alert-border-width,0));color:var(--_utrecht-alert-color,var(--utrecht-alert-color));column-gap:var(--utrecht-alert-column-gap);display:flex;flex-direction:row;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));--utrecht-icon-size:var(--utrecht-alert-icon-size);--utrecht-icon-inset-block-start:var(--utrecht-alert-icon-inset-block-start)}.utrecht-alert__content{row-gap:var(--utrecht-alert-content-row-gap)}.utrecht-alert__message{row-gap:var(--utrecht-alert-message-row-gap)}.utrecht-alert--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert--ok{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-ok-color);--_utrecht-alert-background-color:var(--utrecht-alert-ok-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-ok-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-ok-border-width);--_utrecht-alert-color:var(--utrecht-alert-ok-color)}.utrecht-alert--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}.utrecht-alert--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}";
489
- styleInject$a(css_248z$1e);
401
+ var css_248z$13 = ".utrecht-alert{background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--_utrecht-alert-border-color,var(--utrecht-alert-border-color));border-radius:var(--utrecht-alert-border-radius,0);border-style:solid;border-width:var(--_utrecht-alert-border-width,var(--utrecht-alert-border-width,0));color:var(--_utrecht-alert-color,var(--utrecht-alert-color));column-gap:var(--utrecht-alert-column-gap);display:flex;flex-direction:row;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));--utrecht-icon-size:var(--utrecht-alert-icon-size);--utrecht-icon-inset-block-start:var(--utrecht-alert-icon-inset-block-start)}.utrecht-alert__content{row-gap:var(--utrecht-alert-content-row-gap)}.utrecht-alert__message{row-gap:var(--utrecht-alert-message-row-gap)}.utrecht-alert--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert--ok{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-ok-color);--_utrecht-alert-background-color:var(--utrecht-alert-ok-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-ok-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-ok-border-width);--_utrecht-alert-color:var(--utrecht-alert-ok-color)}.utrecht-alert--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}.utrecht-alert--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}";
402
+ styleInject(css_248z$13);
490
403
 
491
- var _excluded$1x = ["children", "className", "icon", "type"];
492
- function ownKeys$1y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
493
- function _objectSpread$1y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
404
+ var _excluded$1g = ["children", "className", "icon", "type"];
405
+ function ownKeys$1h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
406
+ function _objectSpread$1h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1h(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
494
407
  var Alert = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
495
408
  var children = _ref.children,
496
409
  className = _ref.className,
497
410
  icon = _ref.icon,
498
411
  type = _ref.type,
499
- restProps = _objectWithoutProperties(_ref, _excluded$1x);
500
- return jsxRuntime.jsxs("div", _objectSpread$1y(_objectSpread$1y({}, restProps), {}, {
412
+ restProps = _objectWithoutProperties(_ref, _excluded$1g);
413
+ return jsxRuntime.jsxs("div", _objectSpread$1h(_objectSpread$1h({}, restProps), {}, {
501
414
  ref: ref,
502
415
  className: clsx('utrecht-alert', {
503
416
  'utrecht-alert--error': type === 'error',
@@ -520,19 +433,19 @@ var Alert = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
520
433
  });
521
434
  Alert.displayName = 'Alert';
522
435
 
523
- var css_248z$1d = ".utrecht-alert-dialog:not(dialog:not([open])){--utrecht-alert-dialog-margin-block-start:auto;--utrecht-alert-dialog-margin-block-end:auto;background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--utrecht-alert-dialog-border-color);border-radius:var(--utrecht-alert-border-radius,0);border-radius:var(--utrecht-alert-dialog-border-radius,0);border-style:solid;border-width:var(--utrecht-alert-dialog-border-width,0);box-shadow:var(--utrecht-alert-dialog-box-shadow);color:var(--_utrecht-alert-color,var(--utrecht-alert-color));column-gap:var(--utrecht-alert-column-gap);display:flex;flex-direction:row;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));max-block-size:var(--utrecht-alert-dialog-max-block-size);max-inline-size:var(--utrecht-alert-dialog-max-inline-size);min-block-size:var(--utrecht-alert-dialog-min-block-size);min-inline-size:var(--utrecht-alert-dialog-min-inline-size);padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);-webkit-user-select:none;user-select:none}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-alert-dialog__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));--utrecht-icon-size:var(--utrecht-alert-icon-size);--utrecht-icon-inset-block-start:var(--utrecht-alert-icon-inset-block-start)}.utrecht-alert-dialog__message{row-gap:var(--utrecht-alert-message-row-gap)}.utrecht-alert-dialog--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}.utrecht-alert-dialog--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert-dialog--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}";
524
- styleInject$a(css_248z$1d);
436
+ var css_248z$12 = ".utrecht-alert-dialog:not(dialog:not([open])){--utrecht-alert-dialog-margin-block-start:auto;--utrecht-alert-dialog-margin-block-end:auto;background-color:var(--_utrecht-alert-background-color,var(--utrecht-alert-background-color));border-color:var(--utrecht-alert-dialog-border-color);border-radius:var(--utrecht-alert-border-radius,0);border-radius:var(--utrecht-alert-dialog-border-radius,0);border-style:solid;border-width:var(--utrecht-alert-dialog-border-width,0);box-shadow:var(--utrecht-alert-dialog-box-shadow);color:var(--_utrecht-alert-color,var(--utrecht-alert-color));column-gap:var(--utrecht-alert-column-gap);display:flex;flex-direction:row;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-alert-margin-block-start, 0));max-block-size:var(--utrecht-alert-dialog-max-block-size);max-inline-size:var(--utrecht-alert-dialog-max-inline-size);min-block-size:var(--utrecht-alert-dialog-min-block-size);min-inline-size:var(--utrecht-alert-dialog-min-inline-size);padding-block-end:var(--utrecht-alert-padding-block-end);padding-block-start:var(--utrecht-alert-padding-block-start);padding-inline-end:var(--utrecht-alert-padding-inline-end);padding-inline-start:var(--utrecht-alert-padding-inline-start)}.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);-webkit-user-select:none;user-select:none}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-alert-dialog::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-alert-dialog__icon{--utrecht-icon-color:var(--_utrecht-alert-icon-color,var(--utrecht-alert-icon-color));--utrecht-icon-size:var(--utrecht-alert-icon-size);--utrecht-icon-inset-block-start:var(--utrecht-alert-icon-inset-block-start)}.utrecht-alert-dialog__message{row-gap:var(--utrecht-alert-message-row-gap)}.utrecht-alert-dialog--error{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-error-color);--_utrecht-alert-background-color:var(--utrecht-alert-error-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-error-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-error-border-width);--_utrecht-alert-color:var(--utrecht-alert-error-color)}.utrecht-alert-dialog--info{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-info-color);--_utrecht-alert-background-color:var(--utrecht-alert-info-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-info-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-info-border-width);--_utrecht-alert-color:var(--utrecht-alert-info-color)}.utrecht-alert-dialog--warning{--_utrecht-alert-icon-color:var(--utrecht-alert-icon-warning-color);--_utrecht-alert-background-color:var(--utrecht-alert-warning-background-color);--_utrecht-alert-border-color:var(--utrecht-alert-warning-border-color);--_utrecht-alert-border-width:var(--utrecht-alert-warning-border-width);--_utrecht-alert-color:var(--utrecht-alert-warning-color)}";
437
+ styleInject(css_248z$12);
525
438
 
526
- var _excluded$1w = ["children", "className", "icon", "type"];
527
- function ownKeys$1x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
528
- function _objectSpread$1x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1x(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
439
+ var _excluded$1f = ["children", "className", "icon", "type"];
440
+ function ownKeys$1g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
441
+ function _objectSpread$1g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1g(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
529
442
  var AlertDialog = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
530
443
  var children = _ref.children,
531
444
  className = _ref.className,
532
445
  icon = _ref.icon,
533
446
  type = _ref.type,
534
- restProps = _objectWithoutProperties(_ref, _excluded$1w);
535
- return jsxRuntime.jsxs("dialog", _objectSpread$1x(_objectSpread$1x({}, restProps), {}, {
447
+ restProps = _objectWithoutProperties(_ref, _excluded$1f);
448
+ return jsxRuntime.jsxs("dialog", _objectSpread$1g(_objectSpread$1g({}, restProps), {}, {
536
449
  ref: ref,
537
450
  className: clsx('utrecht-alert-dialog', {
538
451
  'utrecht-alert-dialog--error': type === 'error',
@@ -551,17 +464,17 @@ var AlertDialog = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
551
464
  });
552
465
  AlertDialog.displayName = 'AlertDialog';
553
466
 
554
- var css_248z$1c = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}";
555
- styleInject$a(css_248z$1c);
467
+ var css_248z$11 = ".utrecht-article{max-inline-size:var(--utrecht-article-max-inline-size)}";
468
+ styleInject(css_248z$11);
556
469
 
557
- var _excluded$1v = ["children", "className"];
558
- function ownKeys$1w(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
559
- function _objectSpread$1w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1w(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
470
+ var _excluded$1e = ["children", "className"];
471
+ function ownKeys$1f(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
472
+ function _objectSpread$1f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1f(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
560
473
  var Article = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
561
474
  var children = _ref.children,
562
475
  className = _ref.className,
563
- restProps = _objectWithoutProperties(_ref, _excluded$1v);
564
- return jsxRuntime.jsx("article", _objectSpread$1w(_objectSpread$1w({}, restProps), {}, {
476
+ restProps = _objectWithoutProperties(_ref, _excluded$1e);
477
+ return jsxRuntime.jsx("article", _objectSpread$1f(_objectSpread$1f({}, restProps), {}, {
565
478
  ref: ref,
566
479
  className: clsx('utrecht-article', className),
567
480
  children: children
@@ -569,17 +482,17 @@ var Article = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
569
482
  });
570
483
  Article.displayName = 'Article';
571
484
 
572
- var css_248z$1b = ".utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);display:block;inset-block-end:0;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;opacity:var(--_utrecht-backdrop-opacity);position:absolute;-webkit-user-select:none;user-select:none;z-index:var(--utrecht-backdrop-z-index)}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-backdrop--reduced-motion{--_utrecht-backdrop-fade-in-animation-duration:0}.utrecht-backdrop--reduced-transparency{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}.utrecht-backdrop--viewport{position:fixed}";
573
- styleInject$a(css_248z$1b);
485
+ var css_248z$10 = ".utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);display:block;inset-block-end:0;inset-block-start:0;inset-inline-end:0;inset-inline-start:0;opacity:var(--_utrecht-backdrop-opacity);position:absolute;-webkit-user-select:none;user-select:none;z-index:var(--utrecht-backdrop-z-index)}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-backdrop--reduced-motion{--_utrecht-backdrop-fade-in-animation-duration:0}.utrecht-backdrop--reduced-transparency{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}.utrecht-backdrop--viewport{position:fixed}";
486
+ styleInject(css_248z$10);
574
487
 
575
- var _excluded$1u = ["children", "className"];
576
- function ownKeys$1v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
577
- function _objectSpread$1v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1v(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
488
+ var _excluded$1d = ["children", "className"];
489
+ function ownKeys$1e(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
490
+ function _objectSpread$1e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1e(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1e(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
578
491
  var Backdrop = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
579
492
  var children = _ref.children,
580
493
  className = _ref.className,
581
- restProps = _objectWithoutProperties(_ref, _excluded$1u);
582
- return jsxRuntime.jsx("div", _objectSpread$1v(_objectSpread$1v({}, restProps), {}, {
494
+ restProps = _objectWithoutProperties(_ref, _excluded$1d);
495
+ return jsxRuntime.jsx("div", _objectSpread$1e(_objectSpread$1e({}, restProps), {}, {
583
496
  ref: ref,
584
497
  className: clsx('utrecht-backdrop', className),
585
498
  children: children
@@ -587,41 +500,41 @@ var Backdrop = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
587
500
  });
588
501
  Backdrop.displayName = 'Backdrop';
589
502
 
590
- var css_248z$1a = ".utrecht-badge-counter{background-color:var(--utrecht-badge-counter-background-color,var(--utrecht-badge-background-color,#000));border-radius:var(--utrecht-badge-counter-border-radius,var(--utrecht-badge-border-radius,.5ch));color:var(--utrecht-badge-counter-color,var(--utrecht-badge-color,#fff));display:inline-block;font-family:var(--utrecht-badge-counter-font-family,var(--utrecht-badge-font-family,var(--utrecht-document-font-family,sans-serif)));font-size:var(--utrecht-badge-counter-font-size,var(--utrecht-badge-font-size));font-style:var(--utrecht-badge-counter-font-style,normal);font-weight:var(--utrecht-badge-counter-font-weight,var(--utrecht-badge-font-weight,bold));line-height:1;max-block-size:max-content;max-inline-size:max-content;min-block-size:var(--utrecht-badge-counter-min-block-size,var(--utrecht-badge-counter-min-inline-size,var(--utrecht-badge-counter-min-size,1em)));min-inline-size:var(--utrecht-badge-counter-min-inline-size,var(--utrecht-badge-counter-min-size,1em));padding-block-end:var(--utrecht-badge-counter-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-block-start:var(--utrecht-badge-counter-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-inline-end:var(--utrecht-badge-counter-padding-inline,var(--utrecht-badge-padding-inline,.5ch));padding-inline-start:var(--utrecht-badge-counter-padding-inline,var(--utrecht-badge-padding-inline,.5ch));text-align:center;text-decoration:none;white-space:nowrap}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-badge-counter{border:1px solid}}";
591
- styleInject$a(css_248z$1a);
503
+ var css_248z$$ = ".utrecht-badge-counter{background-color:var(--utrecht-badge-counter-background-color,var(--utrecht-badge-background-color,#000));border-radius:var(--utrecht-badge-counter-border-radius,var(--utrecht-badge-border-radius,.5ch));color:var(--utrecht-badge-counter-color,var(--utrecht-badge-color,#fff));display:inline-block;font-family:var(--utrecht-badge-counter-font-family,var(--utrecht-badge-font-family,var(--utrecht-document-font-family,sans-serif)));font-size:var(--utrecht-badge-counter-font-size,var(--utrecht-badge-font-size));font-style:var(--utrecht-badge-counter-font-style,normal);font-weight:var(--utrecht-badge-counter-font-weight,var(--utrecht-badge-font-weight,bold));line-height:1;max-block-size:max-content;max-inline-size:max-content;min-block-size:var(--utrecht-badge-counter-min-block-size,var(--utrecht-badge-counter-min-inline-size,var(--utrecht-badge-counter-min-size,1em)));min-inline-size:var(--utrecht-badge-counter-min-inline-size,var(--utrecht-badge-counter-min-size,1em));padding-block-end:var(--utrecht-badge-counter-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-block-start:var(--utrecht-badge-counter-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-inline-end:var(--utrecht-badge-counter-padding-inline,var(--utrecht-badge-padding-inline,.5ch));padding-inline-start:var(--utrecht-badge-counter-padding-inline,var(--utrecht-badge-padding-inline,.5ch));text-align:center;text-decoration:none;white-space:nowrap}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-badge-counter{border:1px solid}}";
504
+ styleInject(css_248z$$);
592
505
 
593
- var _excluded$1t = ["children", "className", "value"];
594
- function ownKeys$1u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
595
- function _objectSpread$1u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1u(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
506
+ var _excluded$1c = ["children", "className", "value"];
507
+ function ownKeys$1d(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
508
+ function _objectSpread$1d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1d(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1d(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
596
509
  var BadgeCounter = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
597
510
  var children = _ref.children,
598
511
  className = _ref.className,
599
512
  value = _ref.value,
600
- restProps = _objectWithoutProperties(_ref, _excluded$1t);
601
- var props = _objectSpread$1u({
513
+ restProps = _objectWithoutProperties(_ref, _excluded$1c);
514
+ var props = _objectSpread$1d({
602
515
  children: children,
603
516
  className: clsx('utrecht-badge-counter', className)
604
517
  }, restProps);
605
- return typeof value !== 'undefined' ? jsxRuntime.jsx("data", _objectSpread$1u(_objectSpread$1u({}, props), {}, {
518
+ return typeof value !== 'undefined' ? jsxRuntime.jsx("data", _objectSpread$1d(_objectSpread$1d({}, props), {}, {
606
519
  value: value,
607
520
  ref: ref
608
- })) : jsxRuntime.jsx("span", _objectSpread$1u(_objectSpread$1u({}, props), {}, {
521
+ })) : jsxRuntime.jsx("span", _objectSpread$1d(_objectSpread$1d({}, props), {}, {
609
522
  ref: ref
610
523
  }));
611
524
  });
612
525
  BadgeCounter.displayName = 'BadgeCounter';
613
526
 
614
- var css_248z$19 = ".utrecht-badge-list{column-gap:var(--utrecht-badge-list-column-gap);display:flex;flex-wrap:wrap;row-gap:var(--utrecht-badge-list-row-gap)}";
615
- styleInject$a(css_248z$19);
527
+ var css_248z$_ = ".utrecht-badge-list{column-gap:var(--utrecht-badge-list-column-gap);display:flex;flex-wrap:wrap;row-gap:var(--utrecht-badge-list-row-gap)}";
528
+ styleInject(css_248z$_);
616
529
 
617
- var _excluded$1s = ["children", "className"];
618
- function ownKeys$1t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
619
- function _objectSpread$1t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1t(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
530
+ var _excluded$1b = ["children", "className"];
531
+ function ownKeys$1c(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
532
+ function _objectSpread$1c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1c(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1c(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
620
533
  var BadgeList = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
621
534
  var children = _ref.children,
622
535
  className = _ref.className,
623
- restProps = _objectWithoutProperties(_ref, _excluded$1s);
624
- return jsxRuntime.jsx("div", _objectSpread$1t(_objectSpread$1t({}, restProps), {}, {
536
+ restProps = _objectWithoutProperties(_ref, _excluded$1b);
537
+ return jsxRuntime.jsx("div", _objectSpread$1c(_objectSpread$1c({}, restProps), {}, {
625
538
  ref: ref,
626
539
  className: clsx('utrecht-badge-list', className),
627
540
  children: children
@@ -629,12 +542,12 @@ var BadgeList = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
629
542
  });
630
543
  BadgeList.displayName = 'BadgeList';
631
544
 
632
- var css_248z$18 = ".utrecht-blockquote{background-color:var(--utrecht-blockquote-background-color);border-color:var(--utrecht-blockquote-border-color);border-radius:var(--utrecht-blockquote-border-radius,0);border-style:solid;border-width:var(--utrecht-blockquote-border-width,0);border-inline-start-width:var(--utrecht-blockquote-border-inline-start-width,var(--utrecht-blockquote-border-width,0));color:var(--utrecht-blockquote-color);display:flex;flex-direction:column;font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-blockquote-font-size);font-style:var(--utrecht-blockquote-font-style);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-start, 0));margin-inline-end:var(--utrecht-blockquote-margin-inline-end);margin-inline-start:var(--utrecht-blockquote-margin-inline-start);padding-block-end:var(--utrecht-blockquote-padding-block-end);padding-block-start:var(--utrecht-blockquote-padding-block-start);padding-inline-end:var(--utrecht-blockquote-padding-inline-end);padding-inline-start:var(--utrecht-blockquote-padding-inline-start);row-gap:var(--utrecht-blockquote-row-gap,0)}.utrecht-blockquote__attribution,.utrecht-blockquote__caption{color:var(--utrecht-blockquote-caption-color,inherit);font-size:var(--utrecht-blockquote-caption-font-size,inherit)}.utrecht-blockquote__figure{display:flex;flex-direction:column;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;row-gap:var(--utrecht-blockquote-row-gap,0)}.utrecht-blockquote__content,.utrecht-blockquote__quote{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);color:var(--utrecht-blockquote-content-color,inherit);font-size:var(--utrecht-blockquote-content-font-size,inherit)}.utrecht-blockquote--distanced{--utrecht-space-around:1}.utrecht-blockquote--html-blockquote{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);color:var(--utrecht-blockquote-content-color,inherit);font-size:var(--utrecht-blockquote-content-font-size,inherit)}";
633
- styleInject$a(css_248z$18);
545
+ var css_248z$Z = ".utrecht-blockquote{background-color:var(--utrecht-blockquote-background-color);border-color:var(--utrecht-blockquote-border-color);border-radius:var(--utrecht-blockquote-border-radius,0);border-style:solid;border-width:var(--utrecht-blockquote-border-width,0);border-inline-start-width:var(--utrecht-blockquote-border-inline-start-width,var(--utrecht-blockquote-border-width,0));color:var(--utrecht-blockquote-color);display:flex;flex-direction:column;font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-blockquote-font-size);font-style:var(--utrecht-blockquote-font-style);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-start, 0));margin-inline-end:var(--utrecht-blockquote-margin-inline-end);margin-inline-start:var(--utrecht-blockquote-margin-inline-start);padding-block-end:var(--utrecht-blockquote-padding-block-end);padding-block-start:var(--utrecht-blockquote-padding-block-start);padding-inline-end:var(--utrecht-blockquote-padding-inline-end);padding-inline-start:var(--utrecht-blockquote-padding-inline-start);row-gap:var(--utrecht-blockquote-row-gap,0)}.utrecht-blockquote__attribution,.utrecht-blockquote__caption{color:var(--utrecht-blockquote-caption-color,inherit);font-size:var(--utrecht-blockquote-caption-font-size,inherit)}.utrecht-blockquote__figure{display:flex;flex-direction:column;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;row-gap:var(--utrecht-blockquote-row-gap,0)}.utrecht-blockquote__content,.utrecht-blockquote__quote{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);color:var(--utrecht-blockquote-content-color,inherit);font-size:var(--utrecht-blockquote-content-font-size,inherit)}.utrecht-blockquote--distanced{--utrecht-space-around:1}.utrecht-blockquote--html-blockquote{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);color:var(--utrecht-blockquote-content-color,inherit);font-size:var(--utrecht-blockquote-content-font-size,inherit)}";
546
+ styleInject(css_248z$Z);
634
547
 
635
- var _excluded$1r = ["aside", "attribution", "className", "children", "cite", "figure", "caption", "lang"];
636
- function ownKeys$1s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
637
- function _objectSpread$1s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
548
+ var _excluded$1a = ["aside", "attribution", "className", "children", "cite", "figure", "caption", "lang"];
549
+ function ownKeys$1b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
550
+ function _objectSpread$1b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1b(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1b(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
638
551
  var Blockquote = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
639
552
  var aside = _ref.aside,
640
553
  attribution = _ref.attribution,
@@ -644,7 +557,7 @@ var Blockquote = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
644
557
  figure = _ref.figure,
645
558
  caption = _ref.caption,
646
559
  lang = _ref.lang,
647
- restProps = _objectWithoutProperties(_ref, _excluded$1r);
560
+ restProps = _objectWithoutProperties(_ref, _excluded$1a);
648
561
  var quote = children;
649
562
  var captionElement = caption || attribution ? jsxRuntime.jsx("figcaption", {
650
563
  className: "utrecht-blockquote__caption",
@@ -654,37 +567,37 @@ var Blockquote = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
654
567
  cite: cite,
655
568
  lang: lang
656
569
  };
657
- return aside && (figure || captionElement) ? jsxRuntime.jsx("aside", _objectSpread$1s(_objectSpread$1s({
570
+ return aside && (figure || captionElement) ? jsxRuntime.jsx("aside", _objectSpread$1b(_objectSpread$1b({
658
571
  className: clsx('utrecht-blockquote', className)
659
572
  }, restProps), {}, {
660
573
  children: jsxRuntime.jsxs("figure", {
661
574
  className: clsx('utrecht-blockquote__figure'),
662
- children: [jsxRuntime.jsx("blockquote", _objectSpread$1s(_objectSpread$1s({
575
+ children: [jsxRuntime.jsx("blockquote", _objectSpread$1b(_objectSpread$1b({
663
576
  className: "utrecht-blockquote__quote"
664
577
  }, blockquoteAttrs), {}, {
665
578
  ref: ref,
666
579
  children: quote
667
580
  })), captionElement]
668
581
  })
669
- })) : aside ? jsxRuntime.jsx("aside", _objectSpread$1s(_objectSpread$1s({
582
+ })) : aside ? jsxRuntime.jsx("aside", _objectSpread$1b(_objectSpread$1b({
670
583
  className: clsx('utrecht-blockquote', className)
671
584
  }, restProps), {}, {
672
- children: jsxRuntime.jsx("blockquote", _objectSpread$1s(_objectSpread$1s({
585
+ children: jsxRuntime.jsx("blockquote", _objectSpread$1b(_objectSpread$1b({
673
586
  className: "utrecht-blockquote__quote"
674
587
  }, blockquoteAttrs), {}, {
675
588
  ref: ref,
676
589
  children: quote
677
590
  }))
678
- })) : figure || captionElement ? jsxRuntime.jsxs("figure", _objectSpread$1s(_objectSpread$1s({
591
+ })) : figure || captionElement ? jsxRuntime.jsxs("figure", _objectSpread$1b(_objectSpread$1b({
679
592
  className: clsx('utrecht-blockquote', className)
680
593
  }, restProps), {}, {
681
- children: [jsxRuntime.jsx("blockquote", _objectSpread$1s(_objectSpread$1s({
594
+ children: [jsxRuntime.jsx("blockquote", _objectSpread$1b(_objectSpread$1b({
682
595
  className: "utrecht-blockquote__quote"
683
596
  }, blockquoteAttrs), {}, {
684
597
  ref: ref,
685
598
  children: quote
686
599
  })), captionElement]
687
- })) : jsxRuntime.jsx("blockquote", _objectSpread$1s(_objectSpread$1s(_objectSpread$1s({
600
+ })) : jsxRuntime.jsx("blockquote", _objectSpread$1b(_objectSpread$1b(_objectSpread$1b({
688
601
  className: clsx('utrecht-blockquote', 'utrecht-blockquote--html-blockquote', className)
689
602
  }, blockquoteAttrs), restProps), {}, {
690
603
  ref: ref,
@@ -693,50 +606,15 @@ var Blockquote = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
693
606
  });
694
607
  Blockquote.displayName = 'Blockquote';
695
608
 
696
- var css_248z$17 = ".utrecht-breadcrumb-nav{--utrecht-focus-background-color:var(--utrecht-breadcrumb-nav-link-focus-background-color);--utrecht-link-background-color:var(--utrecht-breadcrumb-nav-link-background-color);--utrecht-link-text-decoration:var(--utrecht-breadcrumb-nav-link-text-decoration);--utrecht-link-active-color:var(\n --utrecht-breadcrumb-nav-link-active-color,var(--utrecht-breadcrumb-nav-link-color)\n );--utrecht-link-active-text-decoration:var(\n --utrecht-breadcrumb-nav-link-focus-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-focus-color:var(--utrecht-breadcrumb-nav-link-focus-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-focus-text-decoration:var(\n --utrecht-breadcrumb-nav-link-focus-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-hover-color:var(--utrecht-breadcrumb-nav-link-hover-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-hover-text-decoration:var(\n --utrecht-breadcrumb-nav-link-hover-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-visited-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-visited-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-placeholder-color:var(--utrecht-link-breadcrumb-link-disabled-color);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-breadcrumb-nav-font-size);line-height:var(--utrecht-breadcrumb-nav-line-height);text-transform:var(--utrecht-document-text-transform,inherit)}.utrecht-breadcrumb-nav__heading{display:none}.utrecht-breadcrumb-nav__list{display:flex;flex-wrap:wrap;min-block-size:var(--utrecht-breadcrumb-nav-min-block-size)}.utrecht-breadcrumb-nav__list--html-ol{list-style:none;padding-inline-start:0}.utrecht-breadcrumb-nav__list--html-ol,.utrecht-breadcrumb-nav__list--html-p{margin-block-end:0;margin-block-start:0}.utrecht-breadcrumb-nav__item{block-size:100%}.utrecht-breadcrumb-nav__link{--utrecht-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);--utrecht-link-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);background-color:var(--utrecht-breadcrumb-nav-link-background-color);display:inline-block;padding-block-end:var(--utrecht-breadcrumb-nav-item-padding-block-end,8px);padding-block-start:var(--utrecht-breadcrumb-nav-item-padding-block-start,8px);padding-inline-end:var(--utrecht-breadcrumb-nav-item-padding-inline-end,8px);padding-inline-start:var(--utrecht-breadcrumb-nav-item-padding-inline-start,8px)}.utrecht-breadcrumb-nav__link--current{--utrecht-link-current-font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit);--_utrecht-breadcrumb-nav-link-current-cursor:var(--utrecht-action-inert-cursor,default);font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit)}.utrecht-breadcrumb-nav__link--disabled{--utrecht-link-placeholder-color:var(\n --utrecht-breadcrumb-nav-link-disabled-color,var(--utrecht-breadcrumb-nav-link-color)\n );--_utrecht-breadcrumb-nav-link-disabled-cursor:var(--utrecht-action-disabled-cursor,not-allowed);background-color:var(--utrecht-breadcrumb-nav-link-disabled-background-color,var(--utrecht-breadcrumb-nav-link-background-color));cursor:var(--_utrecht-breadcrumb-nav-link-current-cursor,var(--_utrecht-breadcrumb-nav-link-disabled-cursor))}.utrecht-breadcrumb-nav__separator,.utrecht-breadcrumb-nav__separator--html-li{--_utrecht-breadcrumb-nav-separator-display:inline-flex;--utrecht-icon-size:var(--utrecht-breadcrumb-nav-separator-icon-size);align-items:center;color:var(--utrecht-breadcrumb-nav-separator-color);cursor:var(--utrecht-action-inert-cursor,default);display:var(--_utrecht-breadcrumb-nav-separator-display);inline-size:fit-content;-webkit-user-select:none;user-select:none}.utrecht-breadcrumb-nav--arrows{--utrecht-breadcrumb-nav-arrow-size:24px;min-block-size:var(--utrecht-breadcrumb-nav-min-block-size);overflow:hidden}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link{background-color:var(--utrecht-breadcrumb-nav-arrows-link-background-color);padding-inline-end:0;position:relative}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:after,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:before{block-size:0;border-block-end-width:var(--utrecht-breadcrumb-nav-min-block-size);border-block-start-width:var(--utrecht-breadcrumb-nav-min-block-size);border-color:transparent;border-style:solid;content:\" \";display:block;inline-size:0;inset-block-start:50%;inset-inline-start:100%;margin-block-start:calc(var(--utrecht-breadcrumb-nav-min-block-size)*-1);position:absolute}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:after{border-inline-start-color:var(--utrecht-breadcrumb-nav-arrows-link-background-color);border-inline-start-width:var(--utrecht-breadcrumb-nav-arrow-size);z-index:2}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:before{border-inline-start-color:var(--utrecht-document-background-color);border-inline-start-width:var(--utrecht-breadcrumb-nav-arrow-size);margin-block-start:calc(var(--utrecht-breadcrumb-nav-min-block-size)*-1);margin-inline-start:1px;z-index:1}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link--focus,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:focus{--utrecht-link-focus-background-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color);background-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color)}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link--focus:after,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:focus:after{border-inline-start-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color)}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__item~.utrecht-breadcrumb-nav__item .utrecht-breadcrumb-nav__link,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link~.utrecht-breadcrumb-nav__link{padding-inline-start:calc(var(--utrecht-breadcrumb-nav-item-padding-inline-start) + var(--utrecht-breadcrumb-nav-arrow-size))}.utrecht-breadcrumb-nav__item~.utrecht-breadcrumb-nav__item{margin-inline-start:var(--utrecht-breadcrumb-nav-item-divider-inline-size)}";
697
- styleInject$a(css_248z$17);
698
-
699
- var _excluded$1q = ["boxContent", "children", "className", "external", "href", "placeholder", "role"];
700
- function ownKeys$1r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
701
- function _objectSpread$1r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1r(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
702
- var Link = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
703
- var boxContent = _ref.boxContent,
704
- children = _ref.children,
705
- className = _ref.className,
706
- external = _ref.external,
707
- href = _ref.href,
708
- placeholder = _ref.placeholder,
709
- role = _ref.role,
710
- restProps = _objectWithoutProperties(_ref, _excluded$1q);
711
- return (
712
- // "utrecht-link--telephone" does not have a corresponding API,
713
- // since it is primarily a basis for implementing input[href^="tel"].
714
- // Telephone number rendering in React is best achieved using composition
715
- // of the TelephoneValue component.
716
- jsxRuntime.jsx("a", _objectSpread$1r(_objectSpread$1r({
717
- href: placeholder ? undefined : href,
718
- ref: ref,
719
- role: role || (placeholder ? 'link' : undefined),
720
- className: clsx('utrecht-link', 'utrecht-link--html-a', {
721
- 'utrecht-link--box-content': boxContent,
722
- 'utrecht-link--external': external,
723
- 'utrecht-link--placeholder': placeholder
724
- }, className),
725
- "aria-disabled": placeholder ? 'true' : undefined,
726
- rel: external ? 'external noopener noreferrer' : undefined
727
- }, restProps), {}, {
728
- children: children
729
- }))
730
- );
731
- });
732
- Link.displayName = 'Link';
609
+ var css_248z$Y = ".utrecht-breadcrumb-nav{--utrecht-focus-background-color:var(--utrecht-breadcrumb-nav-link-focus-background-color);--utrecht-link-background-color:var(--utrecht-breadcrumb-nav-link-background-color);--utrecht-link-text-decoration:var(--utrecht-breadcrumb-nav-link-text-decoration);--utrecht-link-active-color:var(\n --utrecht-breadcrumb-nav-link-active-color,var(--utrecht-breadcrumb-nav-link-color)\n );--utrecht-link-active-text-decoration:var(\n --utrecht-breadcrumb-nav-link-focus-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-focus-color:var(--utrecht-breadcrumb-nav-link-focus-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-focus-text-decoration:var(\n --utrecht-breadcrumb-nav-link-focus-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-hover-color:var(--utrecht-breadcrumb-nav-link-hover-color,var(--utrecht-breadcrumb-nav-link-color));--utrecht-link-hover-text-decoration:var(\n --utrecht-breadcrumb-nav-link-hover-text-decoration,var(--utrecht-breadcrumb-nav-link-text-decoration)\n );--utrecht-link-visited-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-visited-text-decoration:var(--utrecht-link-text-decoration);--utrecht-link-color:var(--utrecht-breadcrumb-nav-link-color);--utrecht-link-placeholder-color:var(--utrecht-link-breadcrumb-link-disabled-color);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-breadcrumb-nav-font-size);line-height:var(--utrecht-breadcrumb-nav-line-height);text-transform:var(--utrecht-document-text-transform,inherit)}.utrecht-breadcrumb-nav__heading{display:none}.utrecht-breadcrumb-nav__list{display:flex;flex-wrap:wrap;min-block-size:var(--utrecht-breadcrumb-nav-min-block-size)}.utrecht-breadcrumb-nav__list--html-ol{list-style:none;padding-inline-start:0}.utrecht-breadcrumb-nav__list--html-ol,.utrecht-breadcrumb-nav__list--html-p{margin-block-end:0;margin-block-start:0}.utrecht-breadcrumb-nav__item{block-size:100%}.utrecht-breadcrumb-nav__link{--utrecht-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);--utrecht-link-icon-size:var(--utrecht-breadcrumb-nav-link-icon-size);background-color:var(--utrecht-breadcrumb-nav-link-background-color);display:inline-block;padding-block-end:var(--utrecht-breadcrumb-nav-item-padding-block-end,8px);padding-block-start:var(--utrecht-breadcrumb-nav-item-padding-block-start,8px);padding-inline-end:var(--utrecht-breadcrumb-nav-item-padding-inline-end,8px);padding-inline-start:var(--utrecht-breadcrumb-nav-item-padding-inline-start,8px)}.utrecht-breadcrumb-nav__link--current{--utrecht-link-current-font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit);--_utrecht-breadcrumb-nav-link-current-cursor:var(--utrecht-action-inert-cursor,default);font-weight:var(--utrecht-breadcrumb-nav-link-current-font-weight,inherit)}.utrecht-breadcrumb-nav__link--disabled{--utrecht-link-placeholder-color:var(\n --utrecht-breadcrumb-nav-link-disabled-color,var(--utrecht-breadcrumb-nav-link-color)\n );--_utrecht-breadcrumb-nav-link-disabled-cursor:var(--utrecht-action-disabled-cursor,not-allowed);background-color:var(--utrecht-breadcrumb-nav-link-disabled-background-color,var(--utrecht-breadcrumb-nav-link-background-color));cursor:var(--_utrecht-breadcrumb-nav-link-current-cursor,var(--_utrecht-breadcrumb-nav-link-disabled-cursor))}.utrecht-breadcrumb-nav__separator,.utrecht-breadcrumb-nav__separator--html-li{--_utrecht-breadcrumb-nav-separator-display:inline-flex;--utrecht-icon-size:var(--utrecht-breadcrumb-nav-separator-icon-size);align-items:center;color:var(--utrecht-breadcrumb-nav-separator-color);cursor:var(--utrecht-action-inert-cursor,default);display:var(--_utrecht-breadcrumb-nav-separator-display);inline-size:fit-content;-webkit-user-select:none;user-select:none}.utrecht-breadcrumb-nav--arrows{--utrecht-breadcrumb-nav-arrow-size:24px;min-block-size:var(--utrecht-breadcrumb-nav-min-block-size);overflow:hidden}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link{background-color:var(--utrecht-breadcrumb-nav-arrows-link-background-color);padding-inline-end:0;position:relative}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:after,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:before{block-size:0;border-block-end-width:var(--utrecht-breadcrumb-nav-min-block-size);border-block-start-width:var(--utrecht-breadcrumb-nav-min-block-size);border-color:transparent;border-style:solid;content:\" \";display:block;inline-size:0;inset-block-start:50%;inset-inline-start:100%;margin-block-start:calc(var(--utrecht-breadcrumb-nav-min-block-size)*-1);position:absolute}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:after{border-inline-start-color:var(--utrecht-breadcrumb-nav-arrows-link-background-color);border-inline-start-width:var(--utrecht-breadcrumb-nav-arrow-size);z-index:2}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:before{border-inline-start-color:var(--utrecht-document-background-color);border-inline-start-width:var(--utrecht-breadcrumb-nav-arrow-size);margin-block-start:calc(var(--utrecht-breadcrumb-nav-min-block-size)*-1);margin-inline-start:1px;z-index:1}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link--focus,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:focus{--utrecht-link-focus-background-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color);background-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color)}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link--focus:after,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link:focus:after{border-inline-start-color:var(--utrecht-breadcrumb-nav-arrows-link-focus-background-color)}.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__item~.utrecht-breadcrumb-nav__item .utrecht-breadcrumb-nav__link,.utrecht-breadcrumb-nav--arrows .utrecht-breadcrumb-nav__link~.utrecht-breadcrumb-nav__link{padding-inline-start:calc(var(--utrecht-breadcrumb-nav-item-padding-inline-start) + var(--utrecht-breadcrumb-nav-arrow-size))}.utrecht-breadcrumb-nav__item~.utrecht-breadcrumb-nav__item{margin-inline-start:var(--utrecht-breadcrumb-nav-item-divider-inline-size)}";
610
+ styleInject(css_248z$Y);
733
611
 
734
- var _excluded$1p = ["appearance", "children", "className", "headingLevel", "label"],
735
- _excluded2$9 = ["className", "children"],
736
- _excluded3$4 = ["className", "children"],
612
+ var _excluded$19 = ["appearance", "children", "className", "headingLevel", "label"],
613
+ _excluded2$6 = ["className", "children"],
614
+ _excluded3$3 = ["className", "children"],
737
615
  _excluded4$2 = ["children", "disabled", "current", "href", "index", "rel", "role", "Link", "className"];
738
- function ownKeys$1q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
739
- function _objectSpread$1q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
616
+ function ownKeys$1a(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
617
+ function _objectSpread$1a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1a(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1a(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
740
618
  var useMicrodataItem = function useMicrodataItem(_ref) {
741
619
  var prop = _ref.prop,
742
620
  type = _ref.type;
@@ -758,9 +636,9 @@ var BreadcrumbNav = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
758
636
  _ref2$headingLevel = _ref2.headingLevel,
759
637
  headingLevel = _ref2$headingLevel === void 0 ? 2 : _ref2$headingLevel,
760
638
  label = _ref2.label,
761
- restProps = _objectWithoutProperties(_ref2, _excluded$1p);
639
+ restProps = _objectWithoutProperties(_ref2, _excluded$19);
762
640
  var headingId = label ? react.useId() : undefined;
763
- return jsxRuntime.jsxs("nav", _objectSpread$1q(_objectSpread$1q({}, restProps), {}, {
641
+ return jsxRuntime.jsxs("nav", _objectSpread$1a(_objectSpread$1a({}, restProps), {}, {
764
642
  ref: ref,
765
643
  className: clsx('utrecht-breadcrumb-nav', 'utrecht-breadcrumb-nav--html-ol', {
766
644
  'utrecht-breadcrumb-nav--arrows': appearance === 'arrows'
@@ -772,7 +650,7 @@ var BreadcrumbNav = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
772
650
  level: headingLevel,
773
651
  "aria-hidden": "true",
774
652
  children: label
775
- }), jsxRuntime.jsx("ol", _objectSpread$1q(_objectSpread$1q({
653
+ }), jsxRuntime.jsx("ol", _objectSpread$1a(_objectSpread$1a({
776
654
  className: "utrecht-breadcrumb-nav__list utrecht-breadcrumb-nav__list--html-ol"
777
655
  }, useMicrodataItem({
778
656
  type: 'https://schema.org/BreadcrumbList'
@@ -785,8 +663,8 @@ BreadcrumbNav.displayName = 'BreadcrumbNav';
785
663
  var BreadcrumbNavItem = /*#__PURE__*/react.forwardRef(function (_ref3, ref) {
786
664
  var className = _ref3.className,
787
665
  children = _ref3.children,
788
- restProps = _objectWithoutProperties(_ref3, _excluded2$9);
789
- return jsxRuntime.jsx("li", _objectSpread$1q(_objectSpread$1q(_objectSpread$1q({
666
+ restProps = _objectWithoutProperties(_ref3, _excluded2$6);
667
+ return jsxRuntime.jsx("li", _objectSpread$1a(_objectSpread$1a(_objectSpread$1a({
790
668
  className: clsx('utrecht-breadcrumb-nav__item', className)
791
669
  }, useMicrodataItem({
792
670
  type: 'https://schema.org/ListItem',
@@ -801,8 +679,8 @@ BreadcrumbNavItem.displayName = 'BreadcrumbNavItem';
801
679
  var BreadcrumbNavSeparator = /*#__PURE__*/react.forwardRef(function (_ref4, ref) {
802
680
  var className = _ref4.className,
803
681
  children = _ref4.children,
804
- restProps = _objectWithoutProperties(_ref4, _excluded3$4);
805
- return jsxRuntime.jsx("li", _objectSpread$1q(_objectSpread$1q({
682
+ restProps = _objectWithoutProperties(_ref4, _excluded3$3);
683
+ return jsxRuntime.jsx("li", _objectSpread$1a(_objectSpread$1a({
806
684
  "aria-hidden": "true",
807
685
  hidden: true,
808
686
  style: {
@@ -824,13 +702,13 @@ var BreadcrumbNavLink = /*#__PURE__*/react.forwardRef(function (_ref5, ref) {
824
702
  rel = _ref5.rel,
825
703
  role = _ref5.role,
826
704
  _ref5$Link = _ref5.Link,
827
- Link$1 = _ref5$Link === void 0 ? Link : _ref5$Link,
705
+ Link = _ref5$Link === void 0 ? linkReact.Link : _ref5$Link,
828
706
  className = _ref5.className,
829
707
  restProps = _objectWithoutProperties(_ref5, _excluded4$2);
830
- var DefaultLinkComponent = Link$1;
831
- var LinkComponent = Link$1 || DefaultLinkComponent;
708
+ var DefaultLinkComponent = Link;
709
+ var LinkComponent = Link || DefaultLinkComponent;
832
710
  return jsxRuntime.jsx(BreadcrumbNavItem, {
833
- children: jsxRuntime.jsxs(LinkComponent, _objectSpread$1q(_objectSpread$1q(_objectSpread$1q({
711
+ children: jsxRuntime.jsxs(LinkComponent, _objectSpread$1a(_objectSpread$1a(_objectSpread$1a({
834
712
  className: clsx('utrecht-breadcrumb-nav__link', className, {
835
713
  'utrecht-breadcrumb-nav__link--current': current,
836
714
  'utrecht-breadcrumb-nav__link--disabled': disabled
@@ -842,11 +720,11 @@ var BreadcrumbNavLink = /*#__PURE__*/react.forwardRef(function (_ref5, ref) {
842
720
  "aria-disabled": disabled ? 'true' : undefined
843
721
  }, useMicrodataProp('item')), restProps), {}, {
844
722
  ref: ref,
845
- children: [jsxRuntime.jsx("span", _objectSpread$1q(_objectSpread$1q({
723
+ children: [jsxRuntime.jsx("span", _objectSpread$1a(_objectSpread$1a({
846
724
  className: "utrecht-breadcrumb-nav__text"
847
725
  }, useMicrodataProp('name')), {}, {
848
726
  children: children
849
- })), typeof index === 'number' ? jsxRuntime.jsx("meta", _objectSpread$1q(_objectSpread$1q({}, useMicrodataProp('position')), {}, {
727
+ })), typeof index === 'number' ? jsxRuntime.jsx("meta", _objectSpread$1a(_objectSpread$1a({}, useMicrodataProp('position')), {}, {
850
728
  content: String(index + 1)
851
729
  })) : null]
852
730
  }))
@@ -854,12 +732,12 @@ var BreadcrumbNavLink = /*#__PURE__*/react.forwardRef(function (_ref5, ref) {
854
732
  });
855
733
  BreadcrumbNavLink.displayName = 'BreadcrumbNavLink';
856
734
 
857
- var css_248z$16 = ".utrecht-button-group{align-items:baseline;background-color:var(--utrecht-button-group-background-color);display:flex;flex-wrap:wrap;gap:var(--utrecht-button-group-inline-gap,1em);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-button-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-button-group-margin-block-start, 0));min-block-size:var(--utrecht-button-block-size);padding-block-end:var(--utrecht-button-group-padding-block-end);padding-block-start:var(--utrecht-button-group-padding-block-start)}.utrecht-button-group--distanced{--utrecht-space-around:1}.utrecht-button-group--row .utrecht-link-button,.utrecht-button-group:not(.utrecht-button-group--column) .utrecht-link-button,.utrecht-button-group__link-button--row{--utrecht-button-padding-inline-end:0;--utrecht-button-padding-inline-start:0}.utrecht-button-group--column{flex-direction:column;gap:var(--utrecht-button-group-block-gap,1em)}";
858
- styleInject$a(css_248z$16);
735
+ var css_248z$X = ".utrecht-button-group{align-items:baseline;background-color:var(--utrecht-button-group-background-color);display:flex;flex-wrap:wrap;gap:var(--utrecht-button-group-inline-gap,1em);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-button-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-button-group-margin-block-start, 0));min-block-size:var(--utrecht-button-block-size);padding-block-end:var(--utrecht-button-group-padding-block-end);padding-block-start:var(--utrecht-button-group-padding-block-start)}.utrecht-button-group--distanced{--utrecht-space-around:1}.utrecht-button-group--row .utrecht-link-button,.utrecht-button-group:not(.utrecht-button-group--column) .utrecht-link-button,.utrecht-button-group__link-button--row{--utrecht-button-padding-inline-end:0;--utrecht-button-padding-inline-start:0}.utrecht-button-group--column{flex-direction:column;gap:var(--utrecht-button-group-block-gap,1em)}";
736
+ styleInject(css_248z$X);
859
737
 
860
- var _excluded$1o = ["children", "className", "direction"];
861
- function ownKeys$1p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
862
- function _objectSpread$1p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1p(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
738
+ var _excluded$18 = ["children", "className", "direction"];
739
+ function ownKeys$19(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
740
+ function _objectSpread$19(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$19(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$19(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
863
741
  var hasManyElements = function hasManyElements(children) {
864
742
  return Array.isArray(children) && children.reduce(function (count, item) {
865
743
  return /*#__PURE__*/react.isValidElement(item) ? count + 1 : count;
@@ -869,8 +747,8 @@ var ButtonGroup = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
869
747
  var children = _ref.children,
870
748
  className = _ref.className,
871
749
  direction = _ref.direction,
872
- restProps = _objectWithoutProperties(_ref, _excluded$1o);
873
- return jsxRuntime.jsx("p", _objectSpread$1p(_objectSpread$1p({
750
+ restProps = _objectWithoutProperties(_ref, _excluded$18);
751
+ return jsxRuntime.jsx("p", _objectSpread$19(_objectSpread$19({
874
752
  role: hasManyElements(children) ? 'group' : undefined
875
753
  }, restProps), {}, {
876
754
  ref: ref,
@@ -883,12 +761,12 @@ var ButtonGroup = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
883
761
  });
884
762
  ButtonGroup.displayName = 'ButtonGroup';
885
763
 
886
- var css_248z$15 = ".utrecht-button-link{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,var(--_utrecht-button-appearance-background-color,var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,var(--_utrecht-button-appearance-border-color,var(--utrecht-button-border-color,transparent))\n );--_utrecht-button-border-bottom-color:var(\n --_utrecht-button-hint-border-bottom-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-border-bottom-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-border-bottom-color,var(--utrecht-button-border-color,transparent))\n )\n )\n )\n );--_utrecht-button-disabled-background-color:var(\n --_utrecht-button-hint-disabled-background-color,var(\n --_utrecht-button-appearance-disabled-background-color,var(--utrecht-button-disabled-background-color,var(--utrecht-button-background-color))\n )\n );--_utrecht-button-disabled-border-color:var(\n --_utrecht-button-hint-disabled-border-color,var(\n --_utrecht-button-appearance-disabled-border-color,var(--utrecht-button-disabled-border-color,var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,var(--_utrecht-button-appearance-disabled-color,var(--utrecht-button-disabled-color,var(--utrecht-button-color)))\n );--_utrecht-button-pressed-background-color:var(\n --_utrecht-button-hint-pressed-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-pressed-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-pressed-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-pressed-border-color:var(\n --_utrecht-button-hint-pressed-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-pressed-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-pressed-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-pressed-color:var(\n --_utrecht-button-hint-pressed-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-pressed-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-pressed-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-focus-background-color:var(\n --_utrecht-button-hint-focus-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-focus-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-focus-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-focus-border-color:var(\n --_utrecht-button-hint-focus-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-focus-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-focus-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-focus-color:var(\n --_utrecht-button-hint-focus-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-focus-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-focus-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-hover-background-color:var(\n --_utrecht-button-hint-hover-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-hover-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-hover-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-hover-border-color:var(\n --_utrecht-button-hint-hover-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-hover-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-hover-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-hover-color:var(\n --_utrecht-button-hint-hover-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-hover-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-hover-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-active-background-color:var(\n --_utrecht-button-hint-active-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-active-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-active-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-active-border-color:var(\n --_utrecht-button-hint-active-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-active-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-active-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-active-color:var(\n --_utrecht-button-hint-active-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-active-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-active-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-border-width:var(--_utrecht-button-appearance-border-width,var(--utrecht-button-border-width,0));--_utrecht-button-border-block-end-width:var(\n --utrecht-button-border-bottom-width,var(--_utrecht-button-border-width,0)\n );--_utrecht-button-font-size:var(--_utrecht-button-appearance-font-size,var(--utrecht-button-font-size));--_utrecht-button-line-height:var(--_utrecht-button-appearance-line-height,var(--utrecht-button-line-height));--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;background-color:var(--_utrecht-button-background-color);block-size:fit-content;border-block-end-color:var(--_utrecht-button-border-bottom-color);border-block-end-width:var(--_utrecht-button-border-block-end-width);border-color:var(--_utrecht-button-border-color);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--_utrecht-button-border-width);box-sizing:border-box;color:var(--_utrecht-button-color);column-gap:var(--utrecht-button-column-gap);cursor:var(--utrecht-action-activate-cursor,revert);cursor:var(--utrecht-action-navigate-cursor,pointer);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--_utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--_utrecht-button-line-height);max-inline-size:var(--utrecht-button-max-inline-size,fit-content);min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);scale:1;text-decoration:none;text-transform:var(--utrecht-button-text-transform);-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-button-link{--_utrecht-button-disabled-border-color:GrayText;--_utrecht-button-disabled-color:GrayText;background-color:ButtonFace;border-color:buttonborder;color:ButtonText}}.utrecht-button-link--active{background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-button-link--hover{background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-button-link--focus{background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-button-link--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-button-link--placeholder{background-color:var(--_utrecht-button-disabled-background-color);border-color:var(--_utrecht-button-disabled-border-color);color:var(--_utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-button-link--html-a:focus{background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-button-link--html-a:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-button-link--html-a:hover{background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-button-link--html-a:active{background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-button-link--primary-action{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-primary-action-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-primary-action-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-primary-action-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-primary-action-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-primary-action-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-primary-action-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-primary-action-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-primary-action-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-primary-action-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-primary-action-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-primary-action-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-primary-action-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-primary-action-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-primary-action-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-primary-action-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-primary-action-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-primary-action-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-primary-action-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-primary-action-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-primary-action-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-primary-action-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-primary-action-pressed-color)}.utrecht-button-link--secondary-action{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-secondary-action-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-secondary-action-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-secondary-action-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-secondary-action-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-secondary-action-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-secondary-action-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-secondary-action-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-secondary-action-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-secondary-action-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-secondary-action-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-secondary-action-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-secondary-action-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-secondary-action-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-secondary-action-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-secondary-action-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-secondary-action-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-secondary-action-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-secondary-action-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-secondary-action-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-secondary-action-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-secondary-action-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-secondary-action-pressed-color)}.utrecht-button-link--subtle{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-subtle-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-subtle-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-subtle-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-subtle-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-subtle-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-subtle-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-subtle-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-subtle-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-subtle-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-subtle-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-subtle-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-subtle-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-subtle-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-subtle-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-subtle-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-subtle-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-subtle-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-subtle-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-subtle-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-subtle-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-subtle-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-subtle-pressed-color)}";
887
- styleInject$a(css_248z$15);
764
+ var css_248z$W = ".utrecht-button-link{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,var(--_utrecht-button-appearance-background-color,var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,var(--_utrecht-button-appearance-border-color,var(--utrecht-button-border-color,transparent))\n );--_utrecht-button-border-bottom-color:var(\n --_utrecht-button-hint-border-bottom-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-border-bottom-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-border-bottom-color,var(--utrecht-button-border-color,transparent))\n )\n )\n )\n );--_utrecht-button-disabled-background-color:var(\n --_utrecht-button-hint-disabled-background-color,var(\n --_utrecht-button-appearance-disabled-background-color,var(--utrecht-button-disabled-background-color,var(--utrecht-button-background-color))\n )\n );--_utrecht-button-disabled-border-color:var(\n --_utrecht-button-hint-disabled-border-color,var(\n --_utrecht-button-appearance-disabled-border-color,var(--utrecht-button-disabled-border-color,var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,var(--_utrecht-button-appearance-disabled-color,var(--utrecht-button-disabled-color,var(--utrecht-button-color)))\n );--_utrecht-button-pressed-background-color:var(\n --_utrecht-button-hint-pressed-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-pressed-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-pressed-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-pressed-border-color:var(\n --_utrecht-button-hint-pressed-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-pressed-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-pressed-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-pressed-color:var(\n --_utrecht-button-hint-pressed-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-pressed-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-pressed-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-focus-background-color:var(\n --_utrecht-button-hint-focus-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-focus-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-focus-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-focus-border-color:var(\n --_utrecht-button-hint-focus-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-focus-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-focus-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-focus-color:var(\n --_utrecht-button-hint-focus-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-focus-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-focus-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-hover-background-color:var(\n --_utrecht-button-hint-hover-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-hover-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-hover-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-hover-border-color:var(\n --_utrecht-button-hint-hover-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-hover-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-hover-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-hover-color:var(\n --_utrecht-button-hint-hover-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-hover-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-hover-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-active-background-color:var(\n --_utrecht-button-hint-active-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-active-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-active-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-active-border-color:var(\n --_utrecht-button-hint-active-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-active-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-active-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-active-color:var(\n --_utrecht-button-hint-active-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-active-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-active-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-border-width:var(--_utrecht-button-appearance-border-width,var(--utrecht-button-border-width,0));--_utrecht-button-border-block-end-width:var(\n --utrecht-button-border-bottom-width,var(--_utrecht-button-border-width,0)\n );--_utrecht-button-font-size:var(--_utrecht-button-appearance-font-size,var(--utrecht-button-font-size));--_utrecht-button-line-height:var(--_utrecht-button-appearance-line-height,var(--utrecht-button-line-height));--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;background-color:var(--_utrecht-button-background-color);block-size:fit-content;border-block-end-color:var(--_utrecht-button-border-bottom-color);border-block-end-width:var(--_utrecht-button-border-block-end-width);border-color:var(--_utrecht-button-border-color);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--_utrecht-button-border-width);box-sizing:border-box;color:var(--_utrecht-button-color);column-gap:var(--utrecht-button-column-gap);cursor:var(--utrecht-action-activate-cursor,revert);cursor:var(--utrecht-action-navigate-cursor,pointer);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--_utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--_utrecht-button-line-height);max-inline-size:var(--utrecht-button-max-inline-size,fit-content);min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);scale:1;text-decoration:none;text-transform:var(--utrecht-button-text-transform);-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-button-link{--_utrecht-button-disabled-border-color:GrayText;--_utrecht-button-disabled-color:GrayText;background-color:ButtonFace;border-color:buttonborder;color:ButtonText}}.utrecht-button-link--active{background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-button-link--hover{background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-button-link--focus{background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-button-link--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-button-link--placeholder{background-color:var(--_utrecht-button-disabled-background-color);border-color:var(--_utrecht-button-disabled-border-color);color:var(--_utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-button-link--html-a:focus{background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-button-link--html-a:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-button-link--html-a:hover{background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-button-link--html-a:active{background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-button-link--primary-action{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-primary-action-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-primary-action-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-primary-action-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-primary-action-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-primary-action-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-primary-action-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-primary-action-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-primary-action-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-primary-action-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-primary-action-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-primary-action-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-primary-action-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-primary-action-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-primary-action-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-primary-action-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-primary-action-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-primary-action-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-primary-action-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-primary-action-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-primary-action-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-primary-action-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-primary-action-pressed-color)}.utrecht-button-link--secondary-action{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-secondary-action-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-secondary-action-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-secondary-action-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-secondary-action-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-secondary-action-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-secondary-action-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-secondary-action-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-secondary-action-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-secondary-action-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-secondary-action-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-secondary-action-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-secondary-action-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-secondary-action-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-secondary-action-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-secondary-action-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-secondary-action-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-secondary-action-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-secondary-action-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-secondary-action-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-secondary-action-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-secondary-action-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-secondary-action-pressed-color)}.utrecht-button-link--subtle{--_utrecht-button-appearance-active-background-color:var(--utrecht-button-subtle-active-background-color);--_utrecht-button-appearance-active-border-color:var(--utrecht-button-subtle-active-border-color);--_utrecht-button-appearance-active-color:var(--utrecht-button-subtle-active-color);--_utrecht-button-appearance-background-color:var(--utrecht-button-subtle-background-color);--_utrecht-button-appearance-border-color:var(--utrecht-button-subtle-border-color);--_utrecht-button-appearance-border-width:var(--utrecht-button-subtle-border-width);--_utrecht-button-appearance-color:var(--utrecht-button-subtle-color);--_utrecht-button-appearance-font-size:var(--utrecht-button-subtle-font-size);--_utrecht-button-appearance-font-weight:var(--utrecht-button-subtle-font-weight);--_utrecht-button-appearance-line-height:var(--utrecht-button-subtle-line-height);--_utrecht-button-appearance-disabled-background-color:var(--utrecht-button-subtle-disabled-background-color);--_utrecht-button-appearance-disabled-border-color:var(--utrecht-button-subtle-disabled-border-color);--_utrecht-button-appearance-disabled-color:var(--utrecht-button-subtle-disabled-color);--_utrecht-button-appearance-focus-background-color:var(--utrecht-button-subtle-focus-background-color);--_utrecht-button-appearance-focus-border-color:var(--utrecht-button-subtle-focus-border-color);--_utrecht-button-appearance-focus-color:var(--utrecht-button-subtle-focus-color);--_utrecht-button-appearance-hover-background-color:var(--utrecht-button-subtle-hover-background-color);--_utrecht-button-appearance-hover-border-color:var(--utrecht-button-subtle-hover-border-color);--_utrecht-button-appearance-hover-color:var(--utrecht-button-subtle-hover-color);--_utrecht-button-appearance-pressed-background-color:var(--utrecht-button-subtle-pressed-background-color);--_utrecht-button-appearance-pressed-border-color:var(--utrecht-button-subtle-pressed-border-color);--_utrecht-button-appearance-pressed-color:var(--utrecht-button-subtle-pressed-color)}";
765
+ styleInject(css_248z$W);
888
766
 
889
- var _excluded$1n = ["appearance", "children", "className", "external", "href", "placeholder", "role"];
890
- function ownKeys$1o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
891
- function _objectSpread$1o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1o(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
767
+ var _excluded$17 = ["appearance", "children", "className", "external", "href", "placeholder", "role"];
768
+ function ownKeys$18(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
769
+ function _objectSpread$18(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$18(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$18(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
892
770
  var onKeyDown = function onKeyDown(evt) {
893
771
  var _evt$target;
894
772
  if (evt.key === ' ' && typeof ((_evt$target = evt.target) === null || _evt$target === void 0 ? void 0 : _evt$target.click) === 'function') {
@@ -906,18 +784,18 @@ var ButtonLink = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
906
784
  href = _ref.href,
907
785
  placeholder = _ref.placeholder,
908
786
  role = _ref.role,
909
- restProps = _objectWithoutProperties(_ref, _excluded$1n);
787
+ restProps = _objectWithoutProperties(_ref, _excluded$17);
910
788
  var props = restProps;
911
789
  if (role === 'button') {
912
790
  // When this link is announced as button by accessibility tools,
913
791
  // it should also behave like a button. Links are not activated
914
792
  // using `Space`, so we need to implement that behaviour here
915
793
  // to reach parity with the `button` element.
916
- props = _objectSpread$1o(_objectSpread$1o({}, restProps), {}, {
794
+ props = _objectSpread$18(_objectSpread$18({}, restProps), {}, {
917
795
  onKeyDown: onKeyDown
918
796
  });
919
797
  }
920
- return jsxRuntime.jsx("a", _objectSpread$1o(_objectSpread$1o({
798
+ return jsxRuntime.jsx("a", _objectSpread$18(_objectSpread$18({
921
799
  href: placeholder ? undefined : href,
922
800
  ref: ref,
923
801
  role: role || (placeholder ? 'link' : undefined),
@@ -936,96 +814,17 @@ var ButtonLink = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
936
814
  });
937
815
  ButtonLink.displayName = 'ButtonLink';
938
816
 
939
- function styleInject$8(css, ref) {
940
- if ( ref === void 0 ) ref = {};
941
- var insertAt = ref.insertAt;
942
-
943
- if (!css || typeof document === 'undefined') { return; }
944
-
945
- var head = document.head || document.getElementsByTagName('head')[0];
946
- var style = document.createElement('style');
947
- style.type = 'text/css';
948
-
949
- if (insertAt === 'top') {
950
- if (head.firstChild) {
951
- head.insertBefore(style, head.firstChild);
952
- } else {
953
- head.appendChild(style);
954
- }
955
- } else {
956
- head.appendChild(style);
957
- }
958
-
959
- if (style.styleSheet) {
960
- style.styleSheet.cssText = css;
961
- } else {
962
- style.appendChild(document.createTextNode(css));
963
- }
964
- }
965
-
966
- var css_248z$1$1 = ".utrecht-checkbox--custom,.utrecht-custom-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:50%;background-repeat:no-repeat;background-size:contain;block-size:var(--utrecht-checkbox-size,1em);border-color:var(--utrecht-checkbox-border-color);border-radius:var(--utrecht-checkbox-border-radius,0);border-style:solid;border-width:var(--utrecht-checkbox-border-width);cursor:var(--utrecht-action-activate-cursor,revert);inline-size:var(--utrecht-checkbox-size,1em);margin-block-start:var(--utrecht-checkbox-margin-block-start);min-block-size:24px;min-inline-size:24px;-webkit-print-color-adjust:exact;print-color-adjust:exact;vertical-align:top}.utrecht-checkbox--custom.utrecht-checkbox--checked,.utrecht-custom-checkbox--checked{background-color:var(--utrecht-checkbox-checked-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-checked-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-checked-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--disabled,.utrecht-custom-checkbox--disabled{border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-disabled-border-width,var(--utrecht-checkbox-border-width));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-checkbox--custom.utrecht-checkbox--disabled:checked,.utrecht-custom-checkbox--disabled:checked{background-color:var(--utrecht-checkbox-disabled-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--disabled:active,.utrecht-custom-checkbox--disabled:active{border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--indeterminate,.utrecht-custom-checkbox--indeterminate{background-color:var(--utrecht-checkbox-indeterminate-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-indeterminate-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-indeterminate-border-width,var(--utrecht-checkbox-border-width));color:var(--utrecht-checkbox-indeterminate-color,var(--utrecht-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--invalid,.utrecht-custom-checkbox--invalid{border-color:var(--utrecht-checkbox-invalid-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-invalid-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--active,.utrecht-custom-checkbox--active{background-color:var(--utrecht-checkbox-active-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-active-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-active-border-width,var(--utrecht-checkbox-border-width));color:var(--utrecht-checkbox-active-color,var(--utrecht-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--hover,.utrecht-custom-checkbox--hover{background-color:var(--utrecht-checkbox-hover-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-hover-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-hover-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--focus,.utrecht-custom-checkbox--focus{background-color:var(--utrecht-checkbox-focus-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-focus-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-focus-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--focus-visible,.utrecht-custom-checkbox--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled,.utrecht-custom-checkbox--html-input:disabled{border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-disabled-border-width,var(--utrecht-checkbox-border-width));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled:checked,.utrecht-custom-checkbox--html-input:disabled:checked{background-color:var(--utrecht-checkbox-disabled-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:disabled:active,.utrecht-custom-checkbox--html-input:disabled:active{border-color:var(--utrecht-checkbox-disabled-border-color,var(--utrecht-checkbox-border-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:hover,.utrecht-custom-checkbox--html-input:hover{background-color:var(--utrecht-checkbox-hover-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-hover-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-hover-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus,.utrecht-custom-checkbox--html-input:focus{background-color:var(--utrecht-checkbox-focus-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-focus-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-focus-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:focus-visible,.utrecht-custom-checkbox--html-input:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-checkbox--custom.utrecht-checkbox--html-input:invalid,.utrecht-checkbox--custom.utrecht-checkbox--html-input[aria-invalid=true],.utrecht-custom-checkbox--html-input:invalid,.utrecht-custom-checkbox--html-input[aria-invalid=true]{border-color:var(--utrecht-checkbox-invalid-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-invalid-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:active,.utrecht-custom-checkbox--html-input:active{background-color:var(--utrecht-checkbox-active-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-active-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-active-border-width,var(--utrecht-checkbox-border-width));color:var(--utrecht-checkbox-active-color,var(--utrecht-checkbox-color))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:active,.utrecht-checkbox--custom.utrecht-checkbox--html-input:checked,.utrecht-custom-checkbox--html-input:active,.utrecht-custom-checkbox--html-input:checked{background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E\")}.utrecht-checkbox--custom.utrecht-checkbox--html-input:checked,.utrecht-custom-checkbox--html-input:checked{background-color:var(--utrecht-checkbox-checked-background-color,var(--utrecht-checkbox-background-color));border-color:var(--utrecht-checkbox-checked-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-checked-border-width,var(--utrecht-checkbox-border-width))}.utrecht-checkbox--custom.utrecht-checkbox--html-input:checked:indeterminate,.utrecht-checkbox--custom.utrecht-checkbox--html-input:indeterminate,.utrecht-custom-checkbox--html-input:checked:indeterminate,.utrecht-custom-checkbox--html-input:indeterminate{background-color:var(--utrecht-checkbox-indeterminate-background-color,var(--utrecht-checkbox-background-color));background-image:url(\"data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E\");border-color:var(--utrecht-checkbox-indeterminate-border-color,var(--utrecht-checkbox-border-color));border-width:var(--utrecht-checkbox-indeterminate-border-width,var(--utrecht-checkbox-border-width));color:var(--utrecht-checkbox-indeterminate-color,var(--utrecht-checkbox-color))}";
967
- styleInject$8(css_248z$1$1);
968
-
969
- var css_248z$14 = ".utrecht-checkbox{cursor:var(--utrecht-action-activate-cursor,revert);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;-webkit-user-select:none;user-select:none}.utrecht-checkbox--disabled{cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-checkbox--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-checkbox--html-input:disabled{cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-checkbox--html-input :focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}";
970
- styleInject$8(css_248z$14);
971
-
972
- var _excluded$1m = ["appearance", "disabled", "indeterminate", "inputRequired", "invalid", "required", "className"];
973
- function ownKeys$1n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
974
- function _objectSpread$1n(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1n(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1n(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
975
- var Checkbox$1 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
976
- var _ref$appearance = _ref.appearance,
977
- appearance = _ref$appearance === void 0 ? 'custom' : _ref$appearance,
978
- disabled = _ref.disabled,
979
- _ref$indeterminate = _ref.indeterminate,
980
- indeterminate = _ref$indeterminate === void 0 ? false : _ref$indeterminate,
981
- inputRequired = _ref.inputRequired,
982
- invalid = _ref.invalid,
983
- required = _ref.required,
984
- className = _ref.className,
985
- restProps = _objectWithoutProperties(_ref, _excluded$1m);
986
- // What's the correct way to use useRef and forwardRef together?
987
- // https://stackoverflow.com/a/68163315
988
- // `indeterminate` is has no TypeScript definition in React.
989
- // `indeterminate` renders an attribute, not a property in React.
990
- var internalRef = react.useRef(null);
991
- react.useImperativeHandle(ref, function () {
992
- return internalRef.current;
993
- });
994
- react.useEffect(function () {
995
- if (internalRef.current) {
996
- internalRef.current.indeterminate = indeterminate;
997
- }
998
- }, [indeterminate]);
999
- return jsxRuntime.jsx("input", _objectSpread$1n(_objectSpread$1n({}, restProps), {}, {
1000
- ref: internalRef,
1001
- type: "checkbox",
1002
- className: clsx('utrecht-checkbox', 'utrecht-checkbox--html-input', {
1003
- 'utrecht-checkbox--disabled': disabled,
1004
- 'utrecht-checkbox--custom': appearance === 'custom',
1005
- 'utrecht-checkbox--invalid': invalid,
1006
- 'utrecht-checkbox--indeterminate': indeterminate,
1007
- 'utrecht-checkbox--required': required || inputRequired
1008
- }, className),
1009
- "aria-checked": indeterminate ? 'mixed' : undefined,
1010
- "aria-invalid": invalid || undefined,
1011
- "aria-required": required ? required : undefined,
1012
- disabled: disabled,
1013
- required: inputRequired
1014
- }));
1015
- });
1016
- Checkbox$1.displayName = 'Checkbox';
1017
-
1018
- var css_248z$13 = ".utrecht-code{background-color:var(--utrecht-code-background-color);color:var(--utrecht-code-color);font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-variant-ligatures:none;line-height:var(--utrecht-code-line-height)}";
1019
- styleInject$a(css_248z$13);
817
+ var css_248z$V = ".utrecht-code{background-color:var(--utrecht-code-background-color);color:var(--utrecht-code-color);font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-variant-ligatures:none;line-height:var(--utrecht-code-line-height)}";
818
+ styleInject(css_248z$V);
1020
819
 
1021
- var _excluded$1l = ["children", "className"];
1022
- function ownKeys$1m(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1023
- function _objectSpread$1m(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1m(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1m(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
820
+ var _excluded$16 = ["children", "className"];
821
+ function ownKeys$17(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
822
+ function _objectSpread$17(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$17(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$17(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1024
823
  var Code = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1025
824
  var children = _ref.children,
1026
825
  className = _ref.className,
1027
- restProps = _objectWithoutProperties(_ref, _excluded$1l);
1028
- return jsxRuntime.jsx("code", _objectSpread$1m(_objectSpread$1m({
826
+ restProps = _objectWithoutProperties(_ref, _excluded$16);
827
+ return jsxRuntime.jsx("code", _objectSpread$17(_objectSpread$17({
1029
828
  ref: ref,
1030
829
  className: clsx('utrecht-code', className)
1031
830
  }, restProps), {}, {
@@ -1034,17 +833,17 @@ var Code = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1034
833
  });
1035
834
  Code.displayName = 'Code';
1036
835
 
1037
- var css_248z$12 = ".utrecht-code-block{--utrecht-code-color:var(--utrecht-code-block-color,inherit);--utrecht-code-background-color:var(--utrecht-code-block-background-color,inherit);--utrecht-code-font-weight:var(--utrecht-code-block-font-weight,inherit);--utrecht-code-font-size:var(--utrecht-code-block-font-size,inherit);--utrecht-code-font-family:var(--utrecht-code-block-font-family,monospace);background-color:var(--utrecht-code-background-color);background-color:var(--utrecht-code-block-background-color);color:var(--utrecht-code-color);display:block;font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-size:var(--utrecht-code-block-font-size,var(--utrecht-code-font-size,inherit));font-variant-ligatures:none;line-height:var(--utrecht-code-line-height);line-height:var(--utrecht-code-block-line-height,var(--utrecht-code-line-height));margin-block-end:var(--utrecht-code-block-margin-block-end);margin-block-start:var(--utrecht-code-block-margin-block-start);margin-inline-end:var(--utrecht-code-block-margin-inline-end);margin-inline-start:var(--utrecht-code-block-margin-inline-start);padding-block-end:var(--utrecht-code-block-padding-block-end);padding-block-start:var(--utrecht-code-block-padding-block-start);padding-inline-end:var(--utrecht-code-block-padding-inline-end);padding-inline-start:var(--utrecht-code-block-padding-inline-start);white-space:pre}.utrecht-code-block__content{font-family:inherit;font-size:inherit}";
1038
- styleInject$a(css_248z$12);
836
+ var css_248z$U = ".utrecht-code-block{--utrecht-code-color:var(--utrecht-code-block-color,inherit);--utrecht-code-background-color:var(--utrecht-code-block-background-color,inherit);--utrecht-code-font-weight:var(--utrecht-code-block-font-weight,inherit);--utrecht-code-font-size:var(--utrecht-code-block-font-size,inherit);--utrecht-code-font-family:var(--utrecht-code-block-font-family,monospace);background-color:var(--utrecht-code-background-color);background-color:var(--utrecht-code-block-background-color);color:var(--utrecht-code-color);display:block;font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-size:var(--utrecht-code-block-font-size,var(--utrecht-code-font-size,inherit));font-variant-ligatures:none;line-height:var(--utrecht-code-line-height);line-height:var(--utrecht-code-block-line-height,var(--utrecht-code-line-height));margin-block-end:var(--utrecht-code-block-margin-block-end);margin-block-start:var(--utrecht-code-block-margin-block-start);margin-inline-end:var(--utrecht-code-block-margin-inline-end);margin-inline-start:var(--utrecht-code-block-margin-inline-start);padding-block-end:var(--utrecht-code-block-padding-block-end);padding-block-start:var(--utrecht-code-block-padding-block-start);padding-inline-end:var(--utrecht-code-block-padding-inline-end);padding-inline-start:var(--utrecht-code-block-padding-inline-start);white-space:pre}.utrecht-code-block__content{font-family:inherit;font-size:inherit}";
837
+ styleInject(css_248z$U);
1039
838
 
1040
- var _excluded$1k = ["children", "className"];
1041
- function ownKeys$1l(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1042
- function _objectSpread$1l(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1l(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1l(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
839
+ var _excluded$15 = ["children", "className"];
840
+ function ownKeys$16(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
841
+ function _objectSpread$16(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$16(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$16(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1043
842
  var CodeBlock = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1044
843
  var children = _ref.children,
1045
844
  className = _ref.className,
1046
- restProps = _objectWithoutProperties(_ref, _excluded$1k);
1047
- return jsxRuntime.jsx("pre", _objectSpread$1l(_objectSpread$1l({
845
+ restProps = _objectWithoutProperties(_ref, _excluded$15);
846
+ return jsxRuntime.jsx("pre", _objectSpread$16(_objectSpread$16({
1048
847
  ref: ref,
1049
848
  className: clsx('utrecht-code-block', className)
1050
849
  }, restProps), {}, {
@@ -1056,22 +855,22 @@ var CodeBlock = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1056
855
  });
1057
856
  CodeBlock.displayName = 'CodeBlock';
1058
857
 
1059
- var css_248z$11 = ".utrecht-color-sample{background-color:var(--utrecht-color-sample-background-color,currentColor);block-size:var(--utrecht-color-sample-block-size,2em);border-color:var(--utrecht-color-sample-border-color,var(--utrecht-color-sample-default-border-color));border-radius:var(--utrecht-color-sample-border-radius,0);border-style:solid;border-width:var(--utrecht-color-sample-border-width,0);box-sizing:border-box;display:inline-block;inline-size:var(--utrecht-color-sample-inline-size,2em);-webkit-print-color-adjust:exact;print-color-adjust:exact}@media (forced-colors:active){.utrecht-color-sample{forced-color-adjust:none}}@media (forced-colors:active) and (prefers-color-scheme:dark){.utrecht-color-sample{--utrecht-color-sample-default-border-color:var(--utrecht-color-sample-dark-border-color,#000)}}@media (forced-colors:active) and (prefers-color-scheme:light){.utrecht-color-sample{--utrecht-color-sample-default-border-color:var(--utrecht-color-sample-light-border-color,#fff)}}";
1060
- styleInject$a(css_248z$11);
858
+ var css_248z$T = ".utrecht-color-sample{background-color:var(--utrecht-color-sample-background-color,currentColor);block-size:var(--utrecht-color-sample-block-size,2em);border-color:var(--utrecht-color-sample-border-color,var(--utrecht-color-sample-default-border-color));border-radius:var(--utrecht-color-sample-border-radius,0);border-style:solid;border-width:var(--utrecht-color-sample-border-width,0);box-sizing:border-box;display:inline-block;inline-size:var(--utrecht-color-sample-inline-size,2em);-webkit-print-color-adjust:exact;print-color-adjust:exact}@media (forced-colors:active){.utrecht-color-sample{forced-color-adjust:none}}@media (forced-colors:active) and (prefers-color-scheme:dark){.utrecht-color-sample{--utrecht-color-sample-default-border-color:var(--utrecht-color-sample-dark-border-color,#000)}}@media (forced-colors:active) and (prefers-color-scheme:light){.utrecht-color-sample{--utrecht-color-sample-default-border-color:var(--utrecht-color-sample-light-border-color,#fff)}}";
859
+ styleInject(css_248z$T);
1061
860
 
1062
- var _excluded$1j = ["children", "className", "color", "style"];
1063
- function ownKeys$1k(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1064
- function _objectSpread$1k(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1k(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1k(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
861
+ var _excluded$14 = ["children", "className", "color", "style"];
862
+ function ownKeys$15(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
863
+ function _objectSpread$15(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$15(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$15(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1065
864
  var ColorSample = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1066
865
  var children = _ref.children,
1067
866
  className = _ref.className,
1068
867
  color = _ref.color,
1069
868
  style = _ref.style,
1070
- restProps = _objectWithoutProperties(_ref, _excluded$1j);
1071
- return jsxRuntime.jsx("data", _objectSpread$1k(_objectSpread$1k({
869
+ restProps = _objectWithoutProperties(_ref, _excluded$14);
870
+ return jsxRuntime.jsx("data", _objectSpread$15(_objectSpread$15({
1072
871
  ref: ref,
1073
872
  className: clsx('utrecht-color-sample', className),
1074
- style: _objectSpread$1k(_objectSpread$1k({}, style), {}, {
873
+ style: _objectSpread$15(_objectSpread$15({}, style), {}, {
1075
874
  color: color
1076
875
  }),
1077
876
  value: color
@@ -1081,18 +880,18 @@ var ColorSample = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1081
880
  });
1082
881
  ColorSample.displayName = 'ColorSample';
1083
882
 
1084
- var css_248z$10 = ".utrecht-column-layout{column-gap:var(--utrecht-column-layout-gap,2em);column-width:var(--utrecht-column-layout-column-width,40ch);display:block}@media print{.utrecht-column-layout{columns:var(--utrecht-column-layout-print-column-width,auto) var(--utrecht-column-layout-print-column-count,2)}}.utrecht-column-layout--rule{column-rule-color:var(--utrecht-column-layout-column-rule-color);column-rule-style:solid;column-rule-width:var(--utrecht-column-layout-column-rule-width,0)}";
1085
- styleInject$a(css_248z$10);
883
+ var css_248z$S = ".utrecht-column-layout{column-gap:var(--utrecht-column-layout-gap,2em);column-width:var(--utrecht-column-layout-column-width,40ch);display:block}@media print{.utrecht-column-layout{columns:var(--utrecht-column-layout-print-column-width,auto) var(--utrecht-column-layout-print-column-count,2)}}.utrecht-column-layout--rule{column-rule-color:var(--utrecht-column-layout-column-rule-color);column-rule-style:solid;column-rule-width:var(--utrecht-column-layout-column-rule-width,0)}";
884
+ styleInject(css_248z$S);
1086
885
 
1087
- var _excluded$1i = ["children", "className", "rule"];
1088
- function ownKeys$1j(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1089
- function _objectSpread$1j(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1j(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1j(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
886
+ var _excluded$13 = ["children", "className", "rule"];
887
+ function ownKeys$14(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
888
+ function _objectSpread$14(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$14(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$14(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1090
889
  var ColumnLayout = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1091
890
  var children = _ref.children,
1092
891
  className = _ref.className,
1093
892
  rule = _ref.rule,
1094
- restProps = _objectWithoutProperties(_ref, _excluded$1i);
1095
- return jsxRuntime.jsx("div", _objectSpread$1j(_objectSpread$1j({
893
+ restProps = _objectWithoutProperties(_ref, _excluded$13);
894
+ return jsxRuntime.jsx("div", _objectSpread$14(_objectSpread$14({
1096
895
  className: clsx('utrecht-column-layout', {
1097
896
  'utrecht-column-layout--rule': rule
1098
897
  }, className),
@@ -1103,43 +902,12 @@ var ColumnLayout = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1103
902
  });
1104
903
  ColumnLayout.displayName = 'ColumnLayout';
1105
904
 
1106
- var css_248z$$ = ".utrecht-combobox{inline-size:100%;max-inline-size:var(--utrecht-textbox-max-inline-size,var(--utrecht-form-control-max-inline-size));position:relative}.utrecht-combobox__popover{background-color:canvas;block-size:fit-content;border-width:0;color:canvastext;inline-size:fit-content;inset:0;overflow:auto;padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0;position:absolute;z-index:var(--utrecht-combobox-popover-z-index)}.utrecht-combobox__popover--block-end{inset-block-start:100%}.utrecht-combobox__popover--hidden{display:none!important}";
1107
- styleInject$a(css_248z$$);
905
+ var css_248z$R = ".utrecht-currency-data{font-variant-numeric:lining-nums tabular-nums;white-space:nowrap}";
906
+ styleInject(css_248z$R);
1108
907
 
1109
- var _excluded$1h = ["className"],
1110
- _excluded2$8 = ["className", "position"];
1111
- function ownKeys$1i(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1112
- function _objectSpread$1i(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1i(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1i(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1113
- var Combobox = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1114
- var className = _ref.className,
1115
- restProps = _objectWithoutProperties(_ref, _excluded$1h);
1116
- return jsxRuntime.jsx("div", _objectSpread$1i(_objectSpread$1i({
1117
- className: clsx('utrecht-combobox', className)
1118
- }, restProps), {}, {
1119
- ref: ref
1120
- }));
1121
- });
1122
- Combobox.displayName = 'Combobox';
1123
- var ComboboxPopover = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
1124
- var className = _ref2.className,
1125
- position = _ref2.position,
1126
- restProps = _objectWithoutProperties(_ref2, _excluded2$8);
1127
- return jsxRuntime.jsx("div", _objectSpread$1i(_objectSpread$1i({
1128
- className: clsx('utrecht-combobox__popover', {
1129
- 'utrecht-search-bar__popover--block-end': !position || position === 'block-end'
1130
- }, className)
1131
- }, restProps), {}, {
1132
- ref: ref
1133
- }));
1134
- });
1135
- ComboboxPopover.displayName = 'ComboboxPopover';
1136
-
1137
- var css_248z$_ = ".utrecht-currency-data{font-variant-numeric:lining-nums tabular-nums;white-space:nowrap}";
1138
- styleInject$a(css_248z$_);
1139
-
1140
- var _excluded$1g = ["children", "currency", "amount", "locale", "className"];
1141
- function ownKeys$1h(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1142
- function _objectSpread$1h(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1h(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1h(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
908
+ var _excluded$12 = ["children", "currency", "amount", "locale", "className"];
909
+ function ownKeys$13(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
910
+ function _objectSpread$13(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$13(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$13(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1143
911
  var formatLabel = function formatLabel(locale, currency, amount) {
1144
912
  return new Intl.NumberFormat(locale, {
1145
913
  style: 'currency',
@@ -1175,11 +943,11 @@ var CurrencyData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1175
943
  _ref$locale = _ref.locale,
1176
944
  locale = _ref$locale === void 0 ? 'nl-NL' : _ref$locale,
1177
945
  className = _ref.className,
1178
- restProps = _objectWithoutProperties(_ref, _excluded$1g);
946
+ restProps = _objectWithoutProperties(_ref, _excluded$12);
1179
947
  var number = typeof amount === 'string' ? parseFloat(amount) : amount;
1180
948
  var labelFormatted = formatLabel(locale, currency, number);
1181
949
  var visuallyFormatted = formatVisually(locale, currency, number);
1182
- return jsxRuntime.jsx("data", _objectSpread$1h(_objectSpread$1h({}, restProps), {}, {
950
+ return jsxRuntime.jsx("data", _objectSpread$13(_objectSpread$13({}, restProps), {}, {
1183
951
  ref: ref,
1184
952
  value: "".concat(currency, " ").concat(amount),
1185
953
  className: clsx('utrecht-currency-data', number < 0 && 'utrecht-currency-data--negative', number > 0 && 'utrecht-currency-data--positive', className),
@@ -1189,45 +957,45 @@ var CurrencyData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1189
957
  });
1190
958
  CurrencyData.displayName = 'CurrencyData';
1191
959
 
1192
- var css_248z$Z = ".utrecht-badge-data{background-color:var(--utrecht-badge-background-color,#000);border-radius:var(--utrecht-badge-border-radius,.5ch);color:var(--utrecht-badge-color,#fff);display:inline-block;font-family:var(--utrecht-document-font-family,sans-serif);font-size:var(--utrecht-badge-font-size,inherit);font-style:var(--utrecht-badge-font-style,normal);font-weight:var(--utrecht-badge-font-weight,bold);letter-spacing:var(--utrecht-badge-data-letter-spacing,inherit);line-height:var(--utrecht-badge-line-height,1em);max-block-size:max-content;max-inline-size:max-content;min-block-size:1em;min-inline-size:1em;padding-block-end:var(--utrecht-badge-padding-block,.5ex);padding-block-start:var(--utrecht-badge-padding-block,.5ex);padding-inline-end:var(--utrecht-badge-padding-inline,.5ch);padding-inline-start:var(--utrecht-badge-padding-inline,.5ch);text-decoration:none;text-transform:var(--utrecht-badge-data-text-transform,inherit)}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-badge-data{border:1px solid}}";
1193
- styleInject$a(css_248z$Z);
960
+ var css_248z$Q = ".utrecht-badge-data{background-color:var(--utrecht-badge-background-color,#000);border-radius:var(--utrecht-badge-border-radius,.5ch);color:var(--utrecht-badge-color,#fff);display:inline-block;font-family:var(--utrecht-document-font-family,sans-serif);font-size:var(--utrecht-badge-font-size,inherit);font-style:var(--utrecht-badge-font-style,normal);font-weight:var(--utrecht-badge-font-weight,bold);letter-spacing:var(--utrecht-badge-data-letter-spacing,inherit);line-height:var(--utrecht-badge-line-height,1em);max-block-size:max-content;max-inline-size:max-content;min-block-size:1em;min-inline-size:1em;padding-block-end:var(--utrecht-badge-padding-block,.5ex);padding-block-start:var(--utrecht-badge-padding-block,.5ex);padding-inline-end:var(--utrecht-badge-padding-inline,.5ch);padding-inline-start:var(--utrecht-badge-padding-inline,.5ch);text-decoration:none;text-transform:var(--utrecht-badge-data-text-transform,inherit)}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-badge-data{border:1px solid}}";
961
+ styleInject(css_248z$Q);
1194
962
 
1195
- var _excluded$1f = ["children", "className", "dateTime", "value"];
1196
- function ownKeys$1g(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1197
- function _objectSpread$1g(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1g(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1g(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
963
+ var _excluded$11 = ["children", "className", "dateTime", "value"];
964
+ function ownKeys$12(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
965
+ function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$12(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$12(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1198
966
  var DataBadge = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1199
967
  var children = _ref.children,
1200
968
  className = _ref.className,
1201
969
  dateTime = _ref.dateTime,
1202
970
  value = _ref.value,
1203
- restProps = _objectWithoutProperties(_ref, _excluded$1f);
1204
- var props = _objectSpread$1g({
971
+ restProps = _objectWithoutProperties(_ref, _excluded$11);
972
+ var props = _objectSpread$12({
1205
973
  children: children,
1206
974
  className: clsx('utrecht-badge-data', className)
1207
975
  }, restProps);
1208
- return typeof dateTime !== 'undefined' ? jsxRuntime.jsx("time", _objectSpread$1g(_objectSpread$1g({}, props), {}, {
976
+ return typeof dateTime !== 'undefined' ? jsxRuntime.jsx("time", _objectSpread$12(_objectSpread$12({}, props), {}, {
1209
977
  dateTime: dateTime,
1210
978
  ref: ref
1211
- })) : typeof value !== 'undefined' ? jsxRuntime.jsx("data", _objectSpread$1g(_objectSpread$1g({}, props), {}, {
979
+ })) : typeof value !== 'undefined' ? jsxRuntime.jsx("data", _objectSpread$12(_objectSpread$12({}, props), {}, {
1212
980
  value: value,
1213
981
  ref: ref
1214
- })) : jsxRuntime.jsx("span", _objectSpread$1g(_objectSpread$1g({}, props), {}, {
982
+ })) : jsxRuntime.jsx("span", _objectSpread$12(_objectSpread$12({}, props), {}, {
1215
983
  ref: ref
1216
984
  }));
1217
985
  });
1218
986
  DataBadge.displayName = 'DataBadge';
1219
987
 
1220
- var css_248z$Y = ".utrecht-document{-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;color:var(--utrecht-document-color,inherit);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-document-font-size,inherit);font-weight:var(--utrecht-document-font-weight,inherit);line-height:var(--utrecht-document-line-height,inherit);text-rendering:optimizeLegibility}.utrecht-document :lang(ar){letter-spacing:0!important}.utrecht-document--surface{background-color:var(--utrecht-document-background-color,inherit)}";
1221
- styleInject$a(css_248z$Y);
988
+ var css_248z$P = ".utrecht-document{-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;color:var(--utrecht-document-color,inherit);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-document-font-size,inherit);font-weight:var(--utrecht-document-font-weight,inherit);line-height:var(--utrecht-document-line-height,inherit);text-rendering:optimizeLegibility}.utrecht-document :lang(ar){letter-spacing:0!important}.utrecht-document--surface{background-color:var(--utrecht-document-background-color,inherit)}";
989
+ styleInject(css_248z$P);
1222
990
 
1223
- var _excluded$1e = ["children", "className"];
1224
- function ownKeys$1f(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1225
- function _objectSpread$1f(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1f(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1f(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
991
+ var _excluded$10 = ["children", "className"];
992
+ function ownKeys$11(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
993
+ function _objectSpread$11(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$11(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$11(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1226
994
  var Document = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1227
995
  var children = _ref.children,
1228
996
  className = _ref.className,
1229
- restProps = _objectWithoutProperties(_ref, _excluded$1e);
1230
- return jsxRuntime.jsx("div", _objectSpread$1f(_objectSpread$1f({}, restProps), {}, {
997
+ restProps = _objectWithoutProperties(_ref, _excluded$10);
998
+ return jsxRuntime.jsx("div", _objectSpread$11(_objectSpread$11({}, restProps), {}, {
1231
999
  ref: ref,
1232
1000
  className: clsx('utrecht-document', className),
1233
1001
  children: children
@@ -1235,21 +1003,21 @@ var Document = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1235
1003
  });
1236
1004
  Document.displayName = 'Document';
1237
1005
 
1238
- var css_248z$X = ".utrecht-data-list{display:block;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-data-list-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-data-list-margin-block-start, 0))}.utrecht-data-list__item-key{color:var(--utrecht-data-list-item-key-color);font-size:var(--utrecht-data-list-item-key-font-size);font-weight:var(--utrecht-data-list-item-key-font-weight);line-height:var(--utrecht-data-list-item-key-line-height)}.utrecht-data-list__item-value{color:var(--utrecht-data-list-item-value-color);font-size:var(--utrecht-data-list-item-value-font-size);font-weight:var(--utrecht-data-list-item-value-font-weight);line-height:var(--utrecht-data-list-item-value-line-height);min-block-size:calc(var(--utrecht-data-list-item-value-line-height)*1rem)}.utrecht-data-list__actions--html-dd,.utrecht-data-list__item-value--html-dd{margin-inline-start:0}.utrecht-data-list__item-value--multiline{white-space:pre-line}.utrecht-data-list--rows .utrecht-data-list__actions{align-items:baseline;display:flex;grid-column:-1;grid-row:1;justify-content:flex-end}.utrecht-data-list--rows .utrecht-data-list__item{--_utrecht-minmax:max(var(--utrecht-data-list-rows-column-min-inline-size,25ch),var(--utrecht-data-list-rows-column-inline-size,80%));--_utrecht-auto-col:minmax(var(--_utrecht-minmax),max-content);border-block-end-color:var(--utrecht-data-list-rows-border-bottom-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-data-list-rows-border-bottom-width,0);column-gap:var(--utrecht-data-list-rows-gap);display:grid;grid-auto-columns:1fr;grid-template-columns:repeat(auto-fit,var(--_utrecht-auto-col));margin-block-start:var(--utrecht-data-list-rows-item-margin-block-start);padding-block-end:var(--utrecht-data-list-rows-item-padding-block-end);padding-block-start:var(--utrecht-data-list-rows-item-padding-block-start);row-gap:0}.utrecht-data-list--rows .utrecht-data-list__item:first-of-type{margin-block-start:0}.utrecht-data-list--rows .utrecht-data-list__item-value{margin-block-start:var(--utrecht-data-list-rows-item-value-margin-block-start)}";
1239
- styleInject$a(css_248z$X);
1006
+ var css_248z$O = ".utrecht-data-list{display:block;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-data-list-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-data-list-margin-block-start, 0))}.utrecht-data-list__item-key{color:var(--utrecht-data-list-item-key-color);font-size:var(--utrecht-data-list-item-key-font-size);font-weight:var(--utrecht-data-list-item-key-font-weight);line-height:var(--utrecht-data-list-item-key-line-height)}.utrecht-data-list__item-value{color:var(--utrecht-data-list-item-value-color);font-size:var(--utrecht-data-list-item-value-font-size);font-weight:var(--utrecht-data-list-item-value-font-weight);line-height:var(--utrecht-data-list-item-value-line-height);min-block-size:calc(var(--utrecht-data-list-item-value-line-height)*1rem)}.utrecht-data-list__actions--html-dd,.utrecht-data-list__item-value--html-dd{margin-inline-start:0}.utrecht-data-list__item-value--multiline{white-space:pre-line}.utrecht-data-list--rows .utrecht-data-list__actions{align-items:baseline;display:flex;grid-column:-1;grid-row:1;justify-content:flex-end}.utrecht-data-list--rows .utrecht-data-list__item{--_utrecht-minmax:max(var(--utrecht-data-list-rows-column-min-inline-size,25ch),var(--utrecht-data-list-rows-column-inline-size,80%));--_utrecht-auto-col:minmax(var(--_utrecht-minmax),max-content);border-block-end-color:var(--utrecht-data-list-rows-border-bottom-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-data-list-rows-border-bottom-width,0);column-gap:var(--utrecht-data-list-rows-gap);display:grid;grid-auto-columns:1fr;grid-template-columns:repeat(auto-fit,var(--_utrecht-auto-col));margin-block-start:var(--utrecht-data-list-rows-item-margin-block-start);padding-block-end:var(--utrecht-data-list-rows-item-padding-block-end);padding-block-start:var(--utrecht-data-list-rows-item-padding-block-start);row-gap:0}.utrecht-data-list--rows .utrecht-data-list__item:first-of-type{margin-block-start:0}.utrecht-data-list--rows .utrecht-data-list__item-value{margin-block-start:var(--utrecht-data-list-rows-item-value-margin-block-start)}";
1007
+ styleInject(css_248z$O);
1240
1008
 
1241
- var _excluded$1d = ["appearance", "children", "className"],
1242
- _excluded2$7 = ["children", "className"],
1243
- _excluded3$3 = ["children", "className"],
1009
+ var _excluded$$ = ["appearance", "children", "className"],
1010
+ _excluded2$5 = ["children", "className"],
1011
+ _excluded3$2 = ["children", "className"],
1244
1012
  _excluded4$1 = ["children", "className"];
1245
- function ownKeys$1e(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1246
- function _objectSpread$1e(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1e(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1e(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1013
+ function ownKeys$10(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1014
+ function _objectSpread$10(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$10(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$10(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1247
1015
  var DataList = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1248
1016
  var appearance = _ref.appearance,
1249
1017
  children = _ref.children,
1250
1018
  className = _ref.className,
1251
- restProps = _objectWithoutProperties(_ref, _excluded$1d);
1252
- return jsxRuntime.jsx("dl", _objectSpread$1e(_objectSpread$1e({}, restProps), {}, {
1019
+ restProps = _objectWithoutProperties(_ref, _excluded$$);
1020
+ return jsxRuntime.jsx("dl", _objectSpread$10(_objectSpread$10({}, restProps), {}, {
1253
1021
  className: clsx('utrecht-data-list', 'utrecht-data-list--html-dl', appearance === 'rows' && 'utrecht-data-list--rows', className),
1254
1022
  ref: ref,
1255
1023
  children: children
@@ -1259,8 +1027,8 @@ DataList.displayName = 'DataList';
1259
1027
  var DataListItem = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
1260
1028
  var children = _ref2.children,
1261
1029
  className = _ref2.className,
1262
- restProps = _objectWithoutProperties(_ref2, _excluded2$7);
1263
- return jsxRuntime.jsx("div", _objectSpread$1e(_objectSpread$1e({}, restProps), {}, {
1030
+ restProps = _objectWithoutProperties(_ref2, _excluded2$5);
1031
+ return jsxRuntime.jsx("div", _objectSpread$10(_objectSpread$10({}, restProps), {}, {
1264
1032
  className: clsx('utrecht-data-list__item', className),
1265
1033
  ref: ref,
1266
1034
  children: children
@@ -1270,8 +1038,8 @@ DataListItem.displayName = 'DataListItem';
1270
1038
  var DataListKey = /*#__PURE__*/react.forwardRef(function (_ref3, ref) {
1271
1039
  var children = _ref3.children,
1272
1040
  className = _ref3.className,
1273
- restProps = _objectWithoutProperties(_ref3, _excluded3$3);
1274
- return jsxRuntime.jsx("dt", _objectSpread$1e(_objectSpread$1e({}, restProps), {}, {
1041
+ restProps = _objectWithoutProperties(_ref3, _excluded3$2);
1042
+ return jsxRuntime.jsx("dt", _objectSpread$10(_objectSpread$10({}, restProps), {}, {
1275
1043
  className: clsx('utrecht-data-list__item-key', className),
1276
1044
  ref: ref,
1277
1045
  children: children
@@ -1301,7 +1069,7 @@ var DataListActions = /*#__PURE__*/react.forwardRef(function (_ref5, ref) {
1301
1069
  var children = _ref5.children,
1302
1070
  className = _ref5.className,
1303
1071
  restProps = _objectWithoutProperties(_ref5, _excluded4$1);
1304
- return jsxRuntime.jsx("dd", _objectSpread$1e(_objectSpread$1e({}, restProps), {}, {
1072
+ return jsxRuntime.jsx("dd", _objectSpread$10(_objectSpread$10({}, restProps), {}, {
1305
1073
  className: clsx('utrecht-data-list__actions', 'utrecht-data-list__actions--html-dd', className),
1306
1074
  ref: ref,
1307
1075
  children: children
@@ -1309,18 +1077,18 @@ var DataListActions = /*#__PURE__*/react.forwardRef(function (_ref5, ref) {
1309
1077
  });
1310
1078
  DataListActions.displayName = 'DataListActions';
1311
1079
 
1312
- var css_248z$W = ".utrecht-drawer{--_utrecht-drawer-backdrop-min-size:max(var(--utrecht-drawer-backdrop-min-size),44px);background-color:var(--utrecht-drawer-background-color,Canvas);border-color:var(--utrecht-drawer-border-color,currentColor);border-width:var(--utrecht-drawer-border-width,0);box-sizing:border-box;color:var(--utrecht-drawer-color,CanvasText);overflow:auto;padding-block-end:var(--utrecht-drawer-padding-block-end);padding-block-start:var(--utrecht-drawer-padding-block-start);padding-inline-end:var(--utrecht-drawer-padding-inline-end);padding-inline-start:var(--utrecht-drawer-padding-inline-start);position:fixed;z-index:var(--utrecht-drawer-z-index,1)}.utrecht-drawer::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);-webkit-user-select:none;user-select:none}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-drawer::backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-drawer::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-drawer--inline-start{border-end-end-radius:var(--utrecht-drawer-border-radius);border-inline-start-width:0;border-start-end-radius:var(--utrecht-drawer-border-radius);inset-inline-end:auto;inset-inline-start:0}.utrecht-drawer--inline-end,.utrecht-drawer--inline-start{block-size:100%;inset-block-end:0;inset-block-start:0;max-block-size:100%;max-inline-size:min(var(--utrecht-drawer-max-inline-size,100%),100% - var(--_utrecht-drawer-backdrop-min-size,44px));min-inline-size:var(--utrecht-drawer-min-inline-size,calc(320px - var(--_utrecht-drawer-backdrop-min-size)))}.utrecht-drawer--inline-end{border-end-start-radius:var(--utrecht-drawer-border-radius);border-inline-end-width:0;border-start-start-radius:var(--utrecht-drawer-border-radius);inset-inline-end:0;inset-inline-start:auto}.utrecht-drawer--block-start{border-block-start-width:0;border-end-end-radius:var(--utrecht-drawer-border-radius);border-end-start-radius:var(--utrecht-drawer-border-radius);inset-block-end:auto;inset-block-start:0}.utrecht-drawer--block-end,.utrecht-drawer--block-start{block-size:fit-content;inline-size:100%;inset-inline-end:0;inset-inline-start:0;max-block-size:min(var(--utrecht-drawer-max-block-size),100% - var(--_utrecht-drawer-backdrop-min-size));max-inline-size:100%;min-block-size:var(--utrecht-drawer-min-block-size,calc(256px - var(--_utrecht-drawer-backdrop-min-size)))}.utrecht-drawer--block-end{border-block-end-width:0;border-start-end-radius:var(--utrecht-drawer-border-radius);border-start-start-radius:var(--utrecht-drawer-border-radius);inset-block-end:0;inset-block-start:auto}";
1313
- styleInject$a(css_248z$W);
1080
+ var css_248z$N = ".utrecht-drawer{--_utrecht-drawer-backdrop-min-size:max(var(--utrecht-drawer-backdrop-min-size),44px);background-color:var(--utrecht-drawer-background-color,Canvas);border-color:var(--utrecht-drawer-border-color,currentColor);border-width:var(--utrecht-drawer-border-width,0);box-sizing:border-box;color:var(--utrecht-drawer-color,CanvasText);overflow:auto;padding-block-end:var(--utrecht-drawer-padding-block-end);padding-block-start:var(--utrecht-drawer-padding-block-start);padding-inline-end:var(--utrecht-drawer-padding-inline-end);padding-inline-start:var(--utrecht-drawer-padding-inline-start);position:fixed;z-index:var(--utrecht-drawer-z-index,1)}.utrecht-drawer::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-opacity);--_utrecht-backdrop-fade-in-animation-duration:var(--utrecht-backdrop-fade-in-animation-duration,0);animation-duration:min(var(--utrecht-motion-max-animation-duration,var(--_utrecht-backdrop-fade-in-animation-duration)),var(--_utrecht-backdrop-fade-in-animation-duration,0));animation-name:utrecht-backdrop-fade-in;animation-timing-function:ease-in-out;background-color:var(--utrecht-backdrop-background-color);color:var(--utrecht-backdrop-color);opacity:var(--_utrecht-backdrop-opacity);-webkit-user-select:none;user-select:none}@keyframes utrecht-backdrop-fade-in{0%{opacity:0}to{opacity:var(--_utrecht-backdrop-opacity)}}@media (prefers-reduced-motion:reduce){.utrecht-drawer::backdrop{--_utrecht-backdrop-fade-in-animation-duration:0}}@media (prefers-reduced-transparency:reduce){.utrecht-drawer::backdrop{--_utrecht-backdrop-opacity:var(--utrecht-backdrop-reduced-transparency-opacity,100%)}}.utrecht-drawer--inline-start{border-end-end-radius:var(--utrecht-drawer-border-radius);border-inline-start-width:0;border-start-end-radius:var(--utrecht-drawer-border-radius);inset-inline-end:auto;inset-inline-start:0}.utrecht-drawer--inline-end,.utrecht-drawer--inline-start{block-size:100%;inset-block-end:0;inset-block-start:0;max-block-size:100%;max-inline-size:min(var(--utrecht-drawer-max-inline-size,100%),100% - var(--_utrecht-drawer-backdrop-min-size,44px));min-inline-size:var(--utrecht-drawer-min-inline-size,calc(320px - var(--_utrecht-drawer-backdrop-min-size)))}.utrecht-drawer--inline-end{border-end-start-radius:var(--utrecht-drawer-border-radius);border-inline-end-width:0;border-start-start-radius:var(--utrecht-drawer-border-radius);inset-inline-end:0;inset-inline-start:auto}.utrecht-drawer--block-start{border-block-start-width:0;border-end-end-radius:var(--utrecht-drawer-border-radius);border-end-start-radius:var(--utrecht-drawer-border-radius);inset-block-end:auto;inset-block-start:0}.utrecht-drawer--block-end,.utrecht-drawer--block-start{block-size:fit-content;inline-size:100%;inset-inline-end:0;inset-inline-start:0;max-block-size:min(var(--utrecht-drawer-max-block-size),100% - var(--_utrecht-drawer-backdrop-min-size));max-inline-size:100%;min-block-size:var(--utrecht-drawer-min-block-size,calc(256px - var(--_utrecht-drawer-backdrop-min-size)))}.utrecht-drawer--block-end{border-block-end-width:0;border-start-end-radius:var(--utrecht-drawer-border-radius);border-start-start-radius:var(--utrecht-drawer-border-radius);inset-block-end:0;inset-block-start:auto}";
1081
+ styleInject(css_248z$N);
1314
1082
 
1315
- var _excluded$1c = ["align", "children", "className", "modal"];
1316
- function ownKeys$1d(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1317
- function _objectSpread$1d(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1d(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1d(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1083
+ var _excluded$_ = ["align", "children", "className", "modal"];
1084
+ function ownKeys$$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1085
+ function _objectSpread$$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$$(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1318
1086
  var Drawer = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1319
1087
  var align = _ref.align,
1320
1088
  children = _ref.children,
1321
1089
  className = _ref.className,
1322
1090
  modal = _ref.modal,
1323
- restProps = _objectWithoutProperties(_ref, _excluded$1c);
1091
+ restProps = _objectWithoutProperties(_ref, _excluded$_);
1324
1092
  var dialogRef = react.useRef(null);
1325
1093
  react.useImperativeHandle(ref, function () {
1326
1094
  return dialogRef.current;
@@ -1333,7 +1101,7 @@ var Drawer = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1333
1101
  dialogRef.current.showModal();
1334
1102
  }
1335
1103
  });
1336
- return jsxRuntime.jsx("dialog", _objectSpread$1d(_objectSpread$1d({}, restProps), {}, {
1104
+ return jsxRuntime.jsx("dialog", _objectSpread$$(_objectSpread$$({}, restProps), {}, {
1337
1105
  ref: dialogRef,
1338
1106
  className: clsx('utrecht-drawer', {
1339
1107
  'utrecht-drawer--block-end': align === 'block-end',
@@ -1346,17 +1114,17 @@ var Drawer = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1346
1114
  });
1347
1115
  Drawer.displayName = 'Drawer';
1348
1116
 
1349
- var css_248z$V = ".utrecht-emphasis--stressed{font-style:var(--utrecht-emphasis-stressed-font-style,italic)}.utrecht-emphasis--strong{font-weight:var(--utrecht-emphasis-strong-font-weight,bold)}";
1350
- styleInject$a(css_248z$V);
1117
+ var css_248z$M = ".utrecht-emphasis--stressed{font-style:var(--utrecht-emphasis-stressed-font-style,italic)}.utrecht-emphasis--strong{font-weight:var(--utrecht-emphasis-strong-font-weight,bold)}";
1118
+ styleInject(css_248z$M);
1351
1119
 
1352
- var _excluded$1b = ["children", "className"];
1353
- function ownKeys$1c(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1354
- function _objectSpread$1c(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1c(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1c(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1120
+ var _excluded$Z = ["children", "className"];
1121
+ function ownKeys$_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1122
+ function _objectSpread$_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$_(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1355
1123
  var Emphasis = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1356
1124
  var children = _ref.children,
1357
1125
  className = _ref.className,
1358
- restProps = _objectWithoutProperties(_ref, _excluded$1b);
1359
- return jsxRuntime.jsx("em", _objectSpread$1c(_objectSpread$1c({
1126
+ restProps = _objectWithoutProperties(_ref, _excluded$Z);
1127
+ return jsxRuntime.jsx("em", _objectSpread$_(_objectSpread$_({
1360
1128
  ref: ref,
1361
1129
  className: clsx('utrecht-emphasis', 'utrecht-emphasis--stressed', className)
1362
1130
  }, restProps), {}, {
@@ -1365,629 +1133,70 @@ var Emphasis = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1365
1133
  });
1366
1134
  Emphasis.displayName = 'Emphasis';
1367
1135
 
1368
- function styleInject$7(css, ref) {
1369
- if ( ref === void 0 ) ref = {};
1370
- var insertAt = ref.insertAt;
1371
-
1372
- if (typeof document === 'undefined') { return; }
1373
-
1374
- var head = document.head || document.getElementsByTagName('head')[0];
1375
- var style = document.createElement('style');
1376
- style.type = 'text/css';
1136
+ var css_248z$L = ".utrecht-figure{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-start, 0))}.utrecht-figure__caption{color:var(--utrecht-figure-caption-color);font-size:var(--utrecht-figure-caption-font-size);line-height:var(--utrecht-figure-caption-line-height)}";
1137
+ styleInject(css_248z$L);
1377
1138
 
1378
- if (insertAt === 'top') {
1379
- if (head.firstChild) {
1380
- head.insertBefore(style, head.firstChild);
1381
- } else {
1382
- head.appendChild(style);
1383
- }
1384
- } else {
1385
- head.appendChild(style);
1386
- }
1387
-
1388
- if (style.styleSheet) {
1389
- style.styleSheet.cssText = css;
1390
- } else {
1391
- style.appendChild(document.createTextNode(css));
1392
- }
1393
- }
1394
-
1395
- var css_248z$U = ".utrecht-form-fieldset{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-start, 0))}.utrecht-form-fieldset--html-fieldset,.utrecht-form-fieldset__fieldset--html-fieldset{all:revert;border:0;margin-inline-end:0;margin-inline-start:0;min-inline-size:0;padding-block-end:0;padding-block-start:.01em;padding-inline-end:0;padding-inline-start:0}.utrecht-form-fieldset__legend--html-legend{display:table;inline-size:100%;padding-inline-end:0;padding-inline-start:0}.utrecht-form-fieldset--distanced{--utrecht-space-around:1}.utrecht-form-fieldset--section{background-color:var(--utrecht-form-fieldset-section-background-color);color:var(--utrecht-form-fieldset-section-color)}.utrecht-form-fieldset__legend{break-inside:avoid;color:var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-form-fieldset-legend-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-form-fieldset-legend-font-size);font-weight:var(--utrecht-form-fieldset-legend-font-weight);line-height:var(--utrecht-form-fieldset-legend-line-height);page-break-after:avoid;page-break-inside:avoid}.utrecht-form-fieldset__legend--disabled{color:var(--utrecht-form-fieldset-legend-disabled-color,var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit)))}.utrecht-form-fieldset__legend--distanced{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-start, 0))}.utrecht-form-fieldset--invalid{border-inline-start-color:var(--utrecht-form-fieldset-invalid-border-inline-start-color,var(--utrecht-form-field-invalid-border-inline-start-color));border-inline-start-style:solid;border-inline-start-width:var(--utrecht-form-fieldset-invalid-border-inline-start-width,var(--utrecht-form-field-invalid-border-inline-start-width));padding-inline-start:var(--utrecht-form-fieldset-invalid-padding-inline-start,var(--utrecht-form-field-invalid-padding-inline-start))}";
1396
- styleInject$7(css_248z$U);
1397
-
1398
- var _excluded$1$2 = ["className", "children"];
1399
- function ownKeys$1$2(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1400
- function _objectSpread$1$2(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1$2(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1$2(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1401
- var FieldsetLegend = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1402
- var className = _ref.className,
1403
- children = _ref.children,
1404
- restProps = _objectWithoutProperties(_ref, _excluded$1$2);
1405
- return jsxRuntime.jsx("legend", _objectSpread$1$2(_objectSpread$1$2({}, restProps), {}, {
1406
- ref: ref,
1407
- className: clsx('utrecht-form-fieldset__legend', 'utrecht-form-fieldset__legend--html-legend', className),
1408
- children: children
1409
- }));
1410
- });
1411
- FieldsetLegend.displayName = 'FieldsetLegend';
1412
-
1413
- var _excluded$1a = ["aria-describedby", "aria-label", "aria-labelledby", "className", "children", "disabled", "form", "invalid", "name", "required", "role"],
1414
- _excluded2$6 = ["className", "children", "disabled", "invalid"];
1415
- function ownKeys$1b(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1416
- function _objectSpread$1b(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1b(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1b(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1417
- var Fieldset = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1418
- var ariaDescribedby = _ref['aria-describedby'],
1419
- ariaLabel = _ref['aria-label'],
1420
- ariaLabelledby = _ref['aria-labelledby'],
1421
- className = _ref.className,
1422
- children = _ref.children,
1423
- disabled = _ref.disabled,
1424
- form = _ref.form,
1425
- invalid = _ref.invalid,
1426
- name = _ref.name,
1427
- required = _ref.required,
1428
- role = _ref.role,
1429
- restProps = _objectWithoutProperties(_ref, _excluded$1a);
1430
- return jsxRuntime.jsx("div", _objectSpread$1b(_objectSpread$1b({}, restProps), {}, {
1431
- ref: ref,
1432
- className: clsx('utrecht-form-fieldset', disabled && 'utrecht-form-fieldset--disabled', invalid && 'utrecht-form-fieldset--invalid', className),
1433
- children: jsxRuntime.jsx("fieldset", {
1434
- "aria-describedby": ariaDescribedby,
1435
- "aria-label": ariaLabel,
1436
- "aria-labelledby": ariaLabelledby,
1437
- "aria-invalid": role === 'radiogroup' ? invalid || undefined : undefined,
1438
- "aria-required": role === 'radiogroup' ? required || undefined : undefined,
1439
- disabled: disabled,
1440
- form: form,
1441
- name: name,
1442
- role: role,
1443
- className: clsx('utrecht-form-fieldset__fieldset', 'utrecht-form-fieldset--html-fieldset'),
1444
- children: children
1445
- })
1446
- }));
1447
- });
1448
- Fieldset.displayName = 'Fieldset';
1449
- var FieldsetOnly = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
1450
- var className = _ref2.className,
1451
- children = _ref2.children,
1452
- disabled = _ref2.disabled,
1453
- invalid = _ref2.invalid,
1454
- restProps = _objectWithoutProperties(_ref2, _excluded2$6);
1455
- return jsxRuntime.jsx("fieldset", _objectSpread$1b(_objectSpread$1b({}, restProps), {}, {
1456
- ref: ref,
1457
- "aria-invalid": invalid || undefined,
1458
- disabled: disabled,
1459
- className: clsx('utrecht-form-fieldset', 'utrecht-form-fieldset--html-fieldset', disabled && 'utrecht-form-fieldset--disabled', invalid && 'utrecht-form-fieldset--invalid', className),
1460
- children: children
1461
- }));
1462
- });
1463
- FieldsetOnly.displayName = 'Fieldset';
1464
-
1465
- var css_248z$T = ".utrecht-figure{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-start, 0))}.utrecht-figure__caption{color:var(--utrecht-figure-caption-color);font-size:var(--utrecht-figure-caption-font-size);line-height:var(--utrecht-figure-caption-line-height)}";
1466
- styleInject$a(css_248z$T);
1467
-
1468
- var _excluded$19 = ["className", "children"];
1469
- function ownKeys$1a(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1470
- function _objectSpread$1a(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1a(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1a(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1471
- var Figure = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1472
- var className = _ref.className,
1473
- children = _ref.children,
1474
- restProps = _objectWithoutProperties(_ref, _excluded$19);
1475
- return jsxRuntime.jsx("figure", _objectSpread$1a(_objectSpread$1a({}, restProps), {}, {
1476
- ref: ref,
1477
- className: clsx('utrecht-figure', className),
1478
- children: children
1479
- }));
1480
- });
1481
- Figure.displayName = 'Figure';
1482
-
1483
- var _excluded$18 = ["className", "children"];
1484
- function ownKeys$19(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1485
- function _objectSpread$19(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$19(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$19(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1486
- var FigureCaption = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1487
- var className = _ref.className,
1488
- children = _ref.children,
1489
- restProps = _objectWithoutProperties(_ref, _excluded$18);
1490
- return jsxRuntime.jsx("figcaption", _objectSpread$19(_objectSpread$19({}, restProps), {}, {
1491
- ref: ref,
1492
- className: clsx('utrecht-figure__caption', className),
1493
- children: children
1494
- }));
1495
- });
1496
- FigureCaption.displayName = 'FigureCaption';
1497
-
1498
- function styleInject$6(css, ref) {
1499
- if ( ref === void 0 ) ref = {};
1500
- var insertAt = ref.insertAt;
1501
-
1502
- if (typeof document === 'undefined') { return; }
1503
-
1504
- var head = document.head || document.getElementsByTagName('head')[0];
1505
- var style = document.createElement('style');
1506
- style.type = 'text/css';
1507
-
1508
- if (insertAt === 'top') {
1509
- if (head.firstChild) {
1510
- head.insertBefore(style, head.firstChild);
1511
- } else {
1512
- head.appendChild(style);
1513
- }
1514
- } else {
1515
- head.appendChild(style);
1516
- }
1517
-
1518
- if (style.styleSheet) {
1519
- style.styleSheet.cssText = css;
1520
- } else {
1521
- style.appendChild(document.createTextNode(css));
1522
- }
1523
- }
1524
-
1525
- var css_248z$S = ".utrecht-form-field{break-inside:avoid;font-family:var(--utrecht-document-font-family,inherit);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-margin-block-start, 0));page-break-inside:avoid}.utrecht-form-field--distanced{--utrecht-space-around:1}.utrecht-form-field--invalid{border-inline-start-color:var(--utrecht-form-field-invalid-border-inline-start-color);border-inline-start-style:solid;border-inline-start-width:var(--utrecht-form-field-invalid-border-inline-start-width,0);padding-inline-start:var(--utrecht-form-field-invalid-padding-inline-start)}.utrecht-form-field--checkbox{display:grid;gap:0 var(--utrecht-checkbox-margin-inline-end,12px);grid-template-areas:\"input label\" \"input description\" \"input error-message\";grid-template-columns:var(--utrecht-checkbox-size) 100fr}.utrecht-form-field--checkbox .utrecht-form-field__label:has(.utrecht-form-field__input){margin-inline-start:calc((var(--utrecht-checkbox-size) + var(--utrecht-checkbox-margin-inline-end, 12px))*-1)}.utrecht-form-field--checkbox .utrecht-form-field__label .utrecht-form-field__input{margin-inline-end:var(--utrecht-checkbox-margin-inline-end,12px)}.utrecht-form-field--radio{display:grid;gap:0 var(--utrecht-radio-button-margin-inline-end,12px);grid-template-areas:\"input label\" \"input description\" \"input error-message\";grid-template-columns:var(--utrecht-radio-button-size) 100fr}.utrecht-form-field--radio .utrecht-form-field__label:has(.utrecht-form-field__input){margin-inline-start:calc((var(--utrecht-radio-button-size) + var(--utrecht-radio-button-margin-inline-end, 12px))*-1)}.utrecht-form-field--radio .utrecht-form-field__label .utrecht-form-field__input{margin-inline-end:var(--utrecht-radio-button-margin-inline-end,12px)}.utrecht-form-field__input{grid-area:input;margin-block-end:0;margin-block-start:0;order:5}.utrecht-form-field__label{grid-area:label;margin-block-end:var(--utrecht-form-field-label-margin-block-end);margin-block-start:0;order:1}.utrecht-form-field .utrecht-form-field-description{grid-area:description;margin-block-end:var(--utrecht-form-field-description-margin-block-end);margin-block-start:var(--utrecht-form-field-description-margin-block-start);order:2}.utrecht-form-field .utrecht-form-field-description--invalid{grid-area:error-message;order:3}.utrecht-form-field__description{grid-area:description;margin-block-end:var(--utrecht-form-field-description-margin-block-end);margin-block-start:var(--utrecht-form-field-description-margin-block-start);order:2}.utrecht-form-field__description--before{grid-area:description-before;order:4}.utrecht-form-field__error-message{grid-area:error-message;order:3}";
1526
- styleInject$6(css_248z$S);
1527
-
1528
- var _excluded$17 = ["className", "children", "description", "errorMessage", "input", "invalid", "label", "type"];
1529
- function ownKeys$18(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1530
- function _objectSpread$18(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$18(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$18(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1531
- var FormField$2 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1532
- var className = _ref.className,
1533
- children = _ref.children,
1534
- description = _ref.description,
1535
- errorMessage = _ref.errorMessage,
1536
- input = _ref.input,
1537
- invalid = _ref.invalid,
1538
- label = _ref.label,
1539
- type = _ref.type,
1540
- restProps = _objectWithoutProperties(_ref, _excluded$17);
1541
- return jsxRuntime.jsxs("div", _objectSpread$18(_objectSpread$18({}, restProps), {}, {
1542
- ref: ref,
1543
- className: clsx('utrecht-form-field', {
1544
- 'utrecht-form-field--invalid': invalid,
1545
- 'utrecht-form-field--checkbox': type === 'checkbox',
1546
- 'utrecht-form-field--radio': type === 'radio',
1547
- 'utrecht-form-field--text': !type || type === 'text'
1548
- }, className),
1549
- children: [label && jsxRuntime.jsx("div", {
1550
- className: "utrecht-form-field__label",
1551
- children: label
1552
- }), description && jsxRuntime.jsx("div", {
1553
- className: "utrecht-form-field__description",
1554
- children: description
1555
- }), input && jsxRuntime.jsx("div", {
1556
- className: "utrecht-form-field__input",
1557
- children: input
1558
- }), errorMessage && jsxRuntime.jsx("div", {
1559
- className: "utrecht-form-field__error-message",
1560
- children: errorMessage
1561
- }), children]
1562
- }));
1563
- });
1564
- FormField$2.displayName = 'FormField';
1565
-
1566
- var _excluded$5$1 = ["appearance", "disabled", "indeterminate", "inputRequired", "invalid", "required", "className"];
1567
- function ownKeys$5$1(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1568
- function _objectSpread$5$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$5$1(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$5$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1569
- var Checkbox = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1570
- var _ref$appearance = _ref.appearance,
1571
- appearance = _ref$appearance === void 0 ? 'custom' : _ref$appearance,
1572
- disabled = _ref.disabled,
1573
- _ref$indeterminate = _ref.indeterminate,
1574
- indeterminate = _ref$indeterminate === void 0 ? false : _ref$indeterminate,
1575
- inputRequired = _ref.inputRequired,
1576
- invalid = _ref.invalid,
1577
- required = _ref.required,
1578
- className = _ref.className,
1579
- restProps = _objectWithoutProperties(_ref, _excluded$5$1);
1580
- // What's the correct way to use useRef and forwardRef together?
1581
- // https://stackoverflow.com/a/68163315
1582
- // `indeterminate` is has no TypeScript definition in React.
1583
- // `indeterminate` renders an attribute, not a property in React.
1584
- var internalRef = react.useRef(null);
1585
- react.useImperativeHandle(ref, function () {
1586
- return internalRef.current;
1587
- });
1588
- react.useEffect(function () {
1589
- if (internalRef.current) {
1590
- internalRef.current.indeterminate = indeterminate;
1591
- }
1592
- }, [indeterminate]);
1593
- return jsxRuntime.jsx("input", _objectSpread$5$1(_objectSpread$5$1({}, restProps), {}, {
1594
- ref: internalRef,
1595
- type: "checkbox",
1596
- className: clsx('utrecht-checkbox', 'utrecht-checkbox--html-input', {
1597
- 'utrecht-checkbox--disabled': disabled,
1598
- 'utrecht-checkbox--custom': appearance === 'custom',
1599
- 'utrecht-checkbox--invalid': invalid,
1600
- 'utrecht-checkbox--indeterminate': indeterminate,
1601
- 'utrecht-checkbox--required': required || inputRequired
1602
- }, className),
1603
- "aria-checked": indeterminate ? 'mixed' : undefined,
1604
- "aria-invalid": invalid || undefined,
1605
- "aria-required": required ? required : undefined,
1606
- disabled: disabled,
1607
- required: inputRequired
1608
- }));
1609
- });
1610
- Checkbox.displayName = 'Checkbox';
1611
-
1612
- var _excluded$4$1 = ["invalid", "valid", "warning", "className", "children"];
1613
- function ownKeys$4$1(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1614
- function _objectSpread$4$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$4$1(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$4$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1615
- var FormFieldDescription$2 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1616
- var invalid = _ref.invalid,
1617
- valid = _ref.valid,
1618
- warning = _ref.warning,
1619
- className = _ref.className,
1620
- children = _ref.children,
1621
- restProps = _objectWithoutProperties(_ref, _excluded$4$1);
1622
- return jsxRuntime.jsx("div", _objectSpread$4$1(_objectSpread$4$1({}, restProps), {}, {
1623
- ref: ref,
1624
- className: clsx('utrecht-form-field-description', invalid && 'utrecht-form-field-description--invalid', valid && 'utrecht-form-field-description--valid', warning && 'utrecht-form-field-description--warning', className),
1625
- children: children
1626
- }));
1627
- });
1628
- FormFieldDescription$2.displayName = 'FormFieldDescription';
1629
-
1630
- var _excluded$3$1 = ["className", "children"];
1631
- function ownKeys$3$1(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1632
- function _objectSpread$3$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$3$1(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$3$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1633
- var FormFieldErrorMessage$2 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1634
- var className = _ref.className,
1635
- children = _ref.children,
1636
- restProps = _objectWithoutProperties(_ref, _excluded$3$1);
1637
- return jsxRuntime.jsx("div", _objectSpread$3$1(_objectSpread$3$1({}, restProps), {}, {
1638
- ref: ref,
1639
- className: clsx('utrecht-form-field-error-message', className),
1640
- children: children
1641
- }));
1642
- });
1643
- FormFieldErrorMessage$2.displayName = 'FormFieldErrorMessage';
1644
-
1645
- var _excluded$2$1 = ["className", "children", "description", "errorMessage", "input", "invalid", "label", "type"];
1646
- function ownKeys$2$1(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1647
- function _objectSpread$2$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$2$1(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$2$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1648
- var FormField$1 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1649
- var className = _ref.className,
1650
- children = _ref.children,
1651
- description = _ref.description,
1652
- errorMessage = _ref.errorMessage,
1653
- input = _ref.input,
1654
- invalid = _ref.invalid,
1655
- label = _ref.label,
1656
- type = _ref.type,
1657
- restProps = _objectWithoutProperties(_ref, _excluded$2$1);
1658
- return jsxRuntime.jsxs("div", _objectSpread$2$1(_objectSpread$2$1({}, restProps), {}, {
1659
- ref: ref,
1660
- className: clsx('utrecht-form-field', {
1661
- 'utrecht-form-field--invalid': invalid,
1662
- 'utrecht-form-field--checkbox': type === 'checkbox',
1663
- 'utrecht-form-field--radio': type === 'radio',
1664
- 'utrecht-form-field--text': !type || type === 'text'
1665
- }, className),
1666
- children: [label && jsxRuntime.jsx("div", {
1667
- className: "utrecht-form-field__label",
1668
- children: label
1669
- }), description && jsxRuntime.jsx("div", {
1670
- className: "utrecht-form-field__description",
1671
- children: description
1672
- }), input && jsxRuntime.jsx("div", {
1673
- className: "utrecht-form-field__input",
1674
- children: input
1675
- }), errorMessage && jsxRuntime.jsx("div", {
1676
- className: "utrecht-form-field__error-message",
1677
- children: errorMessage
1678
- }), children]
1679
- }));
1680
- });
1681
- FormField$1.displayName = 'FormField';
1682
-
1683
- var _excluded$1$1 = ["children", "className", "type", "disabled", "checked"];
1684
- function ownKeys$1$1(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1685
- function _objectSpread$1$1(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$1$1(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$1$1(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1686
- var FormLabel$2 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1687
- var children = _ref.children,
1688
- className = _ref.className,
1689
- type = _ref.type,
1690
- disabled = _ref.disabled,
1691
- checked = _ref.checked,
1692
- restProps = _objectWithoutProperties(_ref, _excluded$1$1);
1693
- return jsxRuntime.jsx("label", _objectSpread$1$1(_objectSpread$1$1({}, restProps), {}, {
1694
- ref: ref,
1695
- className: clsx('utrecht-form-label', type && "utrecht-form-label--".concat(type), disabled && 'utrecht-form-label--disabled', checked && 'utrecht-form-label--checked', className),
1696
- children: children
1697
- }));
1698
- });
1699
- FormLabel$2.displayName = 'FormLabel';
1700
-
1701
- var _excluded$16 = ["checked", "children", "defaultChecked", "defaultValue", "description", "disabled", "errorMessage", "indeterminate", "inputRef", "inputRequired", "invalid", "label", "name", "onBlur", "onChange", "onFocus", "onInput", "required", "status", "value"];
1702
- function ownKeys$17(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1703
- function _objectSpread$17(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$17(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$17(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1704
- var FormFieldCheckbox = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1705
- var checked = _ref.checked,
1706
- children = _ref.children,
1707
- defaultChecked = _ref.defaultChecked,
1708
- defaultValue = _ref.defaultValue,
1709
- description = _ref.description,
1710
- disabled = _ref.disabled,
1711
- errorMessage = _ref.errorMessage,
1712
- indeterminate = _ref.indeterminate,
1713
- inputRef = _ref.inputRef,
1714
- inputRequired = _ref.inputRequired,
1715
- invalid = _ref.invalid,
1716
- label = _ref.label,
1717
- name = _ref.name,
1718
- onBlur = _ref.onBlur,
1719
- onChange = _ref.onChange,
1720
- onFocus = _ref.onFocus,
1721
- onInput = _ref.onInput,
1722
- required = _ref.required,
1723
- status = _ref.status,
1724
- value = _ref.value,
1725
- props = _objectWithoutProperties(_ref, _excluded$16);
1726
- var inputId = react.useId();
1727
- var descriptionId = react.useId();
1728
- var statusId = react.useId();
1729
- var errorMessageId = react.useId();
1730
- return jsxRuntime.jsxs(FormField$1, _objectSpread$17(_objectSpread$17({
1731
- invalid: invalid,
1732
- type: "checkbox",
1733
- ref: ref
1734
- }, props), {}, {
1735
- children: [jsxRuntime.jsx("div", {
1736
- className: "utrecht-form-field__label utrecht-form-field__label--checkbox",
1737
- children: jsxRuntime.jsxs(FormLabel$2, {
1738
- type: "checkbox",
1739
- htmlFor: inputId,
1740
- children: [jsxRuntime.jsx(Checkbox, {
1741
- "aria-describedby": clsx(_defineProperty(_defineProperty(_defineProperty({}, descriptionId, description), errorMessageId, invalid), statusId, status)) || undefined,
1742
- checked: checked,
1743
- className: "utrecht-form-field__input",
1744
- defaultChecked: defaultChecked,
1745
- defaultValue: defaultValue,
1746
- disabled: disabled,
1747
- id: inputId,
1748
- indeterminate: indeterminate,
1749
- ref: inputRef,
1750
- inputRequired: inputRequired,
1751
- invalid: invalid,
1752
- name: name,
1753
- onBlur: onBlur,
1754
- onChange: onChange,
1755
- onFocus: onFocus,
1756
- onInput: onInput,
1757
- required: required,
1758
- value: value
1759
- }), label]
1760
- })
1761
- }), description && jsxRuntime.jsx(FormFieldDescription$2, {
1762
- className: "utrecht-form-field__description",
1763
- id: descriptionId,
1764
- children: description
1765
- }), invalid && errorMessage && jsxRuntime.jsx(FormFieldErrorMessage$2, {
1766
- className: "utrecht-form-field__error-message",
1767
- id: errorMessageId,
1768
- children: errorMessage
1769
- }), status && jsxRuntime.jsx("div", {
1770
- className: "utrecht-form-field__status",
1771
- id: statusId,
1772
- children: status
1773
- }), children]
1774
- }));
1775
- });
1776
- FormFieldCheckbox.displayName = 'FormFieldCheckbox';
1777
-
1778
- function styleInject$5(css, ref) {
1779
- if ( ref === void 0 ) ref = {};
1780
- var insertAt = ref.insertAt;
1781
-
1782
- if (typeof document === 'undefined') { return; }
1783
-
1784
- var head = document.head || document.getElementsByTagName('head')[0];
1785
- var style = document.createElement('style');
1786
- style.type = 'text/css';
1787
-
1788
- if (insertAt === 'top') {
1789
- if (head.firstChild) {
1790
- head.insertBefore(style, head.firstChild);
1791
- } else {
1792
- head.appendChild(style);
1793
- }
1794
- } else {
1795
- head.appendChild(style);
1796
- }
1797
-
1798
- if (style.styleSheet) {
1799
- style.styleSheet.cssText = css;
1800
- } else {
1801
- style.appendChild(document.createTextNode(css));
1802
- }
1803
- }
1804
-
1805
- var css_248z$R = ".utrecht-form-field-description{--utrecht-document-color:currentColor;color:var(--utrecht-form-field-description-color);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-form-field-description-font-size,inherit);font-style:var(--utrecht-form-field-description-font-style);line-height:var(--utrecht-form-field-description-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-description-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-description-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)))}.utrecht-form-field-description--distanced,.utrecht-form-field-description>*{--utrecht-space-around:1}.utrecht-form-field-description--invalid{color:var(--utrecht-form-field-description-invalid-color,var(--utrecht-feedback-invalid-color,var(--utrecht-feedback-danger-color)))}.utrecht-form-field-description--valid{color:var(--utrecht-form-field-description-valid-color,var(--utrecht-feedback-valid-color,var(--utrecht-feedback-safe-color)))}.utrecht-form-field-description--warning{color:var(--utrecht-form-field-description-warning-color,var(--utrecht-feedback-warning-color))}";
1806
- styleInject$5(css_248z$R);
1807
-
1808
- var _excluded$15 = ["invalid", "valid", "warning", "className", "children"];
1809
- function ownKeys$16(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1810
- function _objectSpread$16(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$16(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$16(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1811
- var FormFieldDescription$1 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1812
- var invalid = _ref.invalid,
1813
- valid = _ref.valid,
1814
- warning = _ref.warning,
1815
- className = _ref.className,
1816
- children = _ref.children,
1817
- restProps = _objectWithoutProperties(_ref, _excluded$15);
1818
- return jsxRuntime.jsx("div", _objectSpread$16(_objectSpread$16({}, restProps), {}, {
1819
- ref: ref,
1820
- className: clsx('utrecht-form-field-description', invalid && 'utrecht-form-field-description--invalid', valid && 'utrecht-form-field-description--valid', warning && 'utrecht-form-field-description--warning', className),
1821
- children: children
1822
- }));
1823
- });
1824
- FormFieldDescription$1.displayName = 'FormFieldDescription';
1825
-
1826
- function styleInject$4(css, ref) {
1827
- if ( ref === void 0 ) ref = {};
1828
- var insertAt = ref.insertAt;
1829
-
1830
- if (typeof document === 'undefined') { return; }
1831
-
1832
- var head = document.head || document.getElementsByTagName('head')[0];
1833
- var style = document.createElement('style');
1834
- style.type = 'text/css';
1835
-
1836
- if (insertAt === 'top') {
1837
- if (head.firstChild) {
1838
- head.insertBefore(style, head.firstChild);
1839
- } else {
1840
- head.appendChild(style);
1841
- }
1842
- } else {
1843
- head.appendChild(style);
1844
- }
1845
-
1846
- if (style.styleSheet) {
1847
- style.styleSheet.cssText = css;
1848
- } else {
1849
- style.appendChild(document.createTextNode(css));
1850
- }
1851
- }
1852
-
1853
- var css_248z$Q = ".utrecht-form-field-error-message{--utrecht-document-color:currentColor;background-color:var(--utrecht-form-field-error-message-background-color);color:var(--utrecht-form-field-error-message-color);display:block;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-form-field-error-message-font-size,inherit);font-style:var(--utrecht-form-field-error-message-font-style);line-height:var(--utrecht-form-field-error-message-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-error-message-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-field-error-message-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));padding-block-end:var(--utrecht-form-field-error-message-padding-block-end);padding-block-start:var(--utrecht-form-field-error-message-padding-block-start);padding-inline-end:var(--utrecht-form-field-error-message-padding-inline-end);padding-inline-start:var(--utrecht-form-field-error-message-padding-inline-start)}.utrecht-form-field-error-message>*{--utrecht-space-around:1}";
1854
- styleInject$4(css_248z$Q);
1855
-
1856
- var _excluded$14 = ["className", "children"];
1857
- function ownKeys$15(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1858
- function _objectSpread$15(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$15(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$15(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1859
- var FormFieldErrorMessage$1 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1860
- var className = _ref.className,
1861
- children = _ref.children,
1862
- restProps = _objectWithoutProperties(_ref, _excluded$14);
1863
- return jsxRuntime.jsx("div", _objectSpread$15(_objectSpread$15({}, restProps), {}, {
1864
- ref: ref,
1865
- className: clsx('utrecht-form-field-error-message', className),
1866
- children: children
1867
- }));
1868
- });
1869
- FormFieldErrorMessage$1.displayName = 'FormFieldErrorMessage';
1870
-
1871
- var css_248z$P = ".utrecht-textarea{background-color:var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textarea-border-block-end-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textarea-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textarea-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textarea-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:var(--utrecht-textarea-font-weight,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-textarea-line-height,initial);max-inline-size:var(--utrecht-textarea-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textarea-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textarea-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textarea-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textarea-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial));resize:vertical;resize:block}.utrecht-textarea--invalid{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textarea--focus{background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-textarea--read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea__placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-textarea--html-textarea:focus{background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--html-textarea:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-textarea--html-textarea:invalid,.utrecht-textarea--html-textarea[aria-invalid=true]{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--html-textarea:read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--html-textarea:disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textarea--html-textarea::placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}";
1872
- styleInject$a(css_248z$P);
1873
-
1874
- var _excluded$13 = ["dir", "disabled", "inputRequired", "invalid", "readOnly", "required", "className"];
1875
- function ownKeys$14(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1876
- function _objectSpread$14(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$14(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$14(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1877
- var Textarea = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1878
- var dir = _ref.dir,
1879
- disabled = _ref.disabled,
1880
- inputRequired = _ref.inputRequired,
1881
- invalid = _ref.invalid,
1882
- readOnly = _ref.readOnly,
1883
- required = _ref.required,
1884
- className = _ref.className,
1885
- restProps = _objectWithoutProperties(_ref, _excluded$13);
1886
- return jsxRuntime.jsx("textarea", _objectSpread$14(_objectSpread$14({}, restProps), {}, {
1887
- ref: ref,
1888
- className: clsx('utrecht-textarea', 'utrecht-textarea--html-textarea', disabled && 'utrecht-textarea--disabled', invalid && 'utrecht-textarea--invalid', readOnly && 'utrecht-textarea--readonly', (required || inputRequired) && 'utrecht-textarea--required', className),
1889
- dir: dir !== null && dir !== void 0 ? dir : 'auto',
1890
- disabled: disabled,
1891
- readOnly: readOnly,
1892
- "aria-required": required ? required : undefined,
1893
- required: inputRequired,
1894
- "aria-invalid": invalid || undefined
1895
- }));
1896
- });
1897
- Textarea.displayName = 'Textarea';
1898
-
1899
- var _excluded$12 = ["className", "children", "description", "errorMessage", "input", "invalid", "label", "type"];
1900
- function ownKeys$13(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1901
- function _objectSpread$13(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$13(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$13(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1902
- var FormField = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1903
- var className = _ref.className,
1904
- children = _ref.children,
1905
- description = _ref.description,
1906
- errorMessage = _ref.errorMessage,
1907
- input = _ref.input,
1908
- invalid = _ref.invalid,
1909
- label = _ref.label,
1910
- type = _ref.type,
1911
- restProps = _objectWithoutProperties(_ref, _excluded$12);
1912
- return jsxRuntime.jsxs("div", _objectSpread$13(_objectSpread$13({}, restProps), {}, {
1913
- ref: ref,
1914
- className: clsx('utrecht-form-field', {
1915
- 'utrecht-form-field--invalid': invalid,
1916
- 'utrecht-form-field--checkbox': type === 'checkbox',
1917
- 'utrecht-form-field--radio': type === 'radio',
1918
- 'utrecht-form-field--text': !type || type === 'text'
1919
- }, className),
1920
- children: [label && jsxRuntime.jsx("div", {
1921
- className: "utrecht-form-field__label",
1922
- children: label
1923
- }), description && jsxRuntime.jsx("div", {
1924
- className: "utrecht-form-field__description",
1925
- children: description
1926
- }), input && jsxRuntime.jsx("div", {
1927
- className: "utrecht-form-field__input",
1928
- children: input
1929
- }), errorMessage && jsxRuntime.jsx("div", {
1930
- className: "utrecht-form-field__error-message",
1931
- children: errorMessage
1932
- }), children]
1933
- }));
1934
- });
1935
- FormField.displayName = 'FormField';
1936
-
1937
- var _excluded$11 = ["invalid", "valid", "warning", "className", "children"];
1938
- function ownKeys$12(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1939
- function _objectSpread$12(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$12(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$12(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1940
- var FormFieldDescription = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1941
- var invalid = _ref.invalid,
1942
- valid = _ref.valid,
1943
- warning = _ref.warning,
1944
- className = _ref.className,
1139
+ var _excluded$Y = ["className", "children"];
1140
+ function ownKeys$Z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1141
+ function _objectSpread$Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1142
+ var Figure = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1143
+ var className = _ref.className,
1945
1144
  children = _ref.children,
1946
- restProps = _objectWithoutProperties(_ref, _excluded$11);
1947
- return jsxRuntime.jsx("div", _objectSpread$12(_objectSpread$12({}, restProps), {}, {
1145
+ restProps = _objectWithoutProperties(_ref, _excluded$Y);
1146
+ return jsxRuntime.jsx("figure", _objectSpread$Z(_objectSpread$Z({}, restProps), {}, {
1948
1147
  ref: ref,
1949
- className: clsx('utrecht-form-field-description', invalid && 'utrecht-form-field-description--invalid', valid && 'utrecht-form-field-description--valid', warning && 'utrecht-form-field-description--warning', className),
1148
+ className: clsx('utrecht-figure', className),
1950
1149
  children: children
1951
1150
  }));
1952
1151
  });
1953
- FormFieldDescription.displayName = 'FormFieldDescription';
1152
+ Figure.displayName = 'Figure';
1954
1153
 
1955
- var _excluded$10 = ["className", "children"];
1956
- function ownKeys$11(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1957
- function _objectSpread$11(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$11(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$11(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1958
- var FormFieldErrorMessage = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1154
+ var _excluded$X = ["className", "children"];
1155
+ function ownKeys$Y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1156
+ function _objectSpread$Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1157
+ var FigureCaption = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1959
1158
  var className = _ref.className,
1960
1159
  children = _ref.children,
1961
- restProps = _objectWithoutProperties(_ref, _excluded$10);
1962
- return jsxRuntime.jsx("div", _objectSpread$11(_objectSpread$11({}, restProps), {}, {
1160
+ restProps = _objectWithoutProperties(_ref, _excluded$X);
1161
+ return jsxRuntime.jsx("figcaption", _objectSpread$Y(_objectSpread$Y({}, restProps), {}, {
1963
1162
  ref: ref,
1964
- className: clsx('utrecht-form-field-error-message', className),
1163
+ className: clsx('utrecht-figure__caption', className),
1965
1164
  children: children
1966
1165
  }));
1967
1166
  });
1968
- FormFieldErrorMessage.displayName = 'FormFieldErrorMessage';
1167
+ FigureCaption.displayName = 'FigureCaption';
1969
1168
 
1970
- var _excluded$$ = ["children", "className", "type", "disabled", "checked"];
1971
- function ownKeys$10(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1972
- function _objectSpread$10(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$10(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$10(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1973
- var FormLabel$1 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1974
- var children = _ref.children,
1975
- className = _ref.className,
1976
- type = _ref.type,
1169
+ var css_248z$K = ".utrecht-textarea{background-color:var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textarea-border-block-end-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textarea-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textarea-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textarea-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:var(--utrecht-textarea-font-weight,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-textarea-line-height,initial);max-inline-size:var(--utrecht-textarea-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textarea-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textarea-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textarea-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textarea-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial));resize:vertical;resize:block}.utrecht-textarea--invalid{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textarea--focus{background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-textarea--read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea__placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-textarea--html-textarea:focus{background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--html-textarea:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-textarea--html-textarea:invalid,.utrecht-textarea--html-textarea[aria-invalid=true]{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--html-textarea:read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-textarea--html-textarea:disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textarea--html-textarea::placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}";
1170
+ styleInject(css_248z$K);
1171
+
1172
+ var _excluded$W = ["dir", "disabled", "inputRequired", "invalid", "readOnly", "required", "className"];
1173
+ function ownKeys$X(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1174
+ function _objectSpread$X(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$X(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$X(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1175
+ var Textarea = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1176
+ var dir = _ref.dir,
1977
1177
  disabled = _ref.disabled,
1978
- checked = _ref.checked,
1979
- restProps = _objectWithoutProperties(_ref, _excluded$$);
1980
- return jsxRuntime.jsx("label", _objectSpread$10(_objectSpread$10({}, restProps), {}, {
1178
+ inputRequired = _ref.inputRequired,
1179
+ invalid = _ref.invalid,
1180
+ readOnly = _ref.readOnly,
1181
+ required = _ref.required,
1182
+ className = _ref.className,
1183
+ restProps = _objectWithoutProperties(_ref, _excluded$W);
1184
+ return jsxRuntime.jsx("textarea", _objectSpread$X(_objectSpread$X({}, restProps), {}, {
1981
1185
  ref: ref,
1982
- className: clsx('utrecht-form-label', type && "utrecht-form-label--".concat(type), disabled && 'utrecht-form-label--disabled', checked && 'utrecht-form-label--checked', className),
1983
- children: children
1186
+ className: clsx('utrecht-textarea', 'utrecht-textarea--html-textarea', disabled && 'utrecht-textarea--disabled', invalid && 'utrecht-textarea--invalid', readOnly && 'utrecht-textarea--readonly', (required || inputRequired) && 'utrecht-textarea--required', className),
1187
+ dir: dir !== null && dir !== void 0 ? dir : 'auto',
1188
+ disabled: disabled,
1189
+ readOnly: readOnly,
1190
+ "aria-required": required ? required : undefined,
1191
+ required: inputRequired,
1192
+ "aria-invalid": invalid || undefined
1984
1193
  }));
1985
1194
  });
1986
- FormLabel$1.displayName = 'FormLabel';
1195
+ Textarea.displayName = 'Textarea';
1987
1196
 
1988
- var _excluded$_ = ["autoComplete", "children", "cols", "defaultValue", "description", "disabled", "errorMessage", "inputDir", "inputRequired", "invalid", "label", "maxLength", "minLength", "name", "onBlur", "onChange", "onFocus", "onInput", "placeholder", "readOnly", "required", "rows", "status", "inputRef", "value"];
1989
- function ownKeys$$(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1990
- function _objectSpread$$(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$$(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$$(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1197
+ var _excluded$V = ["autoComplete", "children", "cols", "defaultValue", "description", "disabled", "errorMessage", "inputDir", "inputRequired", "invalid", "label", "maxLength", "minLength", "name", "onBlur", "onChange", "onFocus", "onInput", "placeholder", "readOnly", "required", "rows", "status", "inputRef", "value"];
1198
+ function ownKeys$W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1199
+ function _objectSpread$W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$W(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1991
1200
  var FormFieldTextarea = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
1992
1201
  var autoComplete = _ref.autoComplete,
1993
1202
  children = _ref.children,
@@ -2014,26 +1223,26 @@ var FormFieldTextarea = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2014
1223
  status = _ref.status,
2015
1224
  inputRef = _ref.inputRef,
2016
1225
  value = _ref.value,
2017
- props = _objectWithoutProperties(_ref, _excluded$_);
1226
+ props = _objectWithoutProperties(_ref, _excluded$V);
2018
1227
  var inputId = react.useId();
2019
1228
  var descriptionId = react.useId();
2020
1229
  var statusId = react.useId();
2021
1230
  var errorMessageId = react.useId();
2022
- return jsxRuntime.jsxs(FormField, _objectSpread$$(_objectSpread$$({
1231
+ return jsxRuntime.jsxs(formFieldReact.FormField, _objectSpread$W(_objectSpread$W({
2023
1232
  invalid: invalid,
2024
1233
  ref: ref
2025
1234
  }, props), {}, {
2026
1235
  children: [jsxRuntime.jsx("div", {
2027
1236
  className: "utrecht-form-field__label",
2028
- children: jsxRuntime.jsx(FormLabel$1, {
1237
+ children: jsxRuntime.jsx(formLabelReact.FormLabel, {
2029
1238
  htmlFor: inputId,
2030
1239
  children: label
2031
1240
  })
2032
- }), description && jsxRuntime.jsx(FormFieldDescription, {
1241
+ }), description && jsxRuntime.jsx(formFieldDescriptionReact.FormFieldDescription, {
2033
1242
  className: "utrecht-form-field__description",
2034
1243
  id: descriptionId,
2035
1244
  children: description
2036
- }), invalid && errorMessage && jsxRuntime.jsx(FormFieldErrorMessage, {
1245
+ }), invalid && errorMessage && jsxRuntime.jsx(formFieldErrorMessageReact.FormFieldErrorMessage, {
2037
1246
  className: "utrecht-form-field__error-message",
2038
1247
  id: errorMessageId,
2039
1248
  children: errorMessage
@@ -2072,99 +1281,9 @@ var FormFieldTextarea = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2072
1281
  });
2073
1282
  FormFieldTextarea.displayName = 'FormFieldTextarea';
2074
1283
 
2075
- function styleInject$3(css, ref) {
2076
- if ( ref === void 0 ) ref = {};
2077
- var insertAt = ref.insertAt;
2078
-
2079
- if (typeof document === 'undefined') { return; }
2080
-
2081
- var head = document.head || document.getElementsByTagName('head')[0];
2082
- var style = document.createElement('style');
2083
- style.type = 'text/css';
2084
-
2085
- if (insertAt === 'top') {
2086
- if (head.firstChild) {
2087
- head.insertBefore(style, head.firstChild);
2088
- } else {
2089
- head.appendChild(style);
2090
- }
2091
- } else {
2092
- head.appendChild(style);
2093
- }
2094
-
2095
- if (style.styleSheet) {
2096
- style.styleSheet.cssText = css;
2097
- } else {
2098
- style.appendChild(document.createTextNode(css));
2099
- }
2100
- }
2101
-
2102
- var css_248z$O = ".utrecht-textbox{--_utrecht-textbox-value-char:0.667em + 0.334ch;--_utrecht-textbox-max-inline-size:calc(var(--utrecht-textbox-value-max-length)*var(--_utrecht-textbox-value-char) + var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-control-padding-inline-end, 0)) + var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-control-padding-inline-start, 0)) + var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width, 0)) + var(--utrecht-textbox-autocomplete-ui-size, 44px));background-color:var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textbox-border-bottom-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textbox-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textbox-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textbox-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:var(--utrecht-textbox-font-weight,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-textbox-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:min(var(--_utrecht-textbox-max-inline-size,100%),var(--utrecht-textbox-max-inline-size,var(--utrecht-form-control-max-inline-size)));min-block-size:var(--utrecht-pointer-target-min-size,44px);min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textbox-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textbox-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textbox-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textbox-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial))}.utrecht-textbox--invalid{--_utrecht-textbox-border-width:var(\n --utrecht-textbox-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textbox-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textbox-border-width);border-block-end-width:var(--utrecht-textbox-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textbox-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textbox-border-width)))));border-color:var(--utrecht-textbox-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox--disabled{background-color:var(--utrecht-textbox-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textbox--focus{background-color:var(--utrecht-textbox-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-textbox--read-only{background-color:var(--utrecht-textbox-read-only-background-color,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-read-only-border-color,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox__placeholder{color:var(--utrecht-textbox-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-textbox--numeric{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-textbox--password{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-textbox--postal-code-nl-size{--utrecht-textbox-value-max-length:7}.utrecht-textbox--house-number-size{--utrecht-textbox-value-max-length:5}.utrecht-textbox--house-letter-size{--utrecht-textbox-value-max-length:1}.utrecht-textbox--house-addition-size{--utrecht-textbox-value-max-length:4}.utrecht-textbox--voorvoegsel-size{--utrecht-textbox-value-max-length:10}.utrecht-textbox--tel-size{--utrecht-textbox-value-max-length:19}.utrecht-textbox--tel-nl-size{--utrecht-textbox-value-max-length:13}.utrecht-textbox--iban-size{--utrecht-textbox-value-max-length:41}.utrecht-textbox--iban-nl-size{--utrecht-textbox-value-max-length:22}.utrecht-textbox--placeholder-ltr::placeholder,.utrecht-textbox--placeholder-ltr:placeholder-shown{direction:ltr}.utrecht-textbox--placeholder-rtl::placeholder,.utrecht-textbox--placeholder-rtl:placeholder-shown{direction:rtl}.utrecht-textbox--url{font-variant-ligatures:none}.utrecht-textbox--html-input:focus{background-color:var(--utrecht-textbox-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox--html-input:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-textbox--html-input:invalid,.utrecht-textbox--html-input[aria-invalid=true]{--_utrecht-textbox-border-width:var(\n --utrecht-textbox-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textbox-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textbox-border-width);border-block-end-width:var(--utrecht-textbox-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textbox-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textbox-border-width)))));border-color:var(--utrecht-textbox-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox--html-input:read-only{background-color:var(--utrecht-textbox-read-only-background-color,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-read-only-border-color,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-textbox--html-input:disabled{background-color:var(--utrecht-textbox-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-textbox--html-input::placeholder{color:var(--utrecht-textbox-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-textbox--html-input[type=password i]{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-textbox--html-input[inputMode=email i],.utrecht-textbox--html-input[inputMode=url i],.utrecht-textbox--html-input[type=email i],.utrecht-textbox--html-input[type=url i]{font-variant-ligatures:none}.utrecht-textbox--html-input[inputMode=decimal i],.utrecht-textbox--html-input[inputMode=numeric i],.utrecht-textbox--html-input[inputMode=tel i],.utrecht-textbox--html-input[pattern=\"[0-9]*\"],.utrecht-textbox--html-input[pattern=\"\\\\d*\"],.utrecht-textbox--html-input[type=number i],.utrecht-textbox--html-input[type=tel i]{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}";
2103
- styleInject$3(css_248z$O);
2104
-
2105
- var _excluded$Z = ["dir", "disabled", "invalid", "readOnly", "required", "inputRequired", "className", "type", "inputMode"];
2106
- function ownKeys$_(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2107
- function _objectSpread$_(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$_(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$_(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2108
- var Textbox$1 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2109
- var dir = _ref.dir,
2110
- disabled = _ref.disabled,
2111
- invalid = _ref.invalid,
2112
- readOnly = _ref.readOnly,
2113
- required = _ref.required,
2114
- inputRequired = _ref.inputRequired,
2115
- className = _ref.className,
2116
- _ref$type = _ref.type,
2117
- type = _ref$type === void 0 ? 'text' : _ref$type,
2118
- inputMode = _ref.inputMode,
2119
- restProps = _objectWithoutProperties(_ref, _excluded$Z);
2120
- return jsxRuntime.jsx("input", _objectSpread$_(_objectSpread$_({}, restProps), {}, {
2121
- ref: ref,
2122
- type: type,
2123
- className: clsx('utrecht-textbox', 'utrecht-textbox--html-input', disabled && 'utrecht-textbox--disabled', invalid && 'utrecht-textbox--invalid', readOnly && 'utrecht-textbox--readonly', (required || inputRequired) && 'utrecht-textbox--required', className),
2124
- dir: dir !== null && dir !== void 0 ? dir : 'auto',
2125
- disabled: disabled,
2126
- readOnly: readOnly,
2127
- "aria-required": required ? required : undefined,
2128
- required: inputRequired,
2129
- "aria-invalid": invalid || undefined,
2130
- inputMode: inputMode || (type === 'number' ? 'numeric' : undefined)
2131
- }));
2132
- });
2133
- Textbox$1.displayName = 'Textbox';
2134
-
2135
- var _excluded$Y = ["dir", "disabled", "invalid", "readOnly", "required", "inputRequired", "className", "type", "inputMode"];
2136
- function ownKeys$Z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2137
- function _objectSpread$Z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2138
- var Textbox = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2139
- var dir = _ref.dir,
2140
- disabled = _ref.disabled,
2141
- invalid = _ref.invalid,
2142
- readOnly = _ref.readOnly,
2143
- required = _ref.required,
2144
- inputRequired = _ref.inputRequired,
2145
- className = _ref.className,
2146
- _ref$type = _ref.type,
2147
- type = _ref$type === void 0 ? 'text' : _ref$type,
2148
- inputMode = _ref.inputMode,
2149
- restProps = _objectWithoutProperties(_ref, _excluded$Y);
2150
- return jsxRuntime.jsx("input", _objectSpread$Z(_objectSpread$Z({}, restProps), {}, {
2151
- ref: ref,
2152
- type: type,
2153
- className: clsx('utrecht-textbox', 'utrecht-textbox--html-input', disabled && 'utrecht-textbox--disabled', invalid && 'utrecht-textbox--invalid', readOnly && 'utrecht-textbox--readonly', (required || inputRequired) && 'utrecht-textbox--required', className),
2154
- dir: dir !== null && dir !== void 0 ? dir : 'auto',
2155
- disabled: disabled,
2156
- readOnly: readOnly,
2157
- "aria-required": required ? required : undefined,
2158
- required: inputRequired,
2159
- "aria-invalid": invalid || undefined,
2160
- inputMode: inputMode || (type === 'number' ? 'numeric' : undefined)
2161
- }));
2162
- });
2163
- Textbox.displayName = 'Textbox';
2164
-
2165
- var _excluded$X = ["name", "invalid", "disabled", "label", "errorMessage", "description", "readOnly", "status", "autoComplete", "list", "min", "max", "minLength", "maxLength", "step", "placeholder", "pattern", "required", "inputRequired", "inputDir", "type", "value", "onChange", "onInput", "onFocus", "onBlur", "defaultValue", "size", "children", "inputRef"];
2166
- function ownKeys$Y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2167
- function _objectSpread$Y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1284
+ var _excluded$U = ["name", "invalid", "disabled", "label", "errorMessage", "description", "readOnly", "status", "autoComplete", "list", "min", "max", "minLength", "maxLength", "step", "placeholder", "pattern", "required", "inputRequired", "inputDir", "type", "value", "onChange", "onInput", "onFocus", "onBlur", "defaultValue", "size", "children", "inputRef"];
1285
+ function ownKeys$V(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1286
+ function _objectSpread$V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$V(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2168
1287
  var FormFieldTextbox = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2169
1288
  var name = _ref.name,
2170
1289
  invalid = _ref.invalid,
@@ -2196,32 +1315,32 @@ var FormFieldTextbox = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2196
1315
  size = _ref.size,
2197
1316
  children = _ref.children,
2198
1317
  inputRef = _ref.inputRef,
2199
- props = _objectWithoutProperties(_ref, _excluded$X);
1318
+ props = _objectWithoutProperties(_ref, _excluded$U);
2200
1319
  var inputId = react.useId();
2201
1320
  var descriptionId = react.useId();
2202
1321
  var statusId = react.useId();
2203
1322
  var errorMessageId = react.useId();
2204
- return jsxRuntime.jsxs(FormField, _objectSpread$Y(_objectSpread$Y({
1323
+ return jsxRuntime.jsxs(formFieldReact.FormField, _objectSpread$V(_objectSpread$V({
2205
1324
  invalid: invalid,
2206
1325
  ref: ref
2207
1326
  }, props), {}, {
2208
1327
  children: [jsxRuntime.jsx("div", {
2209
1328
  className: "utrecht-form-field__label",
2210
- children: jsxRuntime.jsx(FormLabel$1, {
1329
+ children: jsxRuntime.jsx(formLabelReact.FormLabel, {
2211
1330
  htmlFor: inputId,
2212
1331
  children: label
2213
1332
  })
2214
- }), description && jsxRuntime.jsx(FormFieldDescription, {
1333
+ }), description && jsxRuntime.jsx(formFieldDescriptionReact.FormFieldDescription, {
2215
1334
  className: "utrecht-form-field__description",
2216
1335
  id: descriptionId,
2217
1336
  children: description
2218
- }), invalid && errorMessage && jsxRuntime.jsx(FormFieldErrorMessage, {
1337
+ }), invalid && errorMessage && jsxRuntime.jsx(formFieldErrorMessageReact.FormFieldErrorMessage, {
2219
1338
  className: "utrecht-form-field__error-message",
2220
1339
  id: errorMessageId,
2221
1340
  children: errorMessage
2222
1341
  }), jsxRuntime.jsx("div", {
2223
1342
  className: "utrecht-form-field__input",
2224
- children: jsxRuntime.jsx(Textbox, {
1343
+ children: jsxRuntime.jsx(textboxReact.Textbox, {
2225
1344
  ref: inputRef,
2226
1345
  id: inputId,
2227
1346
  name: name,
@@ -2259,60 +1378,12 @@ var FormFieldTextbox = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2259
1378
  });
2260
1379
  FormFieldTextbox.displayName = 'FormFieldTextbox';
2261
1380
 
2262
- function styleInject$2(css, ref) {
2263
- if ( ref === void 0 ) ref = {};
2264
- var insertAt = ref.insertAt;
2265
-
2266
- if (typeof document === 'undefined') { return; }
2267
-
2268
- var head = document.head || document.getElementsByTagName('head')[0];
2269
- var style = document.createElement('style');
2270
- style.type = 'text/css';
2271
-
2272
- if (insertAt === 'top') {
2273
- if (head.firstChild) {
2274
- head.insertBefore(style, head.firstChild);
2275
- } else {
2276
- head.appendChild(style);
2277
- }
2278
- } else {
2279
- head.appendChild(style);
2280
- }
2281
-
2282
- if (style.styleSheet) {
2283
- style.styleSheet.cssText = css;
2284
- } else {
2285
- style.appendChild(document.createTextNode(css));
2286
- }
2287
- }
2288
-
2289
- var css_248z$N = ".utrecht-form-label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-form-label--checkbox{color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-checkbox-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-form-label--checked{font-weight:var(--utrecht-form-label-checked-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-form-label--disabled{color:var(--utrecht-form-label-disabled-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-form-label--radio{color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-radio-font-weight,var(--utrecht-form-label-font-weight))}";
2290
- styleInject$2(css_248z$N);
2291
-
2292
- var _excluded$W = ["children", "className", "type", "disabled", "checked"];
2293
- function ownKeys$X(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2294
- function _objectSpread$X(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$X(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$X(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2295
- var FormLabel = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2296
- var children = _ref.children,
2297
- className = _ref.className,
2298
- type = _ref.type,
2299
- disabled = _ref.disabled,
2300
- checked = _ref.checked,
2301
- restProps = _objectWithoutProperties(_ref, _excluded$W);
2302
- return jsxRuntime.jsx("label", _objectSpread$X(_objectSpread$X({}, restProps), {}, {
2303
- ref: ref,
2304
- className: clsx('utrecht-form-label', type && "utrecht-form-label--".concat(type), disabled && 'utrecht-form-label--disabled', checked && 'utrecht-form-label--checked', className),
2305
- children: children
2306
- }));
2307
- });
2308
- FormLabel.displayName = 'FormLabel';
2309
-
2310
- var css_248z$M = ".utrecht-form-toggle{align-items:center;block-size:var(--utrecht-form-toggle-height,2em);border-color:var(--utrecht-form-toggle-border-color,currentColor);border-radius:var(--utrecht-form-toggle-border-radius,999rem);border-style:var(--utrecht-form-toggle-border-style,solid);border-width:var(--utrecht-form-toggle-border-width,1px);color:var(--utrecht-form-toggle-color);cursor:var(--utrecht-action-activate-cursor,revert);display:flex;inline-size:var(--utrecht-form-toggle-width,6em);padding-block-end:var(--utrecht-form-toggle-padding-block-end);padding-block-start:var(--utrecht-form-toggle-padding-block-start);padding-inline-end:var(--utrecht-form-toggle-padding-inline-end);padding-inline-start:var(--utrecht-form-toggle-padding-inline-start);position:relative;-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-form-toggle{--utrecht-form-toggle-background-color:ButtonFace;--utrecht-form-toggle-border-color:buttonborder;--utrecht-form-toggle-border-width:1px;--utrecht-form-toggle-border-radius:var(--utrecht-form-toggle-track-border-radius);--utrecht-form-toggle-thumb-background-color:ButtonText;--utrecht-form-toggle-thumb-disabled-background-color:GrayText;border-color:var(--utrecht-form-toggle-track-disabled-border-color,var(--utrecht-form-toggle-track-border-color));border-width:min(var(--utrecht-form-toggle-border-width,1px),1px)}}.utrecht-form-toggle--focus-visible,.utrecht-form-toggle--html-div:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-form-toggle--hover{background-color:var(--utrecht-form-toggle-hover-background-color,var(--utrecht-form-toggle-background-color));color:var(--utrecht-form-toggle-hover-color,var(--utrecht-form-toggle-color))}.utrecht-form-toggle--disabled,.utrecht-form-toggle--html-div:disabled{border-color:var(--utrecht-form-toggle-disabled-border-color,var(--utrecht-form-toggle-border-color,currentColor));border-style:var(--utrecht-form-toggle-disabled-border-style,var(--utrecht-form-toggle-border-style,solid));border-width:var(--utrecht-form-toggle-disabled-border-width,var(--utrecht-form-toggle-border-width,1px));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-form-toggle__thumb{background-color:var(--utrecht-form-toggle-thumb-background-color,currentColor);border-radius:var(--utrecht-form-toggle-thumb-border-radius,50%);box-shadow:var(--utrecht-form-toggle-thumb-box-shadow);margin-inline-end:var(--utrecht-form-toggle-thumb-margin-inline-end,0);margin-inline-start:var(--utrecht-form-toggle-thumb-margin-inline-start,0);min-block-size:var(--utrecht-form-toggle-thumb-min-inline-size,1.5em);min-inline-size:var(--utrecht-form-toggle-thumb-min-inline-size,1.5em);z-index:20}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--checked{margin-inline-start:auto}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:not(:checked)~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--not-checked{margin-inline-end:auto}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--disabled{background-color:var(--utrecht-form-toggle-thumb-disabled-background-color,#aaa);box-shadow:var(--utrecht-form-toggle-thumb-disabled-box-shadow,0)}.utrecht-form-toggle__track{align-items:center;background-color:var(--utrecht-form-toggle-accent-color);block-size:100%;border-radius:var(--utrecht-form-toggle-track-border-radius,var(--utrecht-form-toggle-border-radius));display:flex;inline-size:100%}.utrecht-form-toggle__track--html-label{cursor:inherit}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track,.utrecht-form-toggle__track--checked{background-color:var(--utrecht-form-toggle-checked-accent-color,var(--utrecht-form-toggle-accent-color))}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track,.utrecht-form-toggle__track--disabled{background-color:var(--utrecht-form-toggle-disabled-background-color,#ddd);color:var(--utrecht-form-toggle-disabled-color,#000)}.utrecht-form-toggle__track--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox{clip:rect(1px,1px,1px,1px)!important;block-size:1px!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;inline-size:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:focus-visible~.utrecht-form-toggle__track{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}";
2311
- styleInject$a(css_248z$M);
1381
+ var css_248z$J = ".utrecht-form-toggle{align-items:center;block-size:var(--utrecht-form-toggle-height,2em);border-color:var(--utrecht-form-toggle-border-color,currentColor);border-radius:var(--utrecht-form-toggle-border-radius,999rem);border-style:var(--utrecht-form-toggle-border-style,solid);border-width:var(--utrecht-form-toggle-border-width,1px);color:var(--utrecht-form-toggle-color);cursor:var(--utrecht-action-activate-cursor,revert);display:flex;inline-size:var(--utrecht-form-toggle-width,6em);padding-block-end:var(--utrecht-form-toggle-padding-block-end);padding-block-start:var(--utrecht-form-toggle-padding-block-start);padding-inline-end:var(--utrecht-form-toggle-padding-inline-end);padding-inline-start:var(--utrecht-form-toggle-padding-inline-start);position:relative;-webkit-user-select:none;user-select:none}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-form-toggle{--utrecht-form-toggle-background-color:ButtonFace;--utrecht-form-toggle-border-color:buttonborder;--utrecht-form-toggle-border-width:1px;--utrecht-form-toggle-border-radius:var(--utrecht-form-toggle-track-border-radius);--utrecht-form-toggle-thumb-background-color:ButtonText;--utrecht-form-toggle-thumb-disabled-background-color:GrayText;border-color:var(--utrecht-form-toggle-track-disabled-border-color,var(--utrecht-form-toggle-track-border-color));border-width:min(var(--utrecht-form-toggle-border-width,1px),1px)}}.utrecht-form-toggle--focus-visible,.utrecht-form-toggle--html-div:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-form-toggle--hover{background-color:var(--utrecht-form-toggle-hover-background-color,var(--utrecht-form-toggle-background-color));color:var(--utrecht-form-toggle-hover-color,var(--utrecht-form-toggle-color))}.utrecht-form-toggle--disabled,.utrecht-form-toggle--html-div:disabled{border-color:var(--utrecht-form-toggle-disabled-border-color,var(--utrecht-form-toggle-border-color,currentColor));border-style:var(--utrecht-form-toggle-disabled-border-style,var(--utrecht-form-toggle-border-style,solid));border-width:var(--utrecht-form-toggle-disabled-border-width,var(--utrecht-form-toggle-border-width,1px));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-form-toggle__thumb{background-color:var(--utrecht-form-toggle-thumb-background-color,currentColor);border-radius:var(--utrecht-form-toggle-thumb-border-radius,50%);box-shadow:var(--utrecht-form-toggle-thumb-box-shadow);margin-inline-end:var(--utrecht-form-toggle-thumb-margin-inline-end,0);margin-inline-start:var(--utrecht-form-toggle-thumb-margin-inline-start,0);min-block-size:var(--utrecht-form-toggle-thumb-min-inline-size,1.5em);min-inline-size:var(--utrecht-form-toggle-thumb-min-inline-size,1.5em);z-index:20}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--checked{margin-inline-start:auto}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:not(:checked)~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--not-checked{margin-inline-end:auto}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track .utrecht-form-toggle__thumb,.utrecht-form-toggle__thumb--disabled{background-color:var(--utrecht-form-toggle-thumb-disabled-background-color,#aaa);box-shadow:var(--utrecht-form-toggle-thumb-disabled-box-shadow,0)}.utrecht-form-toggle__track{align-items:center;background-color:var(--utrecht-form-toggle-accent-color);block-size:100%;border-radius:var(--utrecht-form-toggle-track-border-radius,var(--utrecht-form-toggle-border-radius));display:flex;inline-size:100%}.utrecht-form-toggle__track--html-label{cursor:inherit}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:checked~.utrecht-form-toggle__track,.utrecht-form-toggle__track--checked{background-color:var(--utrecht-form-toggle-checked-accent-color,var(--utrecht-form-toggle-accent-color))}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:disabled~.utrecht-form-toggle__track,.utrecht-form-toggle__track--disabled{background-color:var(--utrecht-form-toggle-disabled-background-color,#ddd);color:var(--utrecht-form-toggle-disabled-color,#000)}.utrecht-form-toggle__track--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox{clip:rect(1px,1px,1px,1px)!important;block-size:1px!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;inline-size:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important}.utrecht-form-toggle--html-checkbox .utrecht-form-toggle__checkbox:focus-visible~.utrecht-form-toggle__track{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}";
1382
+ styleInject(css_248z$J);
2312
1383
 
2313
- var _excluded$V = ["checked", "disabled", "invalid", "id", "hidden", "required", "role", "tabIndex", "className"];
2314
- function ownKeys$W(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2315
- function _objectSpread$W(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$W(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$W(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1384
+ var _excluded$T = ["checked", "disabled", "invalid", "id", "hidden", "required", "role", "tabIndex", "className"];
1385
+ function ownKeys$U(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1386
+ function _objectSpread$U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$U(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2316
1387
  var FormToggle = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2317
1388
  var checked = _ref.checked,
2318
1389
  disabled = _ref.disabled,
@@ -2323,7 +1394,7 @@ var FormToggle = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2323
1394
  role = _ref.role,
2324
1395
  tabIndex = _ref.tabIndex,
2325
1396
  className = _ref.className,
2326
- restProps = _objectWithoutProperties(_ref, _excluded$V);
1397
+ restProps = _objectWithoutProperties(_ref, _excluded$T);
2327
1398
  return jsxRuntime.jsxs("div", {
2328
1399
  className: clsx('utrecht-form-toggle', 'utrecht-form-toggle--html-checkbox', {
2329
1400
  'utrecht-form-toggle--disabled': disabled,
@@ -2331,7 +1402,7 @@ var FormToggle = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2331
1402
  'utrecht-form-toggle--required': required
2332
1403
  }, className),
2333
1404
  hidden: hidden,
2334
- children: [jsxRuntime.jsx("input", _objectSpread$W({
1405
+ children: [jsxRuntime.jsx("input", _objectSpread$U({
2335
1406
  id: id,
2336
1407
  "aria-invalid": invalid || undefined,
2337
1408
  type: "checkbox",
@@ -2353,17 +1424,17 @@ var FormToggle = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2353
1424
  });
2354
1425
  FormToggle.displayName = 'FormToggle';
2355
1426
 
2356
- var css_248z$L = "@charset \"UTF-8\";.utrecht-html{--utrecht-space-around:1}.utrecht-html article{max-inline-size:var(--utrecht-article-max-inline-size)}.utrecht-html blockquote{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);--utrecht-space-around:1;background-color:var(--utrecht-blockquote-background-color);border-color:var(--utrecht-blockquote-border-color);border-radius:var(--utrecht-blockquote-border-radius,0);border-style:solid;border-width:var(--utrecht-blockquote-border-width,0);border-inline-start-width:var(--utrecht-blockquote-border-inline-start-width,var(--utrecht-blockquote-border-width,0));color:var(--utrecht-blockquote-color);color:var(--utrecht-blockquote-content-color,inherit);display:flex;flex-direction:column;font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-blockquote-font-size);font-size:var(--utrecht-blockquote-content-font-size,inherit);font-style:var(--utrecht-blockquote-font-style);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-start, 0));margin-inline-end:var(--utrecht-blockquote-margin-inline-end);margin-inline-start:var(--utrecht-blockquote-margin-inline-start);padding-block-end:var(--utrecht-blockquote-padding-block-end);padding-block-start:var(--utrecht-blockquote-padding-block-start);padding-inline-end:var(--utrecht-blockquote-padding-inline-end);padding-inline-start:var(--utrecht-blockquote-padding-inline-start);row-gap:var(--utrecht-blockquote-row-gap,0)}.utrecht-html button,.utrecht-html input[type=button i],.utrecht-html input[type=reset i],.utrecht-html input[type=submit i]{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,var(--_utrecht-button-appearance-background-color,var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,var(--_utrecht-button-appearance-border-color,var(--utrecht-button-border-color,transparent))\n );--_utrecht-button-border-bottom-color:var(\n --_utrecht-button-hint-border-bottom-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-border-bottom-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-border-bottom-color,var(--utrecht-button-border-color,transparent))\n )\n )\n )\n );--_utrecht-button-disabled-background-color:var(\n --_utrecht-button-hint-disabled-background-color,var(\n --_utrecht-button-appearance-disabled-background-color,var(--utrecht-button-disabled-background-color,var(--utrecht-button-background-color))\n )\n );--_utrecht-button-disabled-border-color:var(\n --_utrecht-button-hint-disabled-border-color,var(\n --_utrecht-button-appearance-disabled-border-color,var(--utrecht-button-disabled-border-color,var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,var(--_utrecht-button-appearance-disabled-color,var(--utrecht-button-disabled-color,var(--utrecht-button-color)))\n );--_utrecht-button-pressed-background-color:var(\n --_utrecht-button-hint-pressed-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-pressed-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-pressed-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-pressed-border-color:var(\n --_utrecht-button-hint-pressed-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-pressed-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-pressed-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-pressed-color:var(\n --_utrecht-button-hint-pressed-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-pressed-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-pressed-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-focus-background-color:var(\n --_utrecht-button-hint-focus-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-focus-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-focus-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-focus-border-color:var(\n --_utrecht-button-hint-focus-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-focus-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-focus-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-focus-color:var(\n --_utrecht-button-hint-focus-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-focus-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-focus-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-hover-background-color:var(\n --_utrecht-button-hint-hover-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-hover-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-hover-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-hover-border-color:var(\n --_utrecht-button-hint-hover-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-hover-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-hover-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-hover-color:var(\n --_utrecht-button-hint-hover-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-hover-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-hover-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-active-background-color:var(\n --_utrecht-button-hint-active-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-active-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-active-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-active-border-color:var(\n --_utrecht-button-hint-active-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-active-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-active-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-active-color:var(\n --_utrecht-button-hint-active-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-active-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-active-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-border-width:var(--_utrecht-button-appearance-border-width,var(--utrecht-button-border-width,0));--_utrecht-button-border-block-end-width:var(\n --utrecht-button-border-bottom-width,var(--_utrecht-button-border-width,0)\n );--_utrecht-button-font-size:var(--_utrecht-button-appearance-font-size,var(--utrecht-button-font-size));--_utrecht-button-line-height:var(--_utrecht-button-appearance-line-height,var(--utrecht-button-line-height));--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;background-color:var(--_utrecht-button-background-color);block-size:fit-content;border-block-end-color:var(--_utrecht-button-border-bottom-color);border-block-end-width:var(--_utrecht-button-border-block-end-width);border-color:var(--_utrecht-button-border-color);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--_utrecht-button-border-width);box-sizing:border-box;color:var(--_utrecht-button-color);column-gap:var(--utrecht-button-column-gap);cursor:var(--utrecht-action-activate-cursor,revert);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--_utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--_utrecht-button-line-height);margin-block-end:var(--utrecht-button-margin-block-end);margin-block-start:var(--utrecht-button-margin-block-start);margin-inline-end:var(--utrecht-button-margin-inline-end);margin-inline-start:var(--utrecht-button-margin-inline-start);max-inline-size:var(--utrecht-button-max-inline-size,fit-content);min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);scale:1;text-transform:var(--utrecht-button-text-transform);-webkit-user-select:none;user-select:none}.utrecht-html button[hidden]{display:none}.utrecht-html button[type=submit i],.utrecht-html input[type=submit i]{cursor:var(--utrecht-action-submit-cursor,revert)}.utrecht-html button:disabled,.utrecht-html button[aria-disabled=true]{background-color:var(--_utrecht-button-disabled-background-color);border-color:var(--_utrecht-button-disabled-border-color);color:var(--_utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html button:disabled[aria-busy=true],.utrecht-html button[aria-busy=true],.utrecht-html button[aria-disabled=true][aria-busy=true]{cursor:var(--utrecht-action-busy-cursor,wait)}.utrecht-html button:active:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-html button:hover:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-html button:focus:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-html button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input[type=checkbox i]{cursor:var(--utrecht-action-activate-cursor,revert);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;-webkit-user-select:none;user-select:none}.utrecht-html input[type=checkbox i]:disabled{cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-html input[type=checkbox i] :focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html body{-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;background-color:var(--utrecht-document-background-color,inherit);color:var(--utrecht-document-color,inherit);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-document-font-size,inherit);font-weight:var(--utrecht-document-font-weight,inherit);line-height:var(--utrecht-document-line-height,inherit);text-rendering:optimizeLegibility}.utrecht-html body :lang(ar){letter-spacing:0!important}.utrecht-html code{background-color:var(--utrecht-code-background-color);color:var(--utrecht-code-color);font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-variant-ligatures:none;line-height:var(--utrecht-code-line-height)}.utrecht-html em{font-style:var(--utrecht-emphasis-stressed-font-style,italic)}.utrecht-html strong{font-weight:var(--utrecht-emphasis-strong-font-weight,bold)}.utrecht-html fieldset{--utrecht-space-around:1;all:revert;border:0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-start, 0));margin-inline-end:0;margin-inline-start:0;min-inline-size:0;padding-block-end:0;padding-block-start:.01em;padding-inline-end:0;padding-inline-start:0}.utrecht-html fieldset[hidden]{display:none}.utrecht-html figure{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-start, 0))}.utrecht-html figcaption{color:var(--utrecht-figure-caption-color);font-size:var(--utrecht-figure-caption-font-size);line-height:var(--utrecht-figure-caption-line-height)}.utrecht-html form{display:block;max-inline-size:var(--utrecht-form-max-inline-size)}.utrecht-html legend{break-inside:avoid;color:var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit));display:table;font-family:var(--utrecht-form-fieldset-legend-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-form-fieldset-legend-font-size);font-weight:var(--utrecht-form-fieldset-legend-font-weight);inline-size:100%;line-height:var(--utrecht-form-fieldset-legend-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-start, 0));padding-inline-end:0;padding-inline-start:0;page-break-after:avoid;page-break-inside:avoid}.utrecht-html legend[hidden]{display:none}.utrecht-html fieldset:disabled>legend{color:var(--utrecht-form-fieldset-legend-disabled-color,var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit)))}.utrecht-html label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-html input[type=checkbox i]~label,.utrecht-html label:has(input[type=checkbox i]){color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-checkbox-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-html input[type=radio i]~label,.utrecht-html label:has(input[type=radio i]){color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-radio-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-html mark{background-color:var(--utrecht-mark-background-color,revert);color:var(--utrecht-mark-color,revert)}@media print{.utrecht-html mark{outline-color:currentColor;outline-style:dotted;outline-width:.1em}}@media screen and (-ms-high-contrast:active){.utrecht-html mark{background-color:Highlight;color:HighlightText}}.utrecht-html h1{color:var(--utrecht-heading-1-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-1-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size,revert);font-weight:var(--utrecht-heading-1-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-1-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-start, 0))}.utrecht-html h1,.utrecht-html h2{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h2{color:var(--utrecht-heading-2-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-2-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size,revert);font-weight:var(--utrecht-heading-2-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-2-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-start, 0))}.utrecht-html h3{color:var(--utrecht-heading-3-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-3-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size,revert);font-weight:var(--utrecht-heading-3-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-3-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-start, 0))}.utrecht-html h3,.utrecht-html h4{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h4{color:var(--utrecht-heading-4-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-4-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size,revert);font-weight:var(--utrecht-heading-4-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-4-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-start, 0))}.utrecht-html h5{color:var(--utrecht-heading-5-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-5-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size,revert);font-weight:var(--utrecht-heading-5-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-5-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-start, 0))}.utrecht-html h5,.utrecht-html h6{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h6{color:var(--utrecht-heading-6-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-6-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size,revert);font-weight:var(--utrecht-heading-6-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-6-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-start, 0))}.utrecht-html hgroup{--utrecht-pre-heading-order:-1;--utrecht-space-around:1;display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-start, 0))}.utrecht-html hgroup>*{--utrecht-space-around:0}.utrecht-html a{--utrecht-icon-size:var(--utrecht-link-icon-size,1em);color:var(--_utrecht-link-state-color,var(--utrecht-link-color,var(--_utrecht-link-forced-colors-color)))}.utrecht-html a:visited{--_utrecht-link-forced-colors-color:visitedtext;--_utrecht-link-state-color:var(--utrecht-link-visited-color)}.utrecht-html a:hover{--_utrecht-link-forced-colors-color:linktext;--_utrecht-link-state-color:var(--utrecht-link-hover-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-hover-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-hover-text-decoration-thickness);text-decoration-skip:none;text-decoration-skip-ink:none}.utrecht-html a:active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-html a:focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-html a:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);z-index:var(--utrecht-stack-focus-z-index,1)}.utrecht-html a[href^=\"tel:\" i]{white-space:nowrap}.utrecht-html ol{--utrecht-space-around:1;box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit)));line-height:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit)));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));padding-inline-start:var(--utrecht-ordered-list-padding-inline-start,var(--utrecht-unordered-list-padding-inline-start,2ch));text-align:start}.utrecht-html ol>li{margin-block-end:var(--utrecht-ordered-list-item-margin-block-end,var(--utrecht-unordered-list-item-margin-block-end));margin-block-start:var(--utrecht-ordered-list-item-margin-block-start,var(--utrecht-unordered-list-item-margin-block-start));padding-inline-start:var(--utrecht-ordered-list-item-padding-inline-start,var(--utrecht-unordered-list-item-padding-inline-start,1ch))}.utrecht-html ol:lang(ar){list-style:arabic-indic}.utrecht-html p{color:var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-paragraph-font-family,var(--utrecht-document-font-family,inherit));font-size:var(--utrecht-paragraph-font-size,var(--utrecht-document-font-size,inherit));font-weight:var(--utrecht-paragraph-font-weight,inherit);line-height:var(--utrecht-paragraph-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-start, 0))}.utrecht-html *~p{--utrecht-space-around:1}.utrecht-html pre:has(>code:only-child){--utrecht-code-color:var(--utrecht-code-block-color,inherit);--utrecht-code-background-color:var(--utrecht-code-block-background-color,inherit);--utrecht-code-font-weight:var(--utrecht-code-block-font-weight,inherit);--utrecht-code-font-size:var(--utrecht-code-block-font-size,inherit);--utrecht-code-font-family:var(--utrecht-code-block-font-family,monospace);background-color:var(--utrecht-code-background-color);background-color:var(--utrecht-code-block-background-color);color:var(--utrecht-code-color);display:block;font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-size:var(--utrecht-code-block-font-size,var(--utrecht-code-font-size,inherit));font-variant-ligatures:none;line-height:var(--utrecht-code-line-height);line-height:var(--utrecht-code-block-line-height,var(--utrecht-code-line-height));margin-block-end:var(--utrecht-code-block-margin-block-end);margin-block-start:var(--utrecht-code-block-margin-block-start);margin-inline-end:var(--utrecht-code-block-margin-inline-end);margin-inline-start:var(--utrecht-code-block-margin-inline-start);padding-block-end:var(--utrecht-code-block-padding-block-end);padding-block-start:var(--utrecht-code-block-padding-block-start);padding-inline-end:var(--utrecht-code-block-padding-inline-end);padding-inline-start:var(--utrecht-code-block-padding-inline-start);white-space:pre}.utrecht-html pre[hidden]:has(>code:only-child){display:none}.utrecht-html pre:has(>code:only-child)>code{display:contents}.utrecht-html input[type=radio i]{--_utrecht-radio-button-background-color:var(\n --_utrecht-radio-button-interactive-background-color,var(--_utrecht-radio-button-state-background-color,var(--utrecht-radio-button-background-color))\n );--_utrecht-radio-button-border-color:var(\n --_utrecht-radio-button-interactive-border-color,var(--_utrecht-radio-button-state-border-color,var(--utrecht-radio-button-border-color,currentColor))\n );--_utrecht-radio-button-border-width:var(\n --_utrecht-radio-button-interactive-border-width,var(--_utrecht-radio-button-state-border-width,var(--utrecht-radio-button-border-width))\n );--_utrecht-radio-button-color:var(\n --_utrecht-radio-button-interactive-color,var(--_utrecht-radio-button-state-color,var(--utrecht-radio-button-color,currentColor))\n );--_utrecht-radio-button-icon-size:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--_utrecht-radio-button-background-color);background-image:radial-gradient(circle,var(--_utrecht-radio-button-color,transparent) calc(var(--_utrecht-radio-button-icon-size, 50%) - 5%),var(--_utrecht-radio-button-background-color,currentColor) var(--_utrecht-radio-button-icon-size,50%));background-position:50%;background-repeat:no-repeat;background-size:contain;block-size:var(--utrecht-radio-button-size,1em);border-color:var(--_utrecht-radio-button-border-color);border-radius:50%;border-style:solid;border-width:var(--_utrecht-radio-button-border-width);cursor:var(--utrecht-action-activate-cursor,revert);inline-size:var(--utrecht-radio-button-size,1em);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-end:var(--utrecht-radio-button-margin-inline-end);margin-inline-start:0;min-block-size:24px;min-inline-size:24px;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:top}.utrecht-html input[type=radio i]:checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-html input[type=radio i]:disabled{--_utrecht-radio-button-background-color:var(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-color));--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html input[type=radio i]:invalid,.utrecht-html input[type=radio i][aria-invalid=true]{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-html input[type=radio i]:focus:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-html input[type=radio i]:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input[type=radio i]:hover:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-html input[type=radio i]:active:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}.utrecht-html select{background-color:var(--utrecht-select-background-color,var(--utrecht-form-control-background-color));border-block-end-width:var(--utrecht-select-border-block-end-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width)));border-block-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-color:var(--utrecht-select-border-color,var(--utrecht-form-control-border-color));border-inline-end-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-inline-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-radius:var(--utrecht-select-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;color:var(--utrecht-select-color,var(--utrecht-form-control-color));font-family:var(--utrecht-select-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-select-font-size,var(--utrecht-form-control-font-size));font-weight:var(--utrecht-select-font-size,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-select-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:var(--utrecht-select-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-select-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-select-padding-block-end,var(--utrecht-form-control-padding-block-end));padding-block-start:var(--utrecht-select-padding-block-start,var(--utrecht-form-control-padding-block-start));padding-inline-end:var(--utrecht-select-padding-inline-end,var(--utrecht-form-control-padding-inline-end));padding-inline-start:var(--utrecht-select-padding-inline-start,var(--utrecht-form-control-padding-inline-start))}.utrecht-html select:focus{background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-html select:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html select:disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html select[aria-invalid=true]{--_utrecht-select-border-width:var(\n --utrecht-select-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-select-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-select-border-width);border-block-end-width:var(--utrecht-select-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-select-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-select-border-width)))));border-color:var(--utrecht-select-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))))}.utrecht-html hr{--utrecht-space-around:1;border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-block-size) 0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-start, 0))}.utrecht-html table{--utrecht-space-around:1;border-collapse:separate;border-color:var(--utrecht-table-border-color,0);border-spacing:0;border-style:solid;border-width:var(--utrecht-table-border-width,0);font-family:var(--utrecht-table-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size,inherit);inline-size:100%;line-height:var(--utrecht-table-line-height,inherit);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-start, 0))}.utrecht-html caption{break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);page-break-after:avoid;text-align:var(--utrecht-table-caption-text-align,center)}.utrecht-html thead{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color,transparent);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);page-break-inside:avoid;text-transform:var(--utrecht-table-header-text-transform)}.utrecht-html tbody{--_utrecht-table-header-cell-z-index:2}.utrecht-html th{color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight,bold);text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align,top);z-index:var(--_utrecht-table-header-cell-z-index)}.utrecht-html td,.utrecht-html th{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start}.utrecht-html td,.utrecht-html th{border-block-end-color:var(--utrecht-table-row-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width,0);vertical-align:top}.utrecht-html td:first-child,.utrecht-html th:first-child{padding-inline-start:var(--utrecht-table-row-padding-inline-start,var(--utrecht-table-cell-padding-inline-start,0))}.utrecht-html td:last-child,.utrecht-html th:last-child{padding-inline-end:var(--utrecht-table-row-padding-inline-end,var(--utrecht-table-cell-padding-inline-end,0))}.utrecht-html thead tr:last-child th{border-block-end-color:var(--utrecht-table-header-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-border-block-end-width,0)}.utrecht-html td.numeric,.utrecht-html tfoot>tr>th.numeric,.utrecht-html th[scope=column].numeric,.utrecht-html thead>tr>th.numeric{--_utrecht-table-cell-text-align:right;text-align:var(--_utrecht-table-cell-text-align)}.utrecht-html td.numeric{font-variant-numeric:lining-nums tabular-nums}.utrecht-html table.alternate-row-color>tr:nth-child(2n)>td,.utrecht-html table.alternate-row-color>tr:nth-child(2n)>th{background-color:var(--utrecht-table-row-alternate-even-background-color,transparent);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-html table.alternate-row-color>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tr:nth-child(odd)>th{background-color:var(--utrecht-table-row-alternate-odd-background-color,transparent);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-html table.alternate-row-color>tbody>tr:nth-child(2n)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(2n)>th{background-color:var(--utrecht-table-row-alternate-even-background-color,transparent);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>th{background-color:var(--utrecht-table-row-alternate-odd-background-color,transparent);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-html textarea{background-color:var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textarea-border-block-end-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textarea-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textarea-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textarea-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:var(--utrecht-textarea-font-weight,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-textarea-line-height,initial);max-inline-size:var(--utrecht-textarea-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textarea-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textarea-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textarea-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textarea-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial));resize:vertical;resize:block}.utrecht-html textarea:focus{background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html textarea:invalid,.utrecht-html textarea[aria-invalid=true]{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html textarea::placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-html input:not([type]),.utrecht-html input[type=date i],.utrecht-html input[type=datetime-local i],.utrecht-html input[type=email i],.utrecht-html input[type=month i],.utrecht-html input[type=number i],.utrecht-html input[type=password i],.utrecht-html input[type=search i],.utrecht-html input[type=tel i],.utrecht-html input[type=text i],.utrecht-html input[type=time i],.utrecht-html input[type=url i],.utrecht-html input[type=week i]{--_utrecht-textbox-value-char:0.667em + 0.334ch;--_utrecht-textbox-max-inline-size:calc(var(--utrecht-textbox-value-max-length)*var(--_utrecht-textbox-value-char) + var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-control-padding-inline-end, 0)) + var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-control-padding-inline-start, 0)) + var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width, 0)) + var(--utrecht-textbox-autocomplete-ui-size, 44px));background-color:var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textbox-border-bottom-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textbox-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textbox-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textbox-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:var(--utrecht-textbox-font-weight,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-textbox-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:min(var(--_utrecht-textbox-max-inline-size,100%),var(--utrecht-textbox-max-inline-size,var(--utrecht-form-control-max-inline-size)));min-block-size:var(--utrecht-pointer-target-min-size,44px);min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textbox-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textbox-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textbox-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textbox-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial))}.utrecht-html input:not([type]):focus,.utrecht-html input[type=date i]:focus,.utrecht-html input[type=datetime-local i]:focus,.utrecht-html input[type=email i]:focus,.utrecht-html input[type=month i]:focus,.utrecht-html input[type=number i]:focus,.utrecht-html input[type=password i]:focus,.utrecht-html input[type=search i]:focus,.utrecht-html input[type=tel i]:focus,.utrecht-html input[type=text i]:focus,.utrecht-html input[type=time i]:focus,.utrecht-html input[type=url i]:focus,.utrecht-html input[type=week i]:focus{background-color:var(--utrecht-textbox-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):focus-visible,.utrecht-html input[type=date i]:focus-visible,.utrecht-html input[type=datetime-local i]:focus-visible,.utrecht-html input[type=email i]:focus-visible,.utrecht-html input[type=month i]:focus-visible,.utrecht-html input[type=number i]:focus-visible,.utrecht-html input[type=password i]:focus-visible,.utrecht-html input[type=search i]:focus-visible,.utrecht-html input[type=tel i]:focus-visible,.utrecht-html input[type=text i]:focus-visible,.utrecht-html input[type=time i]:focus-visible,.utrecht-html input[type=url i]:focus-visible,.utrecht-html input[type=week i]:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input:not([type]):invalid,.utrecht-html input:not([type])[aria-invalid=true],.utrecht-html input[type=date i]:invalid,.utrecht-html input[type=date i][aria-invalid=true],.utrecht-html input[type=datetime-local i]:invalid,.utrecht-html input[type=datetime-local i][aria-invalid=true],.utrecht-html input[type=email i]:invalid,.utrecht-html input[type=email i][aria-invalid=true],.utrecht-html input[type=month i]:invalid,.utrecht-html input[type=month i][aria-invalid=true],.utrecht-html input[type=number i]:invalid,.utrecht-html input[type=number i][aria-invalid=true],.utrecht-html input[type=password i]:invalid,.utrecht-html input[type=password i][aria-invalid=true],.utrecht-html input[type=search i]:invalid,.utrecht-html input[type=search i][aria-invalid=true],.utrecht-html input[type=tel i]:invalid,.utrecht-html input[type=tel i][aria-invalid=true],.utrecht-html input[type=text i]:invalid,.utrecht-html input[type=text i][aria-invalid=true],.utrecht-html input[type=time i]:invalid,.utrecht-html input[type=time i][aria-invalid=true],.utrecht-html input[type=url i]:invalid,.utrecht-html input[type=url i][aria-invalid=true],.utrecht-html input[type=week i]:invalid,.utrecht-html input[type=week i][aria-invalid=true]{--_utrecht-textbox-border-width:var(\n --utrecht-textbox-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textbox-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textbox-border-width);border-block-end-width:var(--utrecht-textbox-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textbox-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textbox-border-width)))));border-color:var(--utrecht-textbox-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):read-only,.utrecht-html input[type=date i]:read-only,.utrecht-html input[type=datetime-local i]:read-only,.utrecht-html input[type=email i]:read-only,.utrecht-html input[type=month i]:read-only,.utrecht-html input[type=number i]:read-only,.utrecht-html input[type=password i]:read-only,.utrecht-html input[type=search i]:read-only,.utrecht-html input[type=tel i]:read-only,.utrecht-html input[type=text i]:read-only,.utrecht-html input[type=time i]:read-only,.utrecht-html input[type=url i]:read-only,.utrecht-html input[type=week i]:read-only{background-color:var(--utrecht-textbox-read-only-background-color,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-read-only-border-color,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):disabled,.utrecht-html input[type=date i]:disabled,.utrecht-html input[type=datetime-local i]:disabled,.utrecht-html input[type=email i]:disabled,.utrecht-html input[type=month i]:disabled,.utrecht-html input[type=number i]:disabled,.utrecht-html input[type=password i]:disabled,.utrecht-html input[type=search i]:disabled,.utrecht-html input[type=tel i]:disabled,.utrecht-html input[type=text i]:disabled,.utrecht-html input[type=time i]:disabled,.utrecht-html input[type=url i]:disabled,.utrecht-html input[type=week i]:disabled{background-color:var(--utrecht-textbox-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html input:not([type])::placeholder,.utrecht-html input[type=date i]::placeholder,.utrecht-html input[type=datetime-local i]::placeholder,.utrecht-html input[type=email i]::placeholder,.utrecht-html input[type=month i]::placeholder,.utrecht-html input[type=number i]::placeholder,.utrecht-html input[type=password i]::placeholder,.utrecht-html input[type=search i]::placeholder,.utrecht-html input[type=tel i]::placeholder,.utrecht-html input[type=text i]::placeholder,.utrecht-html input[type=time i]::placeholder,.utrecht-html input[type=url i]::placeholder,.utrecht-html input[type=week i]::placeholder{color:var(--utrecht-textbox-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-html input[autocomplete~=current-password i],.utrecht-html input[autocomplete~=new-password i],.utrecht-html input[type=password i]{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-html input[autocomplete~=bday i],.utrecht-html input[autocomplete~=bday-day i],.utrecht-html input[autocomplete~=bday-month i],.utrecht-html input[autocomplete~=bday-year i],.utrecht-html input[autocomplete~=cc-csc i],.utrecht-html input[autocomplete~=cc-exp i],.utrecht-html input[autocomplete~=cc-exp-month i],.utrecht-html input[autocomplete~=cc-exp-year i],.utrecht-html input[autocomplete~=cc-number i],.utrecht-html input[autocomplete~=one-time-code i],.utrecht-html input[autocomplete~=postal-code i],.utrecht-html input[autocomplete~=tel i],.utrecht-html input[autocomplete~=tel-area-code i],.utrecht-html input[autocomplete~=tel-country-code i],.utrecht-html input[autocomplete~=tel-extension i],.utrecht-html input[autocomplete~=tel-local i],.utrecht-html input[autocomplete~=tel-national i],.utrecht-html input[autocomplete~=transaction-amount i],.utrecht-html input[inputmode=decimal i],.utrecht-html input[inputmode=numeric i],.utrecht-html input[inputmode=tel i],.utrecht-html input[type=number i],.utrecht-html input[type=tel i]{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-html input[inputmode=email i],.utrecht-html input[inputmode=url i],.utrecht-html input[type=email i],.utrecht-html input[type=url i]{font-variant-ligatures:none}.utrecht-html ul{--utrecht-space-around:1;box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit));line-height:var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));padding-inline-start:var(--utrecht-unordered-list-padding-inline-start,2ch);text-align:start}.utrecht-html ul>li{margin-block-end:var(--utrecht-unordered-list-item-margin-block-end);margin-block-start:var(--utrecht-unordered-list-item-margin-block-start);padding-inline-start:var(--utrecht-unordered-list-item-padding-inline-start,1ch)}.utrecht-html ul>li::marker{color:var(--utrecht-unordered-list-marker-color);content:\"●\"}";
2357
- styleInject$a(css_248z$L);
1427
+ var css_248z$I = "@charset \"UTF-8\";.utrecht-html{--utrecht-space-around:1}.utrecht-html article{max-inline-size:var(--utrecht-article-max-inline-size)}.utrecht-html blockquote{--utrecht-document-color:var(--utrecht-blockquote-content-color,inherit);--utrecht-paragraph-font-size:var(--utrecht-blockquote-content-font-size,inherit);--utrecht-space-around:1;background-color:var(--utrecht-blockquote-background-color);border-color:var(--utrecht-blockquote-border-color);border-radius:var(--utrecht-blockquote-border-radius,0);border-style:solid;border-width:var(--utrecht-blockquote-border-width,0);border-inline-start-width:var(--utrecht-blockquote-border-inline-start-width,var(--utrecht-blockquote-border-width,0));color:var(--utrecht-blockquote-color);color:var(--utrecht-blockquote-content-color,inherit);display:flex;flex-direction:column;font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-blockquote-font-size);font-size:var(--utrecht-blockquote-content-font-size,inherit);font-style:var(--utrecht-blockquote-font-style);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-blockquote-margin-block-start, 0));margin-inline-end:var(--utrecht-blockquote-margin-inline-end);margin-inline-start:var(--utrecht-blockquote-margin-inline-start);padding-block-end:var(--utrecht-blockquote-padding-block-end);padding-block-start:var(--utrecht-blockquote-padding-block-start);padding-inline-end:var(--utrecht-blockquote-padding-inline-end);padding-inline-start:var(--utrecht-blockquote-padding-inline-start);row-gap:var(--utrecht-blockquote-row-gap,0)}.utrecht-html button,.utrecht-html input[type=button i],.utrecht-html input[type=reset i],.utrecht-html input[type=submit i]{--_utrecht-button-background-color:var(\n --_utrecht-button-hint-background-color,var(--_utrecht-button-appearance-background-color,var(--utrecht-button-background-color))\n );--_utrecht-button-color:var(\n --_utrecht-button-hint-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-color))\n );--_utrecht-button-border-color:var(\n --_utrecht-button-hint-border-color,var(--_utrecht-button-appearance-border-color,var(--utrecht-button-border-color,transparent))\n );--_utrecht-button-border-bottom-color:var(\n --_utrecht-button-hint-border-bottom-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-border-bottom-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-border-bottom-color,var(--utrecht-button-border-color,transparent))\n )\n )\n )\n );--_utrecht-button-disabled-background-color:var(\n --_utrecht-button-hint-disabled-background-color,var(\n --_utrecht-button-appearance-disabled-background-color,var(--utrecht-button-disabled-background-color,var(--utrecht-button-background-color))\n )\n );--_utrecht-button-disabled-border-color:var(\n --_utrecht-button-hint-disabled-border-color,var(\n --_utrecht-button-appearance-disabled-border-color,var(--utrecht-button-disabled-border-color,var(--utrecht-button-border-color))\n )\n );--_utrecht-button-disabled-color:var(\n --_utrecht-button-hint-disabled-color,var(--_utrecht-button-appearance-disabled-color,var(--utrecht-button-disabled-color,var(--utrecht-button-color)))\n );--_utrecht-button-pressed-background-color:var(\n --_utrecht-button-hint-pressed-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-pressed-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-pressed-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-pressed-border-color:var(\n --_utrecht-button-hint-pressed-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-pressed-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-pressed-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-pressed-color:var(\n --_utrecht-button-hint-pressed-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-pressed-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-pressed-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-focus-background-color:var(\n --_utrecht-button-hint-focus-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-focus-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-focus-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-focus-border-color:var(\n --_utrecht-button-hint-focus-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-focus-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-focus-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-focus-color:var(\n --_utrecht-button-hint-focus-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-focus-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-focus-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-hover-background-color:var(\n --_utrecht-button-hint-hover-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-hover-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-hover-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-hover-border-color:var(\n --_utrecht-button-hint-hover-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-hover-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-hover-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-hover-color:var(\n --_utrecht-button-hint-hover-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-hover-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-hover-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-active-background-color:var(\n --_utrecht-button-hint-active-background-color,var(\n --_utrecht-button-hint-background-color,var(\n --_utrecht-button-appearance-active-background-color,var(\n --_utrecht-button-appearance-background-color,var(--utrecht-button-active-background-color,var(--utrecht-button-background-color))\n )\n )\n )\n );--_utrecht-button-active-border-color:var(\n --_utrecht-button-hint-active-border-color,var(\n --_utrecht-button-hint-border-color,var(\n --_utrecht-button-appearance-active-border-color,var(\n --_utrecht-button-appearance-border-color,var(--utrecht-button-active-border-color,var(--utrecht-button-border-color))\n )\n )\n )\n );--_utrecht-button-active-color:var(\n --_utrecht-button-hint-active-color,var(\n --_utrecht-button-hint-color,var(\n --_utrecht-button-appearance-active-color,var(--_utrecht-button-appearance-color,var(--utrecht-button-active-color,var(--utrecht-button-color)))\n )\n )\n );--_utrecht-button-border-width:var(--_utrecht-button-appearance-border-width,var(--utrecht-button-border-width,0));--_utrecht-button-border-block-end-width:var(\n --utrecht-button-border-bottom-width,var(--_utrecht-button-border-width,0)\n );--_utrecht-button-font-size:var(--_utrecht-button-appearance-font-size,var(--utrecht-button-font-size));--_utrecht-button-line-height:var(--_utrecht-button-appearance-line-height,var(--utrecht-button-line-height));--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;background-color:var(--_utrecht-button-background-color);block-size:fit-content;border-block-end-color:var(--_utrecht-button-border-bottom-color);border-block-end-width:var(--_utrecht-button-border-block-end-width);border-color:var(--_utrecht-button-border-color);border-radius:var(--utrecht-button-border-radius);border-style:solid;border-width:var(--_utrecht-button-border-width);box-sizing:border-box;color:var(--_utrecht-button-color);column-gap:var(--utrecht-button-column-gap);cursor:var(--utrecht-action-activate-cursor,revert);display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--_utrecht-button-font-size,var(--utrecht-document-font-family,inherit));font-weight:var(--_utrecht-button-appearance-font-weight,var(--utrecht-button-font-weight));inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:var(--_utrecht-button-line-height);margin-block-end:var(--utrecht-button-margin-block-end);margin-block-start:var(--utrecht-button-margin-block-start);margin-inline-end:var(--utrecht-button-margin-inline-end);margin-inline-start:var(--utrecht-button-margin-inline-start);max-inline-size:var(--utrecht-button-max-inline-size,fit-content);min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);scale:1;text-transform:var(--utrecht-button-text-transform);-webkit-user-select:none;user-select:none}.utrecht-html button[hidden]{display:none}.utrecht-html button[type=submit i],.utrecht-html input[type=submit i]{cursor:var(--utrecht-action-submit-cursor,revert)}.utrecht-html button:disabled,.utrecht-html button[aria-disabled=true]{background-color:var(--_utrecht-button-disabled-background-color);border-color:var(--_utrecht-button-disabled-border-color);color:var(--_utrecht-button-disabled-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html button:disabled[aria-busy=true],.utrecht-html button[aria-busy=true],.utrecht-html button[aria-disabled=true][aria-busy=true]{cursor:var(--utrecht-action-busy-cursor,wait)}.utrecht-html button:active:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-active-background-color);border-color:var(--_utrecht-button-active-border-color);color:var(--_utrecht-button-active-color)}.utrecht-html button:hover:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-hover-background-color);border-color:var(--_utrecht-button-hover-border-color);color:var(--_utrecht-button-hover-color);scale:var(--utrecht-button-hover-scale,1)}.utrecht-html button:focus:not([aria-disabled=true],:disabled){background-color:var(--_utrecht-button-focus-background-color);border-color:var(--_utrecht-button-focus-border-color);color:var(--_utrecht-button-focus-color);scale:var(--utrecht-button-focus-scale,1)}.utrecht-html button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input[type=checkbox i]{cursor:var(--utrecht-action-activate-cursor,revert);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;-webkit-user-select:none;user-select:none}.utrecht-html input[type=checkbox i]:disabled{cursor:var(--utrecht-action-disabled-cursor,revert)}.utrecht-html input[type=checkbox i] :focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html body{-webkit-font-smoothing:auto!important;-moz-osx-font-smoothing:auto!important;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;background-color:var(--utrecht-document-background-color,inherit);color:var(--utrecht-document-color,inherit);font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-document-font-size,inherit);font-weight:var(--utrecht-document-font-weight,inherit);line-height:var(--utrecht-document-line-height,inherit);text-rendering:optimizeLegibility}.utrecht-html body :lang(ar){letter-spacing:0!important}.utrecht-html code{background-color:var(--utrecht-code-background-color);color:var(--utrecht-code-color);font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-variant-ligatures:none;line-height:var(--utrecht-code-line-height)}.utrecht-html em{font-style:var(--utrecht-emphasis-stressed-font-style,italic)}.utrecht-html strong{font-weight:var(--utrecht-emphasis-strong-font-weight,bold)}.utrecht-html fieldset{--utrecht-space-around:1;all:revert;border:0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-margin-block-start, 0));margin-inline-end:0;margin-inline-start:0;min-inline-size:0;padding-block-end:0;padding-block-start:.01em;padding-inline-end:0;padding-inline-start:0}.utrecht-html fieldset[hidden]{display:none}.utrecht-html figure{margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-figure-margin-block-start, 0))}.utrecht-html figcaption{color:var(--utrecht-figure-caption-color);font-size:var(--utrecht-figure-caption-font-size);line-height:var(--utrecht-figure-caption-line-height)}.utrecht-html form{display:block;max-inline-size:var(--utrecht-form-max-inline-size)}.utrecht-html legend{break-inside:avoid;color:var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit));display:table;font-family:var(--utrecht-form-fieldset-legend-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-form-fieldset-legend-font-size);font-weight:var(--utrecht-form-fieldset-legend-font-weight);inline-size:100%;line-height:var(--utrecht-form-fieldset-legend-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-form-fieldset-legend-margin-block-start, 0));padding-inline-end:0;padding-inline-start:0;page-break-after:avoid;page-break-inside:avoid}.utrecht-html legend[hidden]{display:none}.utrecht-html fieldset:disabled>legend{color:var(--utrecht-form-fieldset-legend-disabled-color,var(--utrecht-form-fieldset-legend-color,var(--utrecht-document-color,inherit)))}.utrecht-html label{color:var(--utrecht-form-label-color);font-size:var(--utrecht-form-label-font-size);font-weight:var(--utrecht-form-label-font-weight)}.utrecht-html input[type=checkbox i]~label,.utrecht-html label:has(input[type=checkbox i]){color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-checkbox-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-html input[type=radio i]~label,.utrecht-html label:has(input[type=radio i]){color:var(--utrecht-form-label-checkbox-color,var(--utrecht-form-label-color));cursor:var(--utrecht-action-activate-cursor,revert);font-weight:var(--utrecht-form-label-radio-font-weight,var(--utrecht-form-label-font-weight))}.utrecht-html mark{background-color:var(--utrecht-mark-background-color,revert);color:var(--utrecht-mark-color,revert)}@media print{.utrecht-html mark{outline-color:currentColor;outline-style:dotted;outline-width:.1em}}@media screen and (-ms-high-contrast:active){.utrecht-html mark{background-color:Highlight;color:HighlightText}}.utrecht-html h1{color:var(--utrecht-heading-1-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-1-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size,revert);font-weight:var(--utrecht-heading-1-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-1-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-start, 0))}.utrecht-html h1,.utrecht-html h2{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h2{color:var(--utrecht-heading-2-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-2-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size,revert);font-weight:var(--utrecht-heading-2-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-2-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-start, 0))}.utrecht-html h3{color:var(--utrecht-heading-3-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-3-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size,revert);font-weight:var(--utrecht-heading-3-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-3-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-start, 0))}.utrecht-html h3,.utrecht-html h4{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h4{color:var(--utrecht-heading-4-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-4-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size,revert);font-weight:var(--utrecht-heading-4-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-4-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-start, 0))}.utrecht-html h5{color:var(--utrecht-heading-5-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-5-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size,revert);font-weight:var(--utrecht-heading-5-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-5-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-start, 0))}.utrecht-html h5,.utrecht-html h6{--utrecht-space-around:1;break-inside:avoid-column;page-break-after:avoid;page-break-inside:avoid}.utrecht-html h6{color:var(--utrecht-heading-6-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-6-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size,revert);font-weight:var(--utrecht-heading-6-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-6-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-start, 0))}.utrecht-html hgroup{--utrecht-pre-heading-order:-1;--utrecht-space-around:1;display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-start, 0))}.utrecht-html hgroup>*{--utrecht-space-around:0}.utrecht-html a{--utrecht-icon-size:var(--utrecht-link-icon-size,1em);color:var(--_utrecht-link-state-color,var(--utrecht-link-color,var(--_utrecht-link-forced-colors-color)))}.utrecht-html a:visited{--_utrecht-link-forced-colors-color:visitedtext;--_utrecht-link-state-color:var(--utrecht-link-visited-color)}.utrecht-html a:hover{--_utrecht-link-forced-colors-color:linktext;--_utrecht-link-state-color:var(--utrecht-link-hover-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-hover-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-hover-text-decoration-thickness);text-decoration-skip:none;text-decoration-skip-ink:none}.utrecht-html a:active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-html a:focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-html a:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);z-index:var(--utrecht-stack-focus-z-index,1)}.utrecht-html a[href^=\"tel:\" i]{white-space:nowrap}.utrecht-html ol{--utrecht-space-around:1;box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit)));line-height:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit)));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));padding-inline-start:var(--utrecht-ordered-list-padding-inline-start,var(--utrecht-unordered-list-padding-inline-start,2ch));text-align:start}.utrecht-html ol>li{margin-block-end:var(--utrecht-ordered-list-item-margin-block-end,var(--utrecht-unordered-list-item-margin-block-end));margin-block-start:var(--utrecht-ordered-list-item-margin-block-start,var(--utrecht-unordered-list-item-margin-block-start));padding-inline-start:var(--utrecht-ordered-list-item-padding-inline-start,var(--utrecht-unordered-list-item-padding-inline-start,1ch))}.utrecht-html ol:lang(ar){list-style:arabic-indic}.utrecht-html p{color:var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-paragraph-font-family,var(--utrecht-document-font-family,inherit));font-size:var(--utrecht-paragraph-font-size,var(--utrecht-document-font-size,inherit));font-weight:var(--utrecht-paragraph-font-weight,inherit);line-height:var(--utrecht-paragraph-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-start, 0))}.utrecht-html *~p{--utrecht-space-around:1}.utrecht-html pre:has(>code:only-child){--utrecht-code-color:var(--utrecht-code-block-color,inherit);--utrecht-code-background-color:var(--utrecht-code-block-background-color,inherit);--utrecht-code-font-weight:var(--utrecht-code-block-font-weight,inherit);--utrecht-code-font-size:var(--utrecht-code-block-font-size,inherit);--utrecht-code-font-family:var(--utrecht-code-block-font-family,monospace);background-color:var(--utrecht-code-background-color);background-color:var(--utrecht-code-block-background-color);color:var(--utrecht-code-color);display:block;font-family:var(--utrecht-code-font-family,monospace),monospace;font-size:var(--utrecht-code-font-size,inherit);font-size:var(--utrecht-code-block-font-size,var(--utrecht-code-font-size,inherit));font-variant-ligatures:none;line-height:var(--utrecht-code-line-height);line-height:var(--utrecht-code-block-line-height,var(--utrecht-code-line-height));margin-block-end:var(--utrecht-code-block-margin-block-end);margin-block-start:var(--utrecht-code-block-margin-block-start);margin-inline-end:var(--utrecht-code-block-margin-inline-end);margin-inline-start:var(--utrecht-code-block-margin-inline-start);padding-block-end:var(--utrecht-code-block-padding-block-end);padding-block-start:var(--utrecht-code-block-padding-block-start);padding-inline-end:var(--utrecht-code-block-padding-inline-end);padding-inline-start:var(--utrecht-code-block-padding-inline-start);white-space:pre}.utrecht-html pre[hidden]:has(>code:only-child){display:none}.utrecht-html pre:has(>code:only-child)>code{display:contents}.utrecht-html input[type=radio i]{--_utrecht-radio-button-background-color:var(\n --_utrecht-radio-button-interactive-background-color,var(--_utrecht-radio-button-state-background-color,var(--utrecht-radio-button-background-color))\n );--_utrecht-radio-button-border-color:var(\n --_utrecht-radio-button-interactive-border-color,var(--_utrecht-radio-button-state-border-color,var(--utrecht-radio-button-border-color,currentColor))\n );--_utrecht-radio-button-border-width:var(\n --_utrecht-radio-button-interactive-border-width,var(--_utrecht-radio-button-state-border-width,var(--utrecht-radio-button-border-width))\n );--_utrecht-radio-button-color:var(\n --_utrecht-radio-button-interactive-color,var(--_utrecht-radio-button-state-color,var(--utrecht-radio-button-color,currentColor))\n );--_utrecht-radio-button-icon-size:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--_utrecht-radio-button-background-color);background-image:radial-gradient(circle,var(--_utrecht-radio-button-color,transparent) calc(var(--_utrecht-radio-button-icon-size, 50%) - 5%),var(--_utrecht-radio-button-background-color,currentColor) var(--_utrecht-radio-button-icon-size,50%));background-position:50%;background-repeat:no-repeat;background-size:contain;block-size:var(--utrecht-radio-button-size,1em);border-color:var(--_utrecht-radio-button-border-color);border-radius:50%;border-style:solid;border-width:var(--_utrecht-radio-button-border-width);cursor:var(--utrecht-action-activate-cursor,revert);inline-size:var(--utrecht-radio-button-size,1em);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-end:var(--utrecht-radio-button-margin-inline-end);margin-inline-start:0;min-block-size:24px;min-inline-size:24px;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:top}.utrecht-html input[type=radio i]:checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-html input[type=radio i]:disabled{--_utrecht-radio-button-background-color:var(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-color));--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html input[type=radio i]:invalid,.utrecht-html input[type=radio i][aria-invalid=true]{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-html input[type=radio i]:focus:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-html input[type=radio i]:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input[type=radio i]:hover:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-html input[type=radio i]:active:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}.utrecht-html select{background-color:var(--utrecht-select-background-color,var(--utrecht-form-control-background-color));border-block-end-width:var(--utrecht-select-border-block-end-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width)));border-block-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-color:var(--utrecht-select-border-color,var(--utrecht-form-control-border-color));border-inline-end-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-inline-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-radius:var(--utrecht-select-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;color:var(--utrecht-select-color,var(--utrecht-form-control-color));font-family:var(--utrecht-select-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-select-font-size,var(--utrecht-form-control-font-size));font-weight:var(--utrecht-select-font-size,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-select-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:var(--utrecht-select-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-select-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-select-padding-block-end,var(--utrecht-form-control-padding-block-end));padding-block-start:var(--utrecht-select-padding-block-start,var(--utrecht-form-control-padding-block-start));padding-inline-end:var(--utrecht-select-padding-inline-end,var(--utrecht-form-control-padding-inline-end));padding-inline-start:var(--utrecht-select-padding-inline-start,var(--utrecht-form-control-padding-inline-start))}.utrecht-html select:hover{background-color:var(--utrecht-select-hover-background-color,var(--utrecht-form-control-hover-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-hover-border-color,var(--utrecht-form-control-hover-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-hover-color,var(--utrecht-form-control-hover-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-html select:focus{background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-html select:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html select:disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html select[aria-invalid=true]{--_utrecht-select-border-width:var(\n --utrecht-select-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-select-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-select-border-width);border-block-end-width:var(--utrecht-select-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-select-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-select-border-width)))));border-color:var(--utrecht-select-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))))}.utrecht-html hr{--utrecht-space-around:1;border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-block-size) 0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-start, 0))}.utrecht-html table{--utrecht-space-around:1;border-collapse:separate;border-color:var(--utrecht-table-border-color,0);border-spacing:0;border-style:solid;border-width:var(--utrecht-table-border-width,0);font-family:var(--utrecht-table-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size,inherit);inline-size:100%;line-height:var(--utrecht-table-line-height,inherit);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-start, 0))}.utrecht-html caption{break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);page-break-after:avoid;text-align:var(--utrecht-table-caption-text-align,center)}.utrecht-html thead{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color,transparent);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);page-break-inside:avoid;text-transform:var(--utrecht-table-header-text-transform)}.utrecht-html tbody{--_utrecht-table-header-cell-z-index:2}.utrecht-html th{color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight,bold);text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align,top);z-index:var(--_utrecht-table-header-cell-z-index)}.utrecht-html td,.utrecht-html th{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start}.utrecht-html td,.utrecht-html th{border-block-end-color:var(--utrecht-table-row-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width,0);vertical-align:top}.utrecht-html td:first-child,.utrecht-html th:first-child{padding-inline-start:var(--utrecht-table-row-padding-inline-start,var(--utrecht-table-cell-padding-inline-start,0))}.utrecht-html td:last-child,.utrecht-html th:last-child{padding-inline-end:var(--utrecht-table-row-padding-inline-end,var(--utrecht-table-cell-padding-inline-end,0))}.utrecht-html thead tr:last-child th{border-block-end-color:var(--utrecht-table-header-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-border-block-end-width,0)}.utrecht-html td.numeric,.utrecht-html tfoot>tr>th.numeric,.utrecht-html th[scope=column].numeric,.utrecht-html thead>tr>th.numeric{--_utrecht-table-cell-text-align:right;text-align:var(--_utrecht-table-cell-text-align)}.utrecht-html td.numeric{font-variant-numeric:lining-nums tabular-nums}.utrecht-html table.alternate-row-color>tr:nth-child(2n)>td,.utrecht-html table.alternate-row-color>tr:nth-child(2n)>th{background-color:var(--utrecht-table-row-alternate-even-background-color,transparent);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-html table.alternate-row-color>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tr:nth-child(odd)>th{background-color:var(--utrecht-table-row-alternate-odd-background-color,transparent);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-html table.alternate-row-color>tbody>tr:nth-child(2n)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(2n)>th{background-color:var(--utrecht-table-row-alternate-even-background-color,transparent);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>td,.utrecht-html table.alternate-row-color>tbody>tr:nth-child(odd)>th{background-color:var(--utrecht-table-row-alternate-odd-background-color,transparent);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-html textarea{background-color:var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textarea-border-block-end-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textarea-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textarea-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textarea-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textarea-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:var(--utrecht-textarea-font-weight,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-textarea-line-height,initial);max-inline-size:var(--utrecht-textarea-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-textarea-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textarea-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textarea-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textarea-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textarea-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial));resize:vertical;resize:block}.utrecht-html textarea:focus{background-color:var(--utrecht-textarea-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html textarea:invalid,.utrecht-html textarea[aria-invalid=true]{--_utrecht-textarea-border-width:var(\n --utrecht-textarea-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textarea-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textarea-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textarea-border-width);border-block-end-width:var(--utrecht-textarea-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-textarea-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-textarea-border-width)))));border-color:var(--utrecht-textarea-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:read-only{background-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textarea-border,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-read-only-border,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textarea-border,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))))}.utrecht-html textarea:disabled{background-color:var(--utrecht-textarea-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textarea-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textarea-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textarea-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textarea-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html textarea::placeholder{color:var(--utrecht-textarea-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textarea-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-html input:not([type]),.utrecht-html input[type=date i],.utrecht-html input[type=datetime-local i],.utrecht-html input[type=email i],.utrecht-html input[type=month i],.utrecht-html input[type=number i],.utrecht-html input[type=password i],.utrecht-html input[type=search i],.utrecht-html input[type=tel i],.utrecht-html input[type=text i],.utrecht-html input[type=time i],.utrecht-html input[type=url i],.utrecht-html input[type=week i]{--_utrecht-textbox-value-char:0.667em + 0.334ch;--_utrecht-textbox-max-inline-size:calc(var(--utrecht-textbox-value-max-length)*var(--_utrecht-textbox-value-char) + var(--utrecht-textbox-padding-inline-end, var(--utrecht-form-control-padding-inline-end, 0)) + var(--utrecht-textbox-padding-inline-start, var(--utrecht-form-control-padding-inline-start, 0)) + var(--utrecht-textbox-border-width, var(--utrecht-form-control-border-width, 0)) + var(--utrecht-textbox-autocomplete-ui-size, 44px));background-color:var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color));block-size:auto;border-width:var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width));border-block-end-width:var(--utrecht-textbox-border-bottom-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width)));border-color:var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color));border-radius:var(--utrecht-textbox-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;box-sizing:border-box;color:var(--utrecht-textbox-color,var(--utrecht-form-control-color));font-family:var(--utrecht-textbox-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-textbox-font-size,var(--utrecht-form-control-font-size,inherit));font-weight:var(--utrecht-textbox-font-weight,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-textbox-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:min(var(--_utrecht-textbox-max-inline-size,100%),var(--utrecht-textbox-max-inline-size,var(--utrecht-form-control-max-inline-size)));min-block-size:var(--utrecht-pointer-target-min-size,44px);min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-textbox-padding-block-end,var(--utrecht-form-control-padding-block-end,0));padding-block-start:var(--utrecht-textbox-padding-block-start,var(--utrecht-form-control-padding-block-start,0));padding-inline-end:var(--utrecht-textbox-padding-inline-end,var(--utrecht-form-control-padding-inline-end,initial));padding-inline-start:var(--utrecht-textbox-padding-inline-start,var(--utrecht-form-control-padding-inline-start,initial))}.utrecht-html input:not([type]):focus,.utrecht-html input[type=date i]:focus,.utrecht-html input[type=datetime-local i]:focus,.utrecht-html input[type=email i]:focus,.utrecht-html input[type=month i]:focus,.utrecht-html input[type=number i]:focus,.utrecht-html input[type=password i]:focus,.utrecht-html input[type=search i]:focus,.utrecht-html input[type=tel i]:focus,.utrecht-html input[type=text i]:focus,.utrecht-html input[type=time i]:focus,.utrecht-html input[type=url i]:focus,.utrecht-html input[type=week i]:focus{background-color:var(--utrecht-textbox-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):focus-visible,.utrecht-html input[type=date i]:focus-visible,.utrecht-html input[type=datetime-local i]:focus-visible,.utrecht-html input[type=email i]:focus-visible,.utrecht-html input[type=month i]:focus-visible,.utrecht-html input[type=number i]:focus-visible,.utrecht-html input[type=password i]:focus-visible,.utrecht-html input[type=search i]:focus-visible,.utrecht-html input[type=tel i]:focus-visible,.utrecht-html input[type=text i]:focus-visible,.utrecht-html input[type=time i]:focus-visible,.utrecht-html input[type=url i]:focus-visible,.utrecht-html input[type=week i]:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-html input:not([type]):invalid,.utrecht-html input:not([type])[aria-invalid=true],.utrecht-html input[type=date i]:invalid,.utrecht-html input[type=date i][aria-invalid=true],.utrecht-html input[type=datetime-local i]:invalid,.utrecht-html input[type=datetime-local i][aria-invalid=true],.utrecht-html input[type=email i]:invalid,.utrecht-html input[type=email i][aria-invalid=true],.utrecht-html input[type=month i]:invalid,.utrecht-html input[type=month i][aria-invalid=true],.utrecht-html input[type=number i]:invalid,.utrecht-html input[type=number i][aria-invalid=true],.utrecht-html input[type=password i]:invalid,.utrecht-html input[type=password i][aria-invalid=true],.utrecht-html input[type=search i]:invalid,.utrecht-html input[type=search i][aria-invalid=true],.utrecht-html input[type=tel i]:invalid,.utrecht-html input[type=tel i][aria-invalid=true],.utrecht-html input[type=text i]:invalid,.utrecht-html input[type=text i][aria-invalid=true],.utrecht-html input[type=time i]:invalid,.utrecht-html input[type=time i][aria-invalid=true],.utrecht-html input[type=url i]:invalid,.utrecht-html input[type=url i][aria-invalid=true],.utrecht-html input[type=week i]:invalid,.utrecht-html input[type=week i][aria-invalid=true]{--_utrecht-textbox-border-width:var(\n --utrecht-textbox-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-textbox-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-textbox-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-textbox-border-width);border-block-end-width:var(--utrecht-textbox-invalid-border-bottom-width,var(--utrecht-form-control-invalid-border-bottom-width,var(--utrecht-textbox-border-bottom-width,var(--utrecht-form-control-border-bottom-width,var(--_utrecht-textbox-border-width)))));border-color:var(--utrecht-textbox-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-invalid-color,var(--utrecht-form-control-invalid-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):read-only,.utrecht-html input[type=date i]:read-only,.utrecht-html input[type=datetime-local i]:read-only,.utrecht-html input[type=email i]:read-only,.utrecht-html input[type=month i]:read-only,.utrecht-html input[type=number i]:read-only,.utrecht-html input[type=password i]:read-only,.utrecht-html input[type=search i]:read-only,.utrecht-html input[type=tel i]:read-only,.utrecht-html input[type=text i]:read-only,.utrecht-html input[type=time i]:read-only,.utrecht-html input[type=url i]:read-only,.utrecht-html input[type=week i]:read-only{background-color:var(--utrecht-textbox-read-only-background-color,var(--utrecht-form-control-read-only-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-read-only-border-color,var(--utrecht-form-control-read-only-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-read-only-color,var(--utrecht-form-control-read-only-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))))}.utrecht-html input:not([type]):disabled,.utrecht-html input[type=date i]:disabled,.utrecht-html input[type=datetime-local i]:disabled,.utrecht-html input[type=email i]:disabled,.utrecht-html input[type=month i]:disabled,.utrecht-html input[type=number i]:disabled,.utrecht-html input[type=password i]:disabled,.utrecht-html input[type=search i]:disabled,.utrecht-html input[type=tel i]:disabled,.utrecht-html input[type=text i]:disabled,.utrecht-html input[type=time i]:disabled,.utrecht-html input[type=url i]:disabled,.utrecht-html input[type=week i]:disabled{background-color:var(--utrecht-textbox-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-textbox-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-textbox-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-textbox-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-textbox-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-html input:not([type])::placeholder,.utrecht-html input[type=date i]::placeholder,.utrecht-html input[type=datetime-local i]::placeholder,.utrecht-html input[type=email i]::placeholder,.utrecht-html input[type=month i]::placeholder,.utrecht-html input[type=number i]::placeholder,.utrecht-html input[type=password i]::placeholder,.utrecht-html input[type=search i]::placeholder,.utrecht-html input[type=tel i]::placeholder,.utrecht-html input[type=text i]::placeholder,.utrecht-html input[type=time i]::placeholder,.utrecht-html input[type=url i]::placeholder,.utrecht-html input[type=week i]::placeholder{color:var(--utrecht-textbox-placeholder-color,var(--utrecht-form-control-placeholder-color,var(--utrecht-textbox-color,var(--utrecht-form-control-color))));font-style:var(--utrecht-form-control-placeholder-font-style);opacity:100%}.utrecht-html input[autocomplete~=current-password i],.utrecht-html input[autocomplete~=new-password i],.utrecht-html input[type=password i]{font-variant-ligatures:none;font-variant-numeric:slashed-zero}.utrecht-html input[autocomplete~=bday i],.utrecht-html input[autocomplete~=bday-day i],.utrecht-html input[autocomplete~=bday-month i],.utrecht-html input[autocomplete~=bday-year i],.utrecht-html input[autocomplete~=cc-csc i],.utrecht-html input[autocomplete~=cc-exp i],.utrecht-html input[autocomplete~=cc-exp-month i],.utrecht-html input[autocomplete~=cc-exp-year i],.utrecht-html input[autocomplete~=cc-number i],.utrecht-html input[autocomplete~=one-time-code i],.utrecht-html input[autocomplete~=postal-code i],.utrecht-html input[autocomplete~=tel i],.utrecht-html input[autocomplete~=tel-area-code i],.utrecht-html input[autocomplete~=tel-country-code i],.utrecht-html input[autocomplete~=tel-extension i],.utrecht-html input[autocomplete~=tel-local i],.utrecht-html input[autocomplete~=tel-national i],.utrecht-html input[autocomplete~=transaction-amount i],.utrecht-html input[inputmode=decimal i],.utrecht-html input[inputmode=numeric i],.utrecht-html input[inputmode=tel i],.utrecht-html input[type=number i],.utrecht-html input[type=tel i]{-moz-appearance:textfield;font-variant-numeric:lining-nums tabular-nums}.utrecht-html input[inputmode=email i],.utrecht-html input[inputmode=url i],.utrecht-html input[type=email i],.utrecht-html input[type=url i]{font-variant-ligatures:none}.utrecht-html ul{--utrecht-space-around:1;box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit));line-height:var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));padding-inline-start:var(--utrecht-unordered-list-padding-inline-start,2ch);text-align:start}.utrecht-html ul>li{margin-block-end:var(--utrecht-unordered-list-item-margin-block-end);margin-block-start:var(--utrecht-unordered-list-item-margin-block-start);padding-inline-start:var(--utrecht-unordered-list-item-padding-inline-start,1ch)}.utrecht-html ul>li::marker{color:var(--utrecht-unordered-list-marker-color);content:\"●\"}";
1428
+ styleInject(css_248z$I);
2358
1429
 
2359
- var _excluded$U = ["children", "className"];
2360
- function ownKeys$V(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2361
- function _objectSpread$V(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$V(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$V(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1430
+ var _excluded$S = ["children", "className"];
1431
+ function ownKeys$T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1432
+ function _objectSpread$T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$T(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2362
1433
  var HTMLContent = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2363
1434
  var children = _ref.children,
2364
1435
  className = _ref.className,
2365
- restProps = _objectWithoutProperties(_ref, _excluded$U);
2366
- return jsxRuntime.jsx("div", _objectSpread$V(_objectSpread$V({}, restProps), {}, {
1436
+ restProps = _objectWithoutProperties(_ref, _excluded$S);
1437
+ return jsxRuntime.jsx("div", _objectSpread$T(_objectSpread$T({}, restProps), {}, {
2367
1438
  ref: ref,
2368
1439
  className: clsx('utrecht-html', className),
2369
1440
  children: children
@@ -2371,32 +1442,32 @@ var HTMLContent = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2371
1442
  });
2372
1443
  HTMLContent.displayName = 'HTMLContent';
2373
1444
 
2374
- var css_248z$K = ".utrecht-heading-1{break-inside:avoid-column;color:var(--utrecht-heading-1-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-1-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size,revert);font-weight:var(--utrecht-heading-1-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-1-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-1--distanced{--utrecht-space-around:1}";
2375
- styleInject$a(css_248z$K);
1445
+ var css_248z$H = ".utrecht-heading-1{break-inside:avoid-column;color:var(--utrecht-heading-1-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-1-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-1-font-size,revert);font-weight:var(--utrecht-heading-1-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-1-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-1-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-1--distanced{--utrecht-space-around:1}";
1446
+ styleInject(css_248z$H);
2376
1447
 
2377
- var css_248z$J = ".utrecht-heading-2{break-inside:avoid-column;color:var(--utrecht-heading-2-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-2-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size,revert);font-weight:var(--utrecht-heading-2-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-2-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-2--distanced{--utrecht-space-around:1}";
2378
- styleInject$a(css_248z$J);
1448
+ var css_248z$G = ".utrecht-heading-2{break-inside:avoid-column;color:var(--utrecht-heading-2-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-2-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-2-font-size,revert);font-weight:var(--utrecht-heading-2-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-2-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-2-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-2--distanced{--utrecht-space-around:1}";
1449
+ styleInject(css_248z$G);
2379
1450
 
2380
- var css_248z$I = ".utrecht-heading-3{break-inside:avoid-column;color:var(--utrecht-heading-3-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-3-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size,revert);font-weight:var(--utrecht-heading-3-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-3-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-3--distanced{--utrecht-space-around:1}";
2381
- styleInject$a(css_248z$I);
1451
+ var css_248z$F = ".utrecht-heading-3{break-inside:avoid-column;color:var(--utrecht-heading-3-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-3-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-3-font-size,revert);font-weight:var(--utrecht-heading-3-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-3-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-3-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-3--distanced{--utrecht-space-around:1}";
1452
+ styleInject(css_248z$F);
2382
1453
 
2383
- var css_248z$H = ".utrecht-heading-4{break-inside:avoid-column;color:var(--utrecht-heading-4-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-4-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size,revert);font-weight:var(--utrecht-heading-4-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-4-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-4--distanced{--utrecht-space-around:1}";
2384
- styleInject$a(css_248z$H);
1454
+ var css_248z$E = ".utrecht-heading-4{break-inside:avoid-column;color:var(--utrecht-heading-4-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-4-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-4-font-size,revert);font-weight:var(--utrecht-heading-4-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-4-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-4-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-4--distanced{--utrecht-space-around:1}";
1455
+ styleInject(css_248z$E);
2385
1456
 
2386
- var css_248z$G = ".utrecht-heading-5{break-inside:avoid-column;color:var(--utrecht-heading-5-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-5-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size,revert);font-weight:var(--utrecht-heading-5-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-5-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-5--distanced{--utrecht-space-around:1}";
2387
- styleInject$a(css_248z$G);
1457
+ var css_248z$D = ".utrecht-heading-5{break-inside:avoid-column;color:var(--utrecht-heading-5-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-5-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-5-font-size,revert);font-weight:var(--utrecht-heading-5-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-5-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-5-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-5--distanced{--utrecht-space-around:1}";
1458
+ styleInject(css_248z$D);
2388
1459
 
2389
- var css_248z$F = ".utrecht-heading-6{break-inside:avoid-column;color:var(--utrecht-heading-6-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-6-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size,revert);font-weight:var(--utrecht-heading-6-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-6-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-6--distanced{--utrecht-space-around:1}";
2390
- styleInject$a(css_248z$F);
1460
+ var css_248z$C = ".utrecht-heading-6{break-inside:avoid-column;color:var(--utrecht-heading-6-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-heading-6-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-heading-6-font-size,revert);font-weight:var(--utrecht-heading-6-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-heading-6-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-6-margin-block-start, 0));page-break-after:avoid;page-break-inside:avoid}.utrecht-heading-6--distanced{--utrecht-space-around:1}";
1461
+ styleInject(css_248z$C);
2391
1462
 
2392
- var _excluded$T = ["children", "className"];
2393
- function ownKeys$U(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2394
- function _objectSpread$U(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$U(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$U(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1463
+ var _excluded$R = ["children", "className"];
1464
+ function ownKeys$S(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1465
+ function _objectSpread$S(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$S(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$S(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2395
1466
  var Heading1 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2396
1467
  var children = _ref.children,
2397
1468
  className = _ref.className,
2398
- restProps = _objectWithoutProperties(_ref, _excluded$T);
2399
- return jsxRuntime.jsx("h1", _objectSpread$U(_objectSpread$U({}, restProps), {}, {
1469
+ restProps = _objectWithoutProperties(_ref, _excluded$R);
1470
+ return jsxRuntime.jsx("h1", _objectSpread$S(_objectSpread$S({}, restProps), {}, {
2400
1471
  ref: ref,
2401
1472
  className: clsx('utrecht-heading-1', className),
2402
1473
  children: children
@@ -2404,14 +1475,14 @@ var Heading1 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2404
1475
  });
2405
1476
  Heading1.displayName = 'Heading1';
2406
1477
 
2407
- var _excluded$S = ["children", "className"];
2408
- function ownKeys$T(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2409
- function _objectSpread$T(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$T(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$T(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1478
+ var _excluded$Q = ["children", "className"];
1479
+ function ownKeys$R(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1480
+ function _objectSpread$R(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$R(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$R(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2410
1481
  var Heading2 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2411
1482
  var children = _ref.children,
2412
1483
  className = _ref.className,
2413
- restProps = _objectWithoutProperties(_ref, _excluded$S);
2414
- return jsxRuntime.jsx("h2", _objectSpread$T(_objectSpread$T({}, restProps), {}, {
1484
+ restProps = _objectWithoutProperties(_ref, _excluded$Q);
1485
+ return jsxRuntime.jsx("h2", _objectSpread$R(_objectSpread$R({}, restProps), {}, {
2415
1486
  ref: ref,
2416
1487
  className: clsx('utrecht-heading-2', className),
2417
1488
  children: children
@@ -2419,14 +1490,14 @@ var Heading2 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2419
1490
  });
2420
1491
  Heading2.displayName = 'Heading2';
2421
1492
 
2422
- var _excluded$R = ["children", "className"];
2423
- function ownKeys$S(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2424
- function _objectSpread$S(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$S(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$S(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1493
+ var _excluded$P = ["children", "className"];
1494
+ function ownKeys$Q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1495
+ function _objectSpread$Q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2425
1496
  var Heading3 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2426
1497
  var children = _ref.children,
2427
1498
  className = _ref.className,
2428
- restProps = _objectWithoutProperties(_ref, _excluded$R);
2429
- return jsxRuntime.jsx("h3", _objectSpread$S(_objectSpread$S({}, restProps), {}, {
1499
+ restProps = _objectWithoutProperties(_ref, _excluded$P);
1500
+ return jsxRuntime.jsx("h3", _objectSpread$Q(_objectSpread$Q({}, restProps), {}, {
2430
1501
  ref: ref,
2431
1502
  className: clsx('utrecht-heading-3', className),
2432
1503
  children: children
@@ -2434,14 +1505,14 @@ var Heading3 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2434
1505
  });
2435
1506
  Heading3.displayName = 'Heading3';
2436
1507
 
2437
- var _excluded$Q = ["children", "className"];
2438
- function ownKeys$R(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2439
- function _objectSpread$R(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$R(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$R(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1508
+ var _excluded$O = ["children", "className"];
1509
+ function ownKeys$P(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1510
+ function _objectSpread$P(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$P(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$P(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2440
1511
  var Heading4 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2441
1512
  var children = _ref.children,
2442
1513
  className = _ref.className,
2443
- restProps = _objectWithoutProperties(_ref, _excluded$Q);
2444
- return jsxRuntime.jsx("h4", _objectSpread$R(_objectSpread$R({}, restProps), {}, {
1514
+ restProps = _objectWithoutProperties(_ref, _excluded$O);
1515
+ return jsxRuntime.jsx("h4", _objectSpread$P(_objectSpread$P({}, restProps), {}, {
2445
1516
  ref: ref,
2446
1517
  className: clsx('utrecht-heading-4', className),
2447
1518
  children: children
@@ -2449,14 +1520,14 @@ var Heading4 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2449
1520
  });
2450
1521
  Heading4.displayName = 'Heading4';
2451
1522
 
2452
- var _excluded$P = ["children", "className"];
2453
- function ownKeys$Q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2454
- function _objectSpread$Q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$Q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$Q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1523
+ var _excluded$N = ["children", "className"];
1524
+ function ownKeys$O(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1525
+ function _objectSpread$O(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$O(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$O(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2455
1526
  var Heading5 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2456
1527
  var children = _ref.children,
2457
1528
  className = _ref.className,
2458
- restProps = _objectWithoutProperties(_ref, _excluded$P);
2459
- return jsxRuntime.jsx("h5", _objectSpread$Q(_objectSpread$Q({}, restProps), {}, {
1529
+ restProps = _objectWithoutProperties(_ref, _excluded$N);
1530
+ return jsxRuntime.jsx("h5", _objectSpread$O(_objectSpread$O({}, restProps), {}, {
2460
1531
  ref: ref,
2461
1532
  className: clsx('utrecht-heading-5', className),
2462
1533
  children: children
@@ -2464,14 +1535,14 @@ var Heading5 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2464
1535
  });
2465
1536
  Heading5.displayName = 'Heading5';
2466
1537
 
2467
- var _excluded$O = ["children", "className"];
2468
- function ownKeys$P(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2469
- function _objectSpread$P(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$P(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$P(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1538
+ var _excluded$M = ["children", "className"];
1539
+ function ownKeys$N(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1540
+ function _objectSpread$N(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$N(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$N(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2470
1541
  var Heading6 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2471
1542
  var children = _ref.children,
2472
1543
  className = _ref.className,
2473
- restProps = _objectWithoutProperties(_ref, _excluded$O);
2474
- return jsxRuntime.jsx("h6", _objectSpread$P(_objectSpread$P({}, restProps), {}, {
1544
+ restProps = _objectWithoutProperties(_ref, _excluded$M);
1545
+ return jsxRuntime.jsx("h6", _objectSpread$N(_objectSpread$N({}, restProps), {}, {
2475
1546
  ref: ref,
2476
1547
  className: clsx('utrecht-heading-6', className),
2477
1548
  children: children
@@ -2479,17 +1550,17 @@ var Heading6 = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2479
1550
  });
2480
1551
  Heading6.displayName = 'Heading6';
2481
1552
 
2482
- var css_248z$E = ".utrecht-heading-group{--utrecht-pre-heading-order:-1;display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-start, 0))}.utrecht-heading-group>*{--utrecht-space-around:0}";
2483
- styleInject$a(css_248z$E);
1553
+ var css_248z$B = ".utrecht-heading-group{--utrecht-pre-heading-order:-1;display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-heading-group-margin-block-start, 0))}.utrecht-heading-group>*{--utrecht-space-around:0}";
1554
+ styleInject(css_248z$B);
2484
1555
 
2485
- var _excluded$N = ["children", "className"];
2486
- function ownKeys$O(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2487
- function _objectSpread$O(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$O(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$O(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1556
+ var _excluded$L = ["children", "className"];
1557
+ function ownKeys$M(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1558
+ function _objectSpread$M(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$M(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$M(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2488
1559
  var HeadingGroup = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2489
1560
  var children = _ref.children,
2490
1561
  className = _ref.className,
2491
- restProps = _objectWithoutProperties(_ref, _excluded$N);
2492
- return jsxRuntime.jsx("hgroup", _objectSpread$O(_objectSpread$O({}, restProps), {}, {
1562
+ restProps = _objectWithoutProperties(_ref, _excluded$L);
1563
+ return jsxRuntime.jsx("hgroup", _objectSpread$M(_objectSpread$M({}, restProps), {}, {
2493
1564
  ref: ref,
2494
1565
  className: clsx('utrecht-heading-group', className),
2495
1566
  children: children
@@ -2497,12 +1568,12 @@ var HeadingGroup = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2497
1568
  });
2498
1569
  HeadingGroup.displayName = 'HeadingGroup';
2499
1570
 
2500
- var css_248z$D = ".utrecht-iban-data{font-variant-numeric:lining-nums slashed-zero tabular-nums;white-space:nowrap}";
2501
- styleInject$a(css_248z$D);
1571
+ var css_248z$A = ".utrecht-iban-data{font-variant-numeric:lining-nums slashed-zero tabular-nums;white-space:nowrap}";
1572
+ styleInject(css_248z$A);
2502
1573
 
2503
- var _excluded$M = ["children", "value", "className"];
2504
- function ownKeys$N(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2505
- function _objectSpread$N(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$N(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$N(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1574
+ var _excluded$K = ["children", "value", "className"];
1575
+ function ownKeys$L(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1576
+ function _objectSpread$L(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$L(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$L(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2506
1577
  /* Exported only for unit tests, not part of the public API */
2507
1578
  var normalizeIBAN = function normalizeIBAN(iban) {
2508
1579
  return iban
@@ -2519,10 +1590,10 @@ var IBANData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2519
1590
  var children = _ref.children,
2520
1591
  value = _ref.value,
2521
1592
  className = _ref.className,
2522
- restProps = _objectWithoutProperties(_ref, _excluded$M);
1593
+ restProps = _objectWithoutProperties(_ref, _excluded$K);
2523
1594
  var normalized = normalizeIBAN(value);
2524
1595
  var formatted = formatIBAN(normalized);
2525
- return jsxRuntime.jsx("data", _objectSpread$N(_objectSpread$N({}, restProps), {}, {
1596
+ return jsxRuntime.jsx("data", _objectSpread$L(_objectSpread$L({}, restProps), {}, {
2526
1597
  ref: ref,
2527
1598
  value: normalized,
2528
1599
  className: clsx('utrecht-iban-data', className),
@@ -2532,19 +1603,19 @@ var IBANData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2532
1603
  });
2533
1604
  IBANData.displayName = 'IBANData';
2534
1605
 
2535
- var css_248z$C = ".utrecht-icon{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start,0);position:relative}.utrecht-icon svg{height:100%;pointer-events:none;width:100%}";
2536
- styleInject$a(css_248z$C);
1606
+ var css_248z$z = ".utrecht-icon{block-size:var(--utrecht-icon-size);color:var(--utrecht-icon-color);display:inline-block;font-size:var(--utrecht-icon-size);inline-size:var(--utrecht-icon-size);inset-block-start:var(--utrecht-icon-inset-block-start,0);position:relative}.utrecht-icon svg{height:100%;pointer-events:none;width:100%}";
1607
+ styleInject(css_248z$z);
2537
1608
 
2538
- var _excluded$L = ["children", "className", "role"];
2539
- function ownKeys$M(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2540
- function _objectSpread$M(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$M(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$M(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1609
+ var _excluded$J = ["children", "className", "role"];
1610
+ function ownKeys$K(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1611
+ function _objectSpread$K(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$K(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$K(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2541
1612
  var Icon = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2542
1613
  var children = _ref.children,
2543
1614
  className = _ref.className,
2544
1615
  _ref$role = _ref.role,
2545
1616
  role = _ref$role === void 0 ? 'presentation' : _ref$role,
2546
- restProps = _objectWithoutProperties(_ref, _excluded$L);
2547
- return jsxRuntime.jsx("span", _objectSpread$M(_objectSpread$M({
1617
+ restProps = _objectWithoutProperties(_ref, _excluded$J);
1618
+ return jsxRuntime.jsx("span", _objectSpread$K(_objectSpread$K({
2548
1619
  ref: ref,
2549
1620
  className: clsx('utrecht-icon', className),
2550
1621
  role: role,
@@ -2555,19 +1626,19 @@ var Icon = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2555
1626
  });
2556
1627
  Icon.displayName = 'Icon';
2557
1628
 
2558
- var css_248z$B = ".utrecht-index-char-nav{--utrecht-button-padding-inline-start:1ch;--utrecht-button-padding-inline-end:1ch;display:flex;flex-wrap:wrap;gap:var(--utrecht-index-char-nav-gap);margin-block-end:var(--utrecht-index-char-nav-margin-block-end);margin-block-start:var(--utrecht-index-char-nav-margin-block-start)}.utrecht-index-char-nav__link--current{--utrecht-button-primary-action-font-weight:var(--utrecht-index-char-nav-link-current-font-weight);--utrecht-button-link-primary-action-font-weight:var(--utrecht-index-char-nav-link-current-font-weight)}.utrecht-index-char-nav__link--disabled{pointer-events:none}";
2559
- styleInject$a(css_248z$B);
1629
+ var css_248z$y = ".utrecht-index-char-nav{--utrecht-button-padding-inline-start:1ch;--utrecht-button-padding-inline-end:1ch;display:flex;flex-wrap:wrap;gap:var(--utrecht-index-char-nav-gap);margin-block-end:var(--utrecht-index-char-nav-margin-block-end);margin-block-start:var(--utrecht-index-char-nav-margin-block-start)}.utrecht-index-char-nav__link--current{--utrecht-button-primary-action-font-weight:var(--utrecht-index-char-nav-link-current-font-weight);--utrecht-button-link-primary-action-font-weight:var(--utrecht-index-char-nav-link-current-font-weight)}.utrecht-index-char-nav__link--disabled{pointer-events:none}";
1630
+ styleInject(css_248z$y);
2560
1631
 
2561
- var _excluded$K = ["component", "currentChar", "characters", "onLinkClick", "Link"];
2562
- function ownKeys$L(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2563
- function _objectSpread$L(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$L(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$L(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1632
+ var _excluded$I = ["component", "currentChar", "characters", "onLinkClick", "Link"];
1633
+ function ownKeys$J(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1634
+ function _objectSpread$J(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$J(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$J(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2564
1635
  var IndexCharNav = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2565
1636
  var component = _ref.component,
2566
1637
  currentChar = _ref.currentChar,
2567
1638
  characters = _ref.characters,
2568
1639
  onLinkClick = _ref.onLinkClick,
2569
1640
  Link = _ref.Link,
2570
- restProps = _objectWithoutProperties(_ref, _excluded$K);
1641
+ restProps = _objectWithoutProperties(_ref, _excluded$I);
2571
1642
  var LinkComponent = Link ? Link : ButtonLink;
2572
1643
  var links = [];
2573
1644
  if (component === 'button') {
@@ -2575,7 +1646,7 @@ var IndexCharNav = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2575
1646
  var _char = _ref2["char"],
2576
1647
  disabled = _ref2.disabled;
2577
1648
  var current = currentChar === _char;
2578
- return /*#__PURE__*/react.createElement(Button, _objectSpread$L(_objectSpread$L({}, restProps), {}, {
1649
+ return /*#__PURE__*/react.createElement(buttonReact.Button, _objectSpread$J(_objectSpread$J({}, restProps), {}, {
2579
1650
  className: clsx({
2580
1651
  'utrecht-index-char-nav__link--current': current
2581
1652
  }),
@@ -2605,7 +1676,7 @@ var IndexCharNav = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2605
1676
  'utrecht-index-char-nav__link--disabled': disabled,
2606
1677
  'utrecht-button-link--placeholder': disabled
2607
1678
  });
2608
- return jsxRuntime.jsx(LinkComponent, _objectSpread$L(_objectSpread$L({
1679
+ return jsxRuntime.jsx(LinkComponent, _objectSpread$J(_objectSpread$J({
2609
1680
  ref: ref,
2610
1681
  appearance: Link ? undefined : current ? 'primary-action-button' : 'secondary-action-button',
2611
1682
  href: href,
@@ -2635,17 +1706,17 @@ var IndexCharNav = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2635
1706
  });
2636
1707
  IndexCharNav.displayName = 'IndexCharNav';
2637
1708
 
2638
- var css_248z$A = ".utrecht-img:not(img[height]){height:auto}.utrecht-img:not(img[width]){width:auto}.utrecht-img--photo,.utrecht-img--scale-down{max-height:100%;max-width:100%}";
2639
- styleInject$a(css_248z$A);
1709
+ var css_248z$x = ".utrecht-img:not(img[height]){height:auto}.utrecht-img:not(img[width]){width:auto}.utrecht-img--photo,.utrecht-img--scale-down{max-height:100%;max-width:100%}";
1710
+ styleInject(css_248z$x);
2640
1711
 
2641
- var _excluded$J = ["className", "photo"];
2642
- function ownKeys$K(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2643
- function _objectSpread$K(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$K(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$K(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1712
+ var _excluded$H = ["className", "photo"];
1713
+ function ownKeys$I(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1714
+ function _objectSpread$I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$I(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2644
1715
  var Image = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2645
1716
  var className = _ref.className,
2646
1717
  photo = _ref.photo,
2647
- restProps = _objectWithoutProperties(_ref, _excluded$J);
2648
- return jsxRuntime.jsx("img", _objectSpread$K(_objectSpread$K({}, restProps), {}, {
1718
+ restProps = _objectWithoutProperties(_ref, _excluded$H);
1719
+ return jsxRuntime.jsx("img", _objectSpread$I(_objectSpread$I({}, restProps), {}, {
2649
1720
  ref: ref,
2650
1721
  className: clsx('utrecht-img', {
2651
1722
  'utrecht-img--photo': photo
@@ -2654,15 +1725,12 @@ var Image = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2654
1725
  });
2655
1726
  Image.displayName = 'Image';
2656
1727
 
2657
- var css_248z$z = ".utrecht-link{--utrecht-icon-size:var(--utrecht-link-icon-size,1em);color:var(--_utrecht-link-state-color,var(--utrecht-link-color,var(--_utrecht-link-forced-colors-color)))}.utrecht-link:any-link{--_utrecht-link-forced-colors-color:linktext;text-decoration-color:var(--_utrecht-link-state-text-decoration-color,var(--utrecht-link-text-decoration-color,currentColor));text-decoration-line:var(--_utrecht-link-state-text-decoration,var(--utrecht-link-text-decoration,underline));text-decoration-skip-ink:all;text-decoration-thickness:max(var(--_utrecht-link-state-text-decoration-thickness,var(--utrecht-link-text-decoration-thickness)),1px);text-underline-offset:var(--utrecht-link-text-underline-offset)}.utrecht-link--visited{--_utrecht-link-forced-colors-color:visitedtext;--_utrecht-link-state-color:var(--utrecht-link-visited-color)}.utrecht-link--hover,.utrecht-link--html-a:any-link:hover{--_utrecht-link-forced-colors-color:linktext;--_utrecht-link-state-color:var(--utrecht-link-hover-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-hover-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-hover-text-decoration-thickness);text-decoration-skip:none;text-decoration-skip-ink:none}.utrecht-link--focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-link--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);z-index:var(--utrecht-stack-focus-z-index,1)}.utrecht-link--html-a:focus-visible,.utrecht-link--html-span:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);z-index:var(--utrecht-stack-focus-z-index,1)}.utrecht-link--html-a:any-link:focus,.utrecht-link--html-span:focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-link--active,.utrecht-link--html-a:any-link:active,.utrecht-link--html-span:active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link--telephone{white-space:nowrap}.utrecht-link--current{cursor:var(--utrecht-action-inert-cursor,normal);font-weight:var(--utrecht-link-current-font-weight)}.utrecht-link--box-content:any-link{color:unset;display:inline-block;text-decoration-line:unset;text-decoration-skip-ink:unset;text-decoration-thickness:unset;text-underline-offset:unset}.utrecht-link--placeholder{--_utrecht-link-forced-colors-color:GrayText;--_utrecht-link-state-color:var(--utrecht-link-placeholder-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed);font-weight:var(--utrecht-link-placeholder-font-weight);text-decoration-line:none}.utrecht-link--forced-colors{--utrecht-focus-outline-color:Highlight;--utrecht-focus-inverse-outline-color:HighlightText;--utrecht-link-color:linktext;--utrecht-link-hover-color:linktext;--utrecht-link-focus-color:linktext;--utrecht-link-active-color:activetext;--utrecht-link-visited-color:visitedtext;--utrecht-link-placeholder-color:GrayText}";
2658
- styleInject$a(css_248z$z);
2659
-
2660
- var css_248z$y = ".utrecht-link-button{--utrecht-icon-size:var(--utrecht-link-icon-size,1em);--_utrecht-link-forced-colors-color:linktext;--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;color:var(--_utrecht-link-state-color,var(--utrecht-link-color,var(--_utrecht-link-forced-colors-color)));cursor:pointer;display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-button-font-size,var(--utrecht-document-font-family));font-weight:var(--utrecht-button-font-weight);gap:var(--utrecht-button-icon-gap);inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:inherit;min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);text-decoration-color:var(--_utrecht-link-state-text-decoration-color,var(--utrecht-link-text-decoration-color,currentColor));text-decoration-line:var(--_utrecht-link-state-text-decoration,var(--utrecht-link-text-decoration,underline));text-decoration-skip-ink:all;text-decoration-thickness:max(var(--_utrecht-link-state-text-decoration-thickness,var(--utrecht-link-text-decoration-thickness)),1px);text-transform:var(--utrecht-button-text-transform);text-underline-offset:var(--utrecht-link-text-underline-offset);-webkit-user-select:none;user-select:none}.utrecht-link-button--hover,.utrecht-link-button--html-button:not(:disabled):hover{--_utrecht-link-forced-colors-color:linktext;--_utrecht-link-state-color:var(--utrecht-link-hover-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-hover-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-hover-text-decoration-thickness);text-decoration-skip:none;text-decoration-skip-ink:none}.utrecht-link-button--disabled{--_utrecht-link-forced-colors-color:GrayText;--_utrecht-link-state-color:var(--utrecht-link-placeholder-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed);font-weight:var(--utrecht-link-placeholder-font-weight);text-decoration-line:none}.utrecht-link-button--focus,.utrecht-link-button--html-button:not(:disabled):focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-link-button--focus-visible,.utrecht-link-button--html-button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);z-index:var(--utrecht-stack-focus-z-index,1)}.utrecht-link-button--active,.utrecht-link-button--html-button:not(:disabled):active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link-button--inline{--utrecht-icon-inset-block-start:var(--utrecht-icon-baseline-inset-block-start);min-block-size:auto;min-inline-size:auto;padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0}.utrecht-link-button--pressed{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link-button--html-button{background-color:transparent;border-width:0}";
2661
- styleInject$a(css_248z$y);
1728
+ var css_248z$w = ".utrecht-link-button{--utrecht-icon-size:var(--utrecht-link-icon-size,1em);--_utrecht-link-forced-colors-color:linktext;--utrecht-icon-size:var(--utrecht-button-icon-size,1em);align-items:center;color:var(--_utrecht-link-state-color,var(--utrecht-link-color,var(--_utrecht-link-forced-colors-color)));cursor:pointer;display:inline-flex;font-family:var(--utrecht-button-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-button-font-size,var(--utrecht-document-font-family));font-weight:var(--utrecht-button-font-weight);gap:var(--utrecht-button-icon-gap);inline-size:var(--utrecht-button-inline-size,auto);justify-content:center;line-height:inherit;min-block-size:var(--utrecht-button-min-block-size,44px);min-inline-size:var(--utrecht-button-min-inline-size,44px);padding-block-end:var(--utrecht-button-padding-block-end);padding-block-start:var(--utrecht-button-padding-block-start);padding-inline-end:var(--utrecht-button-padding-inline-end);padding-inline-start:var(--utrecht-button-padding-inline-start);text-decoration-color:var(--_utrecht-link-state-text-decoration-color,var(--utrecht-link-text-decoration-color,currentColor));text-decoration-line:var(--_utrecht-link-state-text-decoration,var(--utrecht-link-text-decoration,underline));text-decoration-skip-ink:all;text-decoration-thickness:max(var(--_utrecht-link-state-text-decoration-thickness,var(--utrecht-link-text-decoration-thickness)),1px);text-transform:var(--utrecht-button-text-transform);text-underline-offset:var(--utrecht-link-text-underline-offset);-webkit-user-select:none;user-select:none}.utrecht-link-button--hover,.utrecht-link-button--html-button:not(:disabled):hover{--_utrecht-link-forced-colors-color:linktext;--_utrecht-link-state-color:var(--utrecht-link-hover-color);--_utrecht-link-state-text-decoration:var(--utrecht-link-hover-text-decoration);--_utrecht-link-state-text-decoration-thickness:var(--utrecht-link-hover-text-decoration-thickness);text-decoration-skip:none;text-decoration-skip-ink:none}.utrecht-link-button--disabled{--_utrecht-link-forced-colors-color:GrayText;--_utrecht-link-state-color:var(--utrecht-link-placeholder-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed);font-weight:var(--utrecht-link-placeholder-font-weight);text-decoration-line:none}.utrecht-link-button--focus,.utrecht-link-button--html-button:not(:disabled):focus{--_utrecht-link-state-color:var(--utrecht-link-focus-color);text-decoration-skip:none;background-color:var(--utrecht-link-focus-background-color,transparent);text-decoration-skip-ink:none}.utrecht-link-button--focus-visible,.utrecht-link-button--html-button:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--_utrecht-link-state-text-decoration:var(\n --utrecht-link-focus-visible-text-decoration,var(--utrecht-link-focus-text-decoration)\n );--_utrecht-link-state-text-decoration-thickness:var(\n --utrecht-link-focus-visible-text-decoration-thickness,var(--utrecht-link-focus-text-decoration-thickness)\n );box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);z-index:var(--utrecht-stack-focus-z-index,1)}.utrecht-link-button--active,.utrecht-link-button--html-button:not(:disabled):active{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link-button--inline{--utrecht-icon-inset-block-start:var(--utrecht-icon-baseline-inset-block-start);min-block-size:auto;min-inline-size:auto;padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0}.utrecht-link-button--pressed{--_utrecht-link-forced-colors-color:activetext;--_utrecht-link-state-color:var(--utrecht-link-active-color)}.utrecht-link-button--html-button{background-color:transparent;border-width:0}";
1729
+ styleInject(css_248z$w);
2662
1730
 
2663
- var _excluded$I = ["children", "disabled", "inline", "className", "pressed", "type"];
2664
- function ownKeys$J(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2665
- function _objectSpread$J(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$J(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$J(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1731
+ var _excluded$G = ["children", "disabled", "inline", "className", "pressed", "type"];
1732
+ function ownKeys$H(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1733
+ function _objectSpread$H(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$H(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$H(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2666
1734
  var LinkButton = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2667
1735
  var children = _ref.children,
2668
1736
  disabled = _ref.disabled,
@@ -2670,8 +1738,8 @@ var LinkButton = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2670
1738
  className = _ref.className,
2671
1739
  pressed = _ref.pressed,
2672
1740
  type = _ref.type,
2673
- restProps = _objectWithoutProperties(_ref, _excluded$I);
2674
- return jsxRuntime.jsx("button", _objectSpread$J(_objectSpread$J({
1741
+ restProps = _objectWithoutProperties(_ref, _excluded$G);
1742
+ return jsxRuntime.jsx("button", _objectSpread$H(_objectSpread$H({
2675
1743
  ref: ref,
2676
1744
  "aria-pressed": typeof pressed === 'boolean' ? pressed : undefined,
2677
1745
  className: clsx('utrecht-link-button', 'utrecht-link-button--html-button', {
@@ -2687,21 +1755,21 @@ var LinkButton = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2687
1755
  });
2688
1756
  LinkButton.displayName = 'LinkButton';
2689
1757
 
2690
- var css_248z$x = ".utrecht-link-list--html-ul{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-link-list--html-ul>li{list-style:none}.utrecht-link-list{--utrecht-icon-inset-block-start:var(--utrecht-link-list-icon-inset-block-start);--utrecht-icon-size:var(--utrecht-link-list-icon-size);--utrecht-link-icon-size:var(--utrecht-link-list-icon-size);--utrecht-link-text-decoration:var(--utrecht-link-list-link-text-decoration,none);display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-link-list-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-link-list-margin-block-start, 0));row-gap:var(--utrecht-link-list-row-gap)}.utrecht-link-list__item{display:block}.utrecht-link-list__link{align-items:baseline;column-gap:var(--utrecht-link-list-link-column-gap);display:inline-flex;font-weight:var(--utrecht-link-list-link-font-weight)}";
2691
- styleInject$a(css_248z$x);
1758
+ var css_248z$v = ".utrecht-link-list--html-ul{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-link-list--html-ul>li{list-style:none}.utrecht-link-list{--utrecht-icon-inset-block-start:var(--utrecht-link-list-icon-inset-block-start);--utrecht-icon-size:var(--utrecht-link-list-icon-size);--utrecht-link-icon-size:var(--utrecht-link-list-icon-size);--utrecht-link-text-decoration:var(--utrecht-link-list-link-text-decoration,none);display:flex;flex-direction:column;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-link-list-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-link-list-margin-block-start, 0));row-gap:var(--utrecht-link-list-row-gap)}.utrecht-link-list__item{display:block}.utrecht-link-list__link{align-items:baseline;column-gap:var(--utrecht-link-list-link-column-gap);display:inline-flex;font-weight:var(--utrecht-link-list-link-font-weight)}";
1759
+ styleInject(css_248z$v);
2692
1760
 
2693
- var _excluded$H = ["className", "icon", "children"],
2694
- _excluded2$5 = ["children", "icon", "links", "className"];
2695
- function ownKeys$I(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2696
- function _objectSpread$I(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$I(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$I(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1761
+ var _excluded$F = ["className", "icon", "children"],
1762
+ _excluded2$4 = ["children", "icon", "links", "className"];
1763
+ function ownKeys$G(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1764
+ function _objectSpread$G(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$G(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$G(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2697
1765
  var LinkListLink = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2698
1766
  var className = _ref.className,
2699
1767
  icon = _ref.icon,
2700
1768
  children = _ref.children,
2701
- restProps = _objectWithoutProperties(_ref, _excluded$H);
1769
+ restProps = _objectWithoutProperties(_ref, _excluded$F);
2702
1770
  return jsxRuntime.jsx("li", {
2703
1771
  className: clsx('utrecht-link-list__item', className),
2704
- children: jsxRuntime.jsxs(Link, _objectSpread$I(_objectSpread$I({
1772
+ children: jsxRuntime.jsxs(linkReact.Link, _objectSpread$G(_objectSpread$G({
2705
1773
  className: "utrecht-link-list__link"
2706
1774
  }, restProps), {}, {
2707
1775
  ref: ref,
@@ -2718,14 +1786,14 @@ var LinkList = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
2718
1786
  icon = _ref2.icon,
2719
1787
  links = _ref2.links,
2720
1788
  className = _ref2.className,
2721
- restProps = _objectWithoutProperties(_ref2, _excluded2$5);
2722
- return jsxRuntime.jsxs("ul", _objectSpread$I(_objectSpread$I({
1789
+ restProps = _objectWithoutProperties(_ref2, _excluded2$4);
1790
+ return jsxRuntime.jsxs("ul", _objectSpread$G(_objectSpread$G({
2723
1791
  role: "list",
2724
1792
  ref: ref,
2725
1793
  className: clsx('utrecht-link-list', 'utrecht-link-list--html-ul', className)
2726
1794
  }, restProps), {}, {
2727
1795
  children: [children, Array.isArray(links) && links.map(function (linkProps, index) {
2728
- return jsxRuntime.jsx(LinkListLink, _objectSpread$I({
1796
+ return jsxRuntime.jsx(LinkListLink, _objectSpread$G({
2729
1797
  icon: typeof icon === 'function' ? icon() : undefined
2730
1798
  }, linkProps), index);
2731
1799
  })]
@@ -2733,18 +1801,18 @@ var LinkList = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
2733
1801
  });
2734
1802
  LinkList.displayName = 'LinkList';
2735
1803
 
2736
- var css_248z$w = ".utrecht-link-social{--utrecht-icon-size:var(--utrecht-link-social-icon-size);--utrecht-icon-color:currentColor;align-items:center;background-color:var(--utrecht-link-social-background-color);block-size:var(--utrecht-link-social-size);border-color:var(--utrecht-link-social-border-color);border-radius:50%;border-style:solid;border-width:var(--utrecht-link-social-border-width);color:var(--utrecht-link-social-color);display:inline-flex;inline-size:var(--utrecht-link-social-size);justify-content:center}.utrecht-link-social--hover,.utrecht-link-social:hover{background-color:var(--utrecht-link-social-hover-background-color,var(--utrecht-link-social-background-color));color:var(--utrecht-link-social-hover-color,var(--utrecht-link-social-color));transform:var(--utrecht-link-social-hover-transform-scale)}.utrecht-link-social--focus-visible,.utrecht-link-social:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-link-social--distanced{margin-inline-start:var(--utrecht-link-social-margin-inline-start)}";
2737
- styleInject$a(css_248z$w);
1804
+ var css_248z$u = ".utrecht-link-social{--utrecht-icon-size:var(--utrecht-link-social-icon-size);--utrecht-icon-color:currentColor;align-items:center;background-color:var(--utrecht-link-social-background-color);block-size:var(--utrecht-link-social-size);border-color:var(--utrecht-link-social-border-color);border-radius:50%;border-style:solid;border-width:var(--utrecht-link-social-border-width);color:var(--utrecht-link-social-color);display:inline-flex;inline-size:var(--utrecht-link-social-size);justify-content:center}.utrecht-link-social--hover,.utrecht-link-social:hover{background-color:var(--utrecht-link-social-hover-background-color,var(--utrecht-link-social-background-color));color:var(--utrecht-link-social-hover-color,var(--utrecht-link-social-color));transform:var(--utrecht-link-social-hover-transform-scale)}.utrecht-link-social--focus-visible,.utrecht-link-social:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-link-social--distanced{margin-inline-start:var(--utrecht-link-social-margin-inline-start)}";
1805
+ styleInject(css_248z$u);
2738
1806
 
2739
- var _excluded$G = ["children", "className", "external"];
2740
- function ownKeys$H(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2741
- function _objectSpread$H(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$H(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$H(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1807
+ var _excluded$E = ["children", "className", "external"];
1808
+ function ownKeys$F(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1809
+ function _objectSpread$F(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$F(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$F(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2742
1810
  var LinkSocial = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2743
1811
  var children = _ref.children,
2744
1812
  className = _ref.className,
2745
1813
  external = _ref.external,
2746
- restProps = _objectWithoutProperties(_ref, _excluded$G);
2747
- return jsxRuntime.jsx("a", _objectSpread$H(_objectSpread$H({}, restProps), {}, {
1814
+ restProps = _objectWithoutProperties(_ref, _excluded$E);
1815
+ return jsxRuntime.jsx("a", _objectSpread$F(_objectSpread$F({}, restProps), {}, {
2748
1816
  ref: ref,
2749
1817
  className: clsx('utrecht-link-social', className),
2750
1818
  rel: external !== false ? 'external noopener noreferrer' : undefined,
@@ -2753,117 +1821,8 @@ var LinkSocial = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2753
1821
  });
2754
1822
  LinkSocial.displayName = 'LinkSocial';
2755
1823
 
2756
- function styleInject$1(css, ref) {
2757
- if ( ref === void 0 ) ref = {};
2758
- var insertAt = ref.insertAt;
2759
-
2760
- if (typeof document === 'undefined') { return; }
2761
-
2762
- var head = document.head || document.getElementsByTagName('head')[0];
2763
- var style = document.createElement('style');
2764
- style.type = 'text/css';
2765
-
2766
- if (insertAt === 'top') {
2767
- if (head.firstChild) {
2768
- head.insertBefore(style, head.firstChild);
2769
- } else {
2770
- head.appendChild(style);
2771
- }
2772
- } else {
2773
- head.appendChild(style);
2774
- }
2775
-
2776
- if (style.styleSheet) {
2777
- style.styleSheet.cssText = css;
2778
- } else {
2779
- style.appendChild(document.createTextNode(css));
2780
- }
2781
- }
2782
-
2783
- var css_248z$v = ".utrecht-listbox{--utrecht-listbox-max-block-size:300px;background-color:var(--utrecht-listbox-background-color);border-color:var(--utrecht-listbox-border-color);border-radius:var(--utrecht-listbox-border-radius);border-style:solid;border-width:var(--utrecht-listbox-border-width);box-sizing:border-box;cursor:default;display:flex;flex-direction:column;font-weight:var(--utrecht-listbox-font-weight,var(--utrecht-form-control-font-weight,initial));inline-size:var(--utrecht-listbox-inline-size,var(--utrecht-form-control-max-inline-size));max-block-size:var(--utrecht-listbox-max-block-size);min-block-size:1em;overflow-block:auto;overflow-y:auto;padding-block-end:var(--utrecht-listbox-padding-block-end);padding-block-start:var(--utrecht-listbox-padding-block-start);padding-inline-end:var(--utrecht-listbox-padding-inline-end);padding-inline-start:var(--utrecht-listbox-padding-inline-start);-webkit-user-select:none;user-select:none}@media (forced-colors:active){.utrecht-listbox{--utrecht-listbox-option-selected-background-color:Highlight;--utrecht-listbox-option-selected-color:HighlightText;--utrecht-listbox-option-disabled-background-color:field;--utrecht-listbox-option-disabled-color:GrayText;background-color:field;color:fieldtext}}.utrecht-listbox--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-listbox__group,.utrecht-listbox__list{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-listbox__group{margin-block-end:var(--utrecht-listbox-option-group-margin-block-end)}.utrecht-listbox__group-label{color:var(--utrecht-listbox-option-group-label-color);font-size:var(--utrecht-listbox-option-group-label-font-size);font-weight:var(--utrecht-listbox-option-group-label-font-weight);line-height:var(--utrecht-listbox-option-group-label-line-height);margin-inline-start:var(--utrecht-listbox-option-group-label-margin-inline-start)}@media (forced-colors:active){.utrecht-listbox__group-label{background-color:field;color:fieldtext}}.utrecht-listbox__option{--utrecht-icon-size:var(--utrecht-listbox-option-icon-size,16px);align-items:center;background-color:var(--utrecht-listbox-option-background-color);box-sizing:border-box;color:var(--utrecht-listbox-option-color);display:flex;list-style:none;min-block-size:var(--utrecht-listbox-option-min-block-size,var(--utrecht-pointer-target-min-size,24px));padding-block-end:var(--utrecht-listbox-option-padding-block-end);padding-block-start:var(--utrecht-listbox-option-padding-block-start);padding-inline-end:var(--utrecht-listbox-option-padding-inline-end);padding-inline-start:var(--utrecht-listbox-option-padding-inline-start)}@media (forced-colors:active){.utrecht-listbox__option{forced-color-adjust:none}}.utrecht-listbox__option--disabled{background-color:var(--utrecht-listbox-option-disabled-background-color);color:var(--utrecht-listbox-option-disabled-color)}.utrecht-listbox__option--hover{background-color:var(--utrecht-listbox-option-hover-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-hover-color,var(--utrecht-listbox-option-color))}.utrecht-listbox__option--focus{background-color:var(--utrecht-listbox-option-focus-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-focus-color,var(--utrecht-listbox-option-color))}.utrecht-listbox__option--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);--utrecht-focus-outline-offset:calc(var(--utrecht-focus-outline-width)*-1);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-listbox__option--active{background-color:var(--utrecht-listbox-option-is-active-background-color);color:var(--utrecht-listbox-option-is-active-color);font-weight:var(--utrecht-listbox-option-is-active-font-weight)}.utrecht-listbox__option--selected{background-color:var(--utrecht-listbox-option-selected-background-color);color:var(--utrecht-listbox-option-selected-color)}.utrecht-listbox__option--html-li{list-style:none}.utrecht-listbox__option--html-li:hover{background-color:var(--utrecht-listbox-option-hover-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-hover-color,var(--utrecht-listbox-option-color))}.utrecht-listbox__option--html-li:focus{background-color:var(--utrecht-listbox-option-focus-background-color,var(--utrecht-listbox-option-color));color:var(--utrecht-listbox-option-focus-color,var(--utrecht-listbox-option-color))}.utrecht-listbox--disabled{cursor:var(--utrecht-action-disabled-cursor,not-allowed)}@media (forced-colors:active){.utrecht-listbox--disabled{--utrecht-listbox-option-selected-background-color:GrayText;--utrecht-listbox-option-selected-color:field;--utrecht-listbox-option-background-color:field;--utrecht-listbox-option-color:GrayText;--utrecht-listbox-background-color:field;--utrecht-listbox-color:GrayText}}.utrecht-listbox--html-div:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}";
2784
- styleInject$1(css_248z$v);
2785
-
2786
- var _excluded$F = ["children", "className", "disabled", "invalid", "multiple", "readOnly", "required"],
2787
- _excluded2$4 = ["children", "label"],
2788
- _excluded3$2 = ["active", "className", "disabled", "selected"];
2789
- function ownKeys$G(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2790
- function _objectSpread$G(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$G(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$G(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2791
- var Listbox = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2792
- var children = _ref.children,
2793
- className = _ref.className,
2794
- disabled = _ref.disabled,
2795
- invalid = _ref.invalid,
2796
- multiple = _ref.multiple,
2797
- readOnly = _ref.readOnly,
2798
- required = _ref.required,
2799
- restProps = _objectWithoutProperties(_ref, _excluded$F);
2800
- return jsxRuntime.jsx("div", _objectSpread$G(_objectSpread$G({
2801
- className: clsx('utrecht-listbox', 'utrecht-listbox--html-div', {
2802
- 'utrecht-listbox--disabled': disabled,
2803
- 'utrecht-listbox--invalid': invalid,
2804
- 'utrecht-listbox--read-only': readOnly
2805
- }, className),
2806
- role: "listbox",
2807
- "aria-disabled": disabled || undefined,
2808
- "aria-invalid": invalid || undefined,
2809
- "aria-multiselectable": multiple || undefined,
2810
- "aria-readonly": readOnly || undefined,
2811
- "aria-required": required || undefined,
2812
- tabIndex: 0
2813
- }, restProps), {}, {
2814
- ref: ref,
2815
- children: jsxRuntime.jsx("ul", {
2816
- className: "utrecht-listbox__list",
2817
- children: children
2818
- })
2819
- }));
2820
- });
2821
- Listbox.displayName = 'Listbox';
2822
- var ListboxOptionGroup = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
2823
- var children = _ref2.children,
2824
- label = _ref2.label,
2825
- restProps = _objectWithoutProperties(_ref2, _excluded2$4);
2826
- var id = react.useId();
2827
- return jsxRuntime.jsxs("li", _objectSpread$G(_objectSpread$G({
2828
- className: "utrecht-listbox__group",
2829
- role: "group",
2830
- "aria-labelledby": id
2831
- }, restProps), {}, {
2832
- ref: ref,
2833
- children: [label && jsxRuntime.jsx("div", {
2834
- id: id,
2835
- className: "utrecht-listbox__group-label",
2836
- children: label
2837
- }), jsxRuntime.jsx("ul", {
2838
- children: children
2839
- })]
2840
- }));
2841
- });
2842
- ListboxOptionGroup.displayName = 'ListboxOptionGroup';
2843
- var ListboxOption = /*#__PURE__*/react.forwardRef(function (_ref3, ref) {
2844
- var active = _ref3.active,
2845
- className = _ref3.className,
2846
- disabled = _ref3.disabled,
2847
- selected = _ref3.selected,
2848
- restProps = _objectWithoutProperties(_ref3, _excluded3$2);
2849
- return jsxRuntime.jsx("li", _objectSpread$G(_objectSpread$G({
2850
- className: clsx('utrecht-listbox__option', 'utrecht-listbox__option--html-li', {
2851
- 'utrecht-listbox__option--active': active,
2852
- 'utrecht-listbox__option--disabled': disabled,
2853
- 'utrecht-listbox__option--selected': selected
2854
- }, className),
2855
- "aria-disabled": disabled || undefined,
2856
- "aria-selected": selected ? 'true' : 'false',
2857
- tabIndex: disabled ? undefined : -1,
2858
- role: "option"
2859
- }, restProps), {}, {
2860
- ref: ref
2861
- }));
2862
- });
2863
- ListboxOption.displayName = 'ListboxOption';
2864
-
2865
- var css_248z$u = ".utrecht-list-social{display:flex;margin-block-end:var(--utrecht-list-social-margin-block-end);margin-block-start:var(--utrecht-list-social-margin-block-start);padding-inline-end:var(--utrecht-list-social-padding-inline-end);padding-inline-start:var(--utrecht-list-social-padding-inline-start)}.utrecht-list-social__item{list-style-type:none;margin-inline-end:var(--utrecht-list-social-item-margin-inline-end)}.utrecht-list-social__item:last-child{margin-inline-end:0}";
2866
- styleInject$a(css_248z$u);
1824
+ var css_248z$t = ".utrecht-list-social{display:flex;margin-block-end:var(--utrecht-list-social-margin-block-end);margin-block-start:var(--utrecht-list-social-margin-block-start);padding-inline-end:var(--utrecht-list-social-padding-inline-end);padding-inline-start:var(--utrecht-list-social-padding-inline-start)}.utrecht-list-social__item{list-style-type:none;margin-inline-end:var(--utrecht-list-social-item-margin-inline-end)}.utrecht-list-social__item:last-child{margin-inline-end:0}";
1825
+ styleInject(css_248z$t);
2867
1826
 
2868
1827
  var ListSocial = function ListSocial(_ref) {
2869
1828
  var children = _ref.children;
@@ -2880,18 +1839,18 @@ var ListSocialItem = function ListSocialItem(_ref2) {
2880
1839
  });
2881
1840
  };
2882
1841
 
2883
- var css_248z$t = ".utrecht-logo{display:block;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;max-block-size:var(--utrecht-logo-max-block-size,192px);max-inline-size:var(--utrecht-logo-max-inline-size,96px);min-block-size:var(--utrecht-logo-min-block-size);min-inline-size:var(--utrecht-logo-min-inline-size)}.utrecht-logo>img,.utrecht-logo>picture,.utrecht-logo>svg{block-size:100%;display:inline-block;inline-size:auto}";
2884
- styleInject$a(css_248z$t);
1842
+ var css_248z$s = ".utrecht-logo{display:block;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;max-block-size:var(--utrecht-logo-max-block-size,192px);max-inline-size:var(--utrecht-logo-max-inline-size,96px);min-block-size:var(--utrecht-logo-min-block-size);min-inline-size:var(--utrecht-logo-min-inline-size)}.utrecht-logo>img,.utrecht-logo>picture,.utrecht-logo>svg{block-size:100%;display:inline-block;inline-size:auto}";
1843
+ styleInject(css_248z$s);
2885
1844
 
2886
- var _excluded$E = ["children", "className", "caption"];
2887
- function ownKeys$F(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2888
- function _objectSpread$F(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$F(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$F(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1845
+ var _excluded$D = ["children", "className", "caption"];
1846
+ function ownKeys$E(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1847
+ function _objectSpread$E(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$E(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$E(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2889
1848
  var Logo = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2890
1849
  var children = _ref.children,
2891
1850
  className = _ref.className,
2892
1851
  caption = _ref.caption,
2893
- restProps = _objectWithoutProperties(_ref, _excluded$E);
2894
- return jsxRuntime.jsxs("figure", _objectSpread$F(_objectSpread$F({
1852
+ restProps = _objectWithoutProperties(_ref, _excluded$D);
1853
+ return jsxRuntime.jsxs("figure", _objectSpread$E(_objectSpread$E({
2895
1854
  ref: ref,
2896
1855
  className: clsx('utrecht-logo', className)
2897
1856
  }, restProps), {}, {
@@ -2903,11 +1862,11 @@ var Logo = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2903
1862
  });
2904
1863
  Logo.displayName = 'Logo';
2905
1864
 
2906
- function ownKeys$E(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2907
- function _objectSpread$E(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$E(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$E(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1865
+ function ownKeys$D(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1866
+ function _objectSpread$D(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$D(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$D(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2908
1867
  var LogoImage = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
2909
1868
  var restProps = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
2910
- return jsxRuntime.jsxs("svg", _objectSpread$E(_objectSpread$E({
1869
+ return jsxRuntime.jsxs("svg", _objectSpread$D(_objectSpread$D({
2911
1870
  width: "192",
2912
1871
  height: "100",
2913
1872
  viewBox: "0 0 192 100",
@@ -3001,17 +1960,17 @@ var LogoImage = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3001
1960
  });
3002
1961
  LogoImage.displayName = 'LogoImage';
3003
1962
 
3004
- var css_248z$s = ".utrecht-mark{background-color:var(--utrecht-mark-background-color,revert);color:var(--utrecht-mark-color,revert)}@media print{.utrecht-mark{outline-color:currentColor;outline-style:dotted;outline-width:.1em}}@media screen and (-ms-high-contrast:active){.utrecht-mark{background-color:Highlight;color:HighlightText}}.utrecht-mark--print{outline-color:currentColor;outline-style:dotted;outline-width:.1em}.utrecht-mark--windows-high-contrast{background-color:Highlight;color:HighlightText}";
3005
- styleInject$a(css_248z$s);
1963
+ var css_248z$r = ".utrecht-mark{background-color:var(--utrecht-mark-background-color,revert);color:var(--utrecht-mark-color,revert)}@media print{.utrecht-mark{outline-color:currentColor;outline-style:dotted;outline-width:.1em}}@media screen and (-ms-high-contrast:active){.utrecht-mark{background-color:Highlight;color:HighlightText}}.utrecht-mark--print{outline-color:currentColor;outline-style:dotted;outline-width:.1em}.utrecht-mark--windows-high-contrast{background-color:Highlight;color:HighlightText}";
1964
+ styleInject(css_248z$r);
3006
1965
 
3007
- var _excluded$D = ["children", "className"];
3008
- function ownKeys$D(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3009
- function _objectSpread$D(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$D(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$D(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1966
+ var _excluded$C = ["children", "className"];
1967
+ function ownKeys$C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1968
+ function _objectSpread$C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$C(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3010
1969
  var Mark = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3011
1970
  var children = _ref.children,
3012
1971
  className = _ref.className,
3013
- restProps = _objectWithoutProperties(_ref, _excluded$D);
3014
- return jsxRuntime.jsx("mark", _objectSpread$D(_objectSpread$D({
1972
+ restProps = _objectWithoutProperties(_ref, _excluded$C);
1973
+ return jsxRuntime.jsx("mark", _objectSpread$C(_objectSpread$C({
3015
1974
  ref: ref,
3016
1975
  className: clsx('utrecht-mark', className)
3017
1976
  }, restProps), {}, {
@@ -3020,17 +1979,17 @@ var Mark = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3020
1979
  });
3021
1980
  Mark.displayName = 'Mark';
3022
1981
 
3023
- var css_248z$r = ".utrecht-multiline-data{white-space-collapse:preserve-breaks;white-space:pre-line}.utrecht-multiline-data--html-pre{font-family:inherit;margin-block-end:0;margin-block-start:0}";
3024
- styleInject$a(css_248z$r);
1982
+ var css_248z$q = ".utrecht-multiline-data{white-space-collapse:preserve-breaks;white-space:pre-line}.utrecht-multiline-data--html-pre{font-family:inherit;margin-block-end:0;margin-block-start:0}";
1983
+ styleInject(css_248z$q);
3025
1984
 
3026
- var _excluded$C = ["children", "className"];
3027
- function ownKeys$C(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3028
- function _objectSpread$C(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$C(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$C(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
1985
+ var _excluded$B = ["children", "className"];
1986
+ function ownKeys$B(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
1987
+ function _objectSpread$B(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$B(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$B(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3029
1988
  var MultilineData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3030
1989
  var children = _ref.children,
3031
1990
  className = _ref.className,
3032
- restProps = _objectWithoutProperties(_ref, _excluded$C);
3033
- return jsxRuntime.jsx("pre", _objectSpread$C(_objectSpread$C({
1991
+ restProps = _objectWithoutProperties(_ref, _excluded$B);
1992
+ return jsxRuntime.jsx("pre", _objectSpread$B(_objectSpread$B({
3034
1993
  ref: ref,
3035
1994
  className: clsx('utrecht-multiline-data', 'utrecht-multiline-data--html-pre', className)
3036
1995
  }, restProps), {}, {
@@ -3039,8 +1998,8 @@ var MultilineData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3039
1998
  });
3040
1999
  MultilineData.displayName = 'MultilineData';
3041
2000
 
3042
- var css_248z$q = ".utrecht-nav-bar{background-color:var(--utrecht-nav-bar-background-color);color:var(--utrecht-nav-bar-color);display:flex;justify-content:center}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-nav-bar{border-block-end-color:currentColor;border-block-end-style:solid;border-block-end-width:1px;border-block-start-color:currentColor;border-block-start-style:solid;border-block-start-width:1px;padding-block-end:calc(var(--utrecht-focus-outline-width)*2);padding-block-start:calc(var(--utrecht-focus-outline-width)*2)}}.utrecht-nav-bar__content{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;inline-size:100%;justify-content:space-between;max-inline-size:var(--utrecht-nav-bar-content-max-inline-size)}";
3043
- styleInject$a(css_248z$q);
2001
+ var css_248z$p = ".utrecht-nav-bar{background-color:var(--utrecht-nav-bar-background-color);color:var(--utrecht-nav-bar-color);display:flex;justify-content:center}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-nav-bar{border-block-end-color:currentColor;border-block-end-style:solid;border-block-end-width:1px;border-block-start-color:currentColor;border-block-start-style:solid;border-block-start-width:1px;padding-block-end:calc(var(--utrecht-focus-outline-width)*2);padding-block-start:calc(var(--utrecht-focus-outline-width)*2)}}.utrecht-nav-bar__content{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;inline-size:100%;justify-content:space-between;max-inline-size:var(--utrecht-nav-bar-content-max-inline-size)}";
2002
+ styleInject(css_248z$p);
3044
2003
 
3045
2004
  var NavBar = function NavBar(_ref) {
3046
2005
  var appearance = _ref.appearance,
@@ -3057,20 +2016,20 @@ var NavBar = function NavBar(_ref) {
3057
2016
  };
3058
2017
  NavBar.displayName = 'NavBar';
3059
2018
 
3060
- var css_248z$p = ".utrecht-nav-list{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;inline-size:100%;justify-content:start;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-nav-list--center>*{flex:1 1 0;justify-content:center}.utrecht-nav-list__item{display:inline-flex;list-style:none}.utrecht-nav-list__link{font-weight:var(--utrecht-nav-list-link-font-weight);max-inline-size:var(--utrecht-nav-bar-link-max-inline-size,30ch);padding-block-end:var(--utrecht-nav-bar-link-padding-block-end);padding-block-start:var(--utrecht-nav-bar-link-padding-block-start);padding-inline-end:var(--utrecht-nav-bar-link-padding-inline-end);padding-inline-start:var(--utrecht-nav-bar-link-padding-inline-start);text-decoration:none}";
3061
- styleInject$a(css_248z$p);
2019
+ var css_248z$o = ".utrecht-nav-list{align-items:stretch;display:flex;flex-direction:row;flex-wrap:wrap;inline-size:100%;justify-content:start;margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0;padding-inline-start:0}.utrecht-nav-list--center>*{flex:1 1 0;justify-content:center}.utrecht-nav-list__item{display:inline-flex;list-style:none}.utrecht-nav-list__link{font-weight:var(--utrecht-nav-list-link-font-weight);max-inline-size:var(--utrecht-nav-bar-link-max-inline-size,30ch);padding-block-end:var(--utrecht-nav-bar-link-padding-block-end);padding-block-start:var(--utrecht-nav-bar-link-padding-block-start);padding-inline-end:var(--utrecht-nav-bar-link-padding-inline-end);padding-inline-start:var(--utrecht-nav-bar-link-padding-inline-start);text-decoration:none}";
2020
+ styleInject(css_248z$o);
3062
2021
 
3063
- var _excluded$B = ["appearance", "children", "className"],
2022
+ var _excluded$A = ["appearance", "children", "className"],
3064
2023
  _excluded2$3 = ["center", "children", "className"],
3065
2024
  _excluded3$1 = ["center", "children", "className"];
3066
- function ownKeys$B(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3067
- function _objectSpread$B(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$B(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$B(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2025
+ function ownKeys$A(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2026
+ function _objectSpread$A(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$A(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$A(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3068
2027
  var NavList = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3069
2028
  var appearance = _ref.appearance,
3070
2029
  children = _ref.children,
3071
2030
  className = _ref.className,
3072
- restProps = _objectWithoutProperties(_ref, _excluded$B);
3073
- return jsxRuntime.jsx("ul", _objectSpread$B(_objectSpread$B({
2031
+ restProps = _objectWithoutProperties(_ref, _excluded$A);
2032
+ return jsxRuntime.jsx("ul", _objectSpread$A(_objectSpread$A({
3074
2033
  role: "list",
3075
2034
  className: clsx('utrecht-nav-list', {
3076
2035
  'utrecht-nav-list--center': appearance === 'center'
@@ -3090,7 +2049,7 @@ var NavListLink = function NavListLink(_ref2) {
3090
2049
  className: clsx('utrecht-nav-list__item', {
3091
2050
  'utrecht-nav-list__item--center': center
3092
2051
  }, className),
3093
- children: jsxRuntime.jsx(Link, _objectSpread$B(_objectSpread$B({
2052
+ children: jsxRuntime.jsx(linkReact.Link, _objectSpread$A(_objectSpread$A({
3094
2053
  className: "utrecht-nav-list__link"
3095
2054
  }, restProps), {}, {
3096
2055
  children: children
@@ -3107,7 +2066,7 @@ var NavListLinkButton = function NavListLinkButton(_ref3) {
3107
2066
  className: clsx('utrecht-nav-list__item', {
3108
2067
  'utrecht-nav-list__item--center': center
3109
2068
  }, className),
3110
- children: jsxRuntime.jsx(LinkButton, _objectSpread$B(_objectSpread$B({
2069
+ children: jsxRuntime.jsx(LinkButton, _objectSpread$A(_objectSpread$A({
3111
2070
  className: "utrecht-nav-list__link"
3112
2071
  }, restProps), {}, {
3113
2072
  children: children
@@ -3116,42 +2075,42 @@ var NavListLinkButton = function NavListLinkButton(_ref3) {
3116
2075
  };
3117
2076
  NavListLinkButton.displayName = 'NavListLinkButton';
3118
2077
 
3119
- var css_248z$o = ".utrecht-number-badge{background-color:var(--utrecht-number-badge-background-color,var(--utrecht-badge-background-color,#000));border-color:var(--utrecht-number-badge-border-color,var(--utrecht-badge-border-color));border-radius:var(--utrecht-number-badge-border-radius,var(--utrecht-badge-border-radius,.5ch));border-style:solid;border-width:max(var(--utrecht-number-badge-border-width,var(--utrecht-badge-border-width,0)),var(--_utrecht-number-badge-min-border-width,0));color:var(--utrecht-number-badge-color,var(--utrecht-badge-color,#fff));display:inline-block;font-family:var(--utrecht-number-badge-font-family,var(--utrecht-badge-font-family,var(--utrecht-document-font-family,sans-serif)));font-size:var(--utrecht-number-badge-font-size,var(--utrecht-badge-font-size));font-style:var(--utrecht-number-badge-font-style,normal);font-weight:var(--utrecht-number-badge-font-weight,var(--utrecht-badge-font-weight,bold));line-height:1;max-block-size:max-content;max-inline-size:max-content;min-block-size:var(--utrecht-number-badge-min-block-size,var(--utrecht-number-badge-min-inline-size,var(--utrecht-number-badge-min-size,1em)));min-inline-size:var(--utrecht-number-badge-min-inline-size,var(--utrecht-number-badge-min-size,1em));padding-block-end:var(--utrecht-number-badge-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-block-start:var(--utrecht-number-badge-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-inline-end:var(--utrecht-number-badge-padding-inline,var(--utrecht-badge-padding-inline,.5ch));padding-inline-start:var(--utrecht-number-badge-padding-inline,var(--utrecht-badge-padding-inline,.5ch));text-align:center;text-decoration:none;white-space:nowrap}@media screen and (forced-colors:active){.utrecht-number-badge{--_utrecht-number-badge-min-border-width:1px;border-color:currentColor}}";
3120
- styleInject$a(css_248z$o);
2078
+ var css_248z$n = ".utrecht-number-badge{background-color:var(--utrecht-number-badge-background-color,var(--utrecht-badge-background-color,#000));border-color:var(--utrecht-number-badge-border-color,var(--utrecht-badge-border-color));border-radius:var(--utrecht-number-badge-border-radius,var(--utrecht-badge-border-radius,.5ch));border-style:solid;border-width:max(var(--utrecht-number-badge-border-width,var(--utrecht-badge-border-width,0)),var(--_utrecht-number-badge-min-border-width,0));color:var(--utrecht-number-badge-color,var(--utrecht-badge-color,#fff));display:inline-block;font-family:var(--utrecht-number-badge-font-family,var(--utrecht-badge-font-family,var(--utrecht-document-font-family,sans-serif)));font-size:var(--utrecht-number-badge-font-size,var(--utrecht-badge-font-size));font-style:var(--utrecht-number-badge-font-style,normal);font-weight:var(--utrecht-number-badge-font-weight,var(--utrecht-badge-font-weight,bold));line-height:1;max-block-size:max-content;max-inline-size:max-content;min-block-size:var(--utrecht-number-badge-min-block-size,var(--utrecht-number-badge-min-inline-size,var(--utrecht-number-badge-min-size,1em)));min-inline-size:var(--utrecht-number-badge-min-inline-size,var(--utrecht-number-badge-min-size,1em));padding-block-end:var(--utrecht-number-badge-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-block-start:var(--utrecht-number-badge-padding-block,var(--utrecht-badge-padding-block,.5ex));padding-inline-end:var(--utrecht-number-badge-padding-inline,var(--utrecht-badge-padding-inline,.5ch));padding-inline-start:var(--utrecht-number-badge-padding-inline,var(--utrecht-badge-padding-inline,.5ch));text-align:center;text-decoration:none;white-space:nowrap}@media screen and (forced-colors:active){.utrecht-number-badge{--_utrecht-number-badge-min-border-width:1px;border-color:currentColor}}";
2079
+ styleInject(css_248z$n);
3121
2080
 
3122
- var _excluded$A = ["children", "className", "value"];
3123
- function ownKeys$A(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3124
- function _objectSpread$A(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$A(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$A(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2081
+ var _excluded$z = ["children", "className", "value"];
2082
+ function ownKeys$z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2083
+ function _objectSpread$z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3125
2084
  var NumberBadge = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3126
2085
  var children = _ref.children,
3127
2086
  className = _ref.className,
3128
2087
  value = _ref.value,
3129
- restProps = _objectWithoutProperties(_ref, _excluded$A);
3130
- var props = _objectSpread$A({
2088
+ restProps = _objectWithoutProperties(_ref, _excluded$z);
2089
+ var props = _objectSpread$z({
3131
2090
  children: children,
3132
2091
  className: clsx('utrecht-number-badge', className)
3133
2092
  }, restProps);
3134
- return typeof value !== 'undefined' ? jsxRuntime.jsx("data", _objectSpread$A(_objectSpread$A({}, props), {}, {
2093
+ return typeof value !== 'undefined' ? jsxRuntime.jsx("data", _objectSpread$z(_objectSpread$z({}, props), {}, {
3135
2094
  value: value,
3136
2095
  ref: ref
3137
- })) : jsxRuntime.jsx("span", _objectSpread$A(_objectSpread$A({}, props), {}, {
2096
+ })) : jsxRuntime.jsx("span", _objectSpread$z(_objectSpread$z({}, props), {}, {
3138
2097
  ref: ref
3139
2098
  }));
3140
2099
  });
3141
2100
  NumberBadge.displayName = 'NumberBadge';
3142
2101
 
3143
- var css_248z$n = ".utrecht-number-data{font-variant-numeric:lining-nums tabular-nums}.utrecht-number-data--positive{color:var(--utrecht-number-data-positive-color)}.utrecht-number-data--negative{color:var(--utrecht-number-data-negative-color)}";
3144
- styleInject$a(css_248z$n);
2102
+ var css_248z$m = ".utrecht-number-data{font-variant-numeric:lining-nums tabular-nums}.utrecht-number-data--positive{color:var(--utrecht-number-data-positive-color)}.utrecht-number-data--negative{color:var(--utrecht-number-data-negative-color)}";
2103
+ styleInject(css_248z$m);
3145
2104
 
3146
- var _excluded$z = ["children", "className", "value"];
3147
- function ownKeys$z(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3148
- function _objectSpread$z(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$z(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$z(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2105
+ var _excluded$y = ["children", "className", "value"];
2106
+ function ownKeys$y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2107
+ function _objectSpread$y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3149
2108
  var NumberData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3150
2109
  var children = _ref.children,
3151
2110
  className = _ref.className,
3152
2111
  value = _ref.value,
3153
- restProps = _objectWithoutProperties(_ref, _excluded$z);
3154
- return jsxRuntime.jsx("data", _objectSpread$z(_objectSpread$z({
2112
+ restProps = _objectWithoutProperties(_ref, _excluded$y);
2113
+ return jsxRuntime.jsx("data", _objectSpread$y(_objectSpread$y({
3155
2114
  value: typeof value === 'string' || typeof value === 'number' ? String(value) : undefined
3156
2115
  }, restProps), {}, {
3157
2116
  ref: ref,
@@ -3161,17 +2120,17 @@ var NumberData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3161
2120
  });
3162
2121
  NumberData.displayName = 'NumberData';
3163
2122
 
3164
- var css_248z$m = ".utrecht-ordered-list,.utrecht-ordered-list--html-content ol{box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit)));line-height:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit)));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));padding-inline-start:var(--utrecht-ordered-list-padding-inline-start,var(--utrecht-unordered-list-padding-inline-start,2ch));text-align:start}.utrecht-ordered-list--center{inline-size:max-content;margin-inline-end:auto;margin-inline-start:auto;max-inline-size:100%}.utrecht-ordered-list--distanced{--utrecht-space-around:1}.utrecht-ordered-list--arabic{list-style:arabic-indic}.utrecht-ordered-list--html-content ol>li,.utrecht-ordered-list--html-content>li,.utrecht-ordered-list__item{margin-block-end:var(--utrecht-ordered-list-item-margin-block-end,var(--utrecht-unordered-list-item-margin-block-end));margin-block-start:var(--utrecht-ordered-list-item-margin-block-start,var(--utrecht-unordered-list-item-margin-block-start));padding-inline-start:var(--utrecht-ordered-list-item-padding-inline-start,var(--utrecht-unordered-list-item-padding-inline-start,1ch))}";
3165
- styleInject$a(css_248z$m);
2123
+ var css_248z$l = ".utrecht-ordered-list,.utrecht-ordered-list--html-content ol{box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit)));line-height:var(--utrecht-ordered-list-font-size,var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit)));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-end, var(--utrecht-unordered-list-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-ordered-list-margin-block-start, var(--utrecht-unordered-list-margin-block-start, 0)));padding-inline-start:var(--utrecht-ordered-list-padding-inline-start,var(--utrecht-unordered-list-padding-inline-start,2ch));text-align:start}.utrecht-ordered-list--center{inline-size:max-content;margin-inline-end:auto;margin-inline-start:auto;max-inline-size:100%}.utrecht-ordered-list--distanced{--utrecht-space-around:1}.utrecht-ordered-list--arabic{list-style:arabic-indic}.utrecht-ordered-list--html-content ol>li,.utrecht-ordered-list--html-content>li,.utrecht-ordered-list__item{margin-block-end:var(--utrecht-ordered-list-item-margin-block-end,var(--utrecht-unordered-list-item-margin-block-end));margin-block-start:var(--utrecht-ordered-list-item-margin-block-start,var(--utrecht-unordered-list-item-margin-block-start));padding-inline-start:var(--utrecht-ordered-list-item-padding-inline-start,var(--utrecht-unordered-list-item-padding-inline-start,1ch))}";
2124
+ styleInject(css_248z$l);
3166
2125
 
3167
- var _excluded$y = ["children", "className"];
3168
- function ownKeys$y(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3169
- function _objectSpread$y(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$y(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$y(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2126
+ var _excluded$x = ["children", "className"];
2127
+ function ownKeys$x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2128
+ function _objectSpread$x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$x(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3170
2129
  var OrderedList = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3171
2130
  var children = _ref.children,
3172
2131
  className = _ref.className,
3173
- restProps = _objectWithoutProperties(_ref, _excluded$y);
3174
- return jsxRuntime.jsx("ol", _objectSpread$y(_objectSpread$y({}, restProps), {}, {
2132
+ restProps = _objectWithoutProperties(_ref, _excluded$x);
2133
+ return jsxRuntime.jsx("ol", _objectSpread$x(_objectSpread$x({}, restProps), {}, {
3175
2134
  ref: ref,
3176
2135
  className: clsx('utrecht-ordered-list', className),
3177
2136
  children: children
@@ -3179,14 +2138,14 @@ var OrderedList = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3179
2138
  });
3180
2139
  OrderedList.displayName = 'OrderedList';
3181
2140
 
3182
- var _excluded$x = ["children", "className"];
3183
- function ownKeys$x(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3184
- function _objectSpread$x(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$x(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$x(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2141
+ var _excluded$w = ["children", "className"];
2142
+ function ownKeys$w(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2143
+ function _objectSpread$w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$w(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3185
2144
  var OrderedListItem = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3186
2145
  var children = _ref.children,
3187
2146
  className = _ref.className,
3188
- restProps = _objectWithoutProperties(_ref, _excluded$x);
3189
- return jsxRuntime.jsx("li", _objectSpread$x(_objectSpread$x({}, restProps), {}, {
2147
+ restProps = _objectWithoutProperties(_ref, _excluded$w);
2148
+ return jsxRuntime.jsx("li", _objectSpread$w(_objectSpread$w({}, restProps), {}, {
3190
2149
  ref: ref,
3191
2150
  className: clsx('utrecht-ordered-list__item', className),
3192
2151
  children: children
@@ -3194,17 +2153,17 @@ var OrderedListItem = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3194
2153
  });
3195
2154
  OrderedListItem.displayName = 'OrderedListItem';
3196
2155
 
3197
- var css_248z$l = ".utrecht-page{margin-inline-end:auto;margin-inline-start:auto;max-inline-size:calc(var(--utrecht-page-max-inline-size) - var(--utrecht-page-margin-inline-start, 0px) - var(--utrecht-page-margin-inline-end, 0px));padding-inline-end:var(--utrecht-page-margin-inline-end);padding-inline-start:var(--utrecht-page-margin-inline-start)}.utrecht-page__content{background-color:var(--utrecht-page-background-color);color:var(--utrecht-page-color);max-inline-size:var(--utrecht-page-max-inline-size)}";
3198
- styleInject$a(css_248z$l);
2156
+ var css_248z$k = ".utrecht-page{margin-inline-end:auto;margin-inline-start:auto;max-inline-size:calc(var(--utrecht-page-max-inline-size) - var(--utrecht-page-margin-inline-start, 0px) - var(--utrecht-page-margin-inline-end, 0px));padding-inline-end:var(--utrecht-page-margin-inline-end);padding-inline-start:var(--utrecht-page-margin-inline-start)}.utrecht-page__content{background-color:var(--utrecht-page-background-color);color:var(--utrecht-page-color);max-inline-size:var(--utrecht-page-max-inline-size)}";
2157
+ styleInject(css_248z$k);
3199
2158
 
3200
- var _excluded$w = ["children", "className"];
3201
- function ownKeys$w(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3202
- function _objectSpread$w(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$w(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$w(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2159
+ var _excluded$v = ["children", "className"];
2160
+ function ownKeys$v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2161
+ function _objectSpread$v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$v(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3203
2162
  var Page = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3204
2163
  var children = _ref.children,
3205
2164
  className = _ref.className,
3206
- restProps = _objectWithoutProperties(_ref, _excluded$w);
3207
- return jsxRuntime.jsx("div", _objectSpread$w(_objectSpread$w({}, restProps), {}, {
2165
+ restProps = _objectWithoutProperties(_ref, _excluded$v);
2166
+ return jsxRuntime.jsx("div", _objectSpread$v(_objectSpread$v({}, restProps), {}, {
3208
2167
  ref: ref,
3209
2168
  className: clsx('utrecht-page', className),
3210
2169
  children: children
@@ -3212,18 +2171,18 @@ var Page = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3212
2171
  });
3213
2172
  Page.displayName = 'Page';
3214
2173
 
3215
- var css_248z$k = ".utrecht-page-content{padding-block-end:var(--utrecht-page-content-padding-block-end);padding-block-start:var(--utrecht-page-content-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-content__main{grid-area:main}.utrecht-page-content__aside{grid-area:aside}";
3216
- styleInject$a(css_248z$k);
2174
+ var css_248z$j = ".utrecht-page-content{padding-block-end:var(--utrecht-page-content-padding-block-end);padding-block-start:var(--utrecht-page-content-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-content__main{grid-area:main}.utrecht-page-content__aside{grid-area:aside}";
2175
+ styleInject(css_248z$j);
3217
2176
 
3218
- var _excluded$v = ["children", "className"],
2177
+ var _excluded$u = ["children", "className"],
3219
2178
  _excluded2$2 = ["children", "className"];
3220
- function ownKeys$v(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3221
- function _objectSpread$v(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$v(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$v(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2179
+ function ownKeys$u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2180
+ function _objectSpread$u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$u(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3222
2181
  var PageContent = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3223
2182
  var children = _ref.children,
3224
2183
  className = _ref.className,
3225
- restProps = _objectWithoutProperties(_ref, _excluded$v);
3226
- return jsxRuntime.jsx("div", _objectSpread$v(_objectSpread$v({}, restProps), {}, {
2184
+ restProps = _objectWithoutProperties(_ref, _excluded$u);
2185
+ return jsxRuntime.jsx("div", _objectSpread$u(_objectSpread$u({}, restProps), {}, {
3227
2186
  ref: ref,
3228
2187
  className: clsx('utrecht-page-content', className),
3229
2188
  children: children
@@ -3234,7 +2193,7 @@ var PageContentMain = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
3234
2193
  var children = _ref2.children,
3235
2194
  className = _ref2.className,
3236
2195
  restProps = _objectWithoutProperties(_ref2, _excluded2$2);
3237
- return jsxRuntime.jsx("main", _objectSpread$v(_objectSpread$v({}, restProps), {}, {
2196
+ return jsxRuntime.jsx("main", _objectSpread$u(_objectSpread$u({}, restProps), {}, {
3238
2197
  ref: ref,
3239
2198
  className: clsx('utrecht-page-content__main', className),
3240
2199
  children: children
@@ -3242,17 +2201,17 @@ var PageContentMain = /*#__PURE__*/react.forwardRef(function (_ref2, ref) {
3242
2201
  });
3243
2202
  PageContentMain.displayName = 'PageContentMain';
3244
2203
 
3245
- var css_248z$j = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}";
3246
- styleInject$a(css_248z$j);
2204
+ var css_248z$i = ".utrecht-page-footer{--utrecht-document-color:currentColor;--utrecht-heading-color:currentColor;--utrecht-link-color:currentColor;--utrecht-link-focus-color:currentColor;--utrecht-link-hover-color:currentColor;--utrecht-link-active-color:currentColor;--utrecht-link-visited-color:currentColor;background-color:var(--utrecht-page-footer-background-color);background-image:var(--utrecht-page-footer-background-image);color:var(--utrecht-page-footer-color);font-family:var(--utrecht-document-font-family);font-size:var(--utrecht-document-font-size);padding-block-end:var(--utrecht-page-footer-padding-block-end);padding-block-start:var(--utrecht-page-footer-padding-block-start);padding-inline-end:var(--utrecht-page-footer-padding-inline-end);padding-inline-start:var(--utrecht-page-footer-padding-inline-start)}.utrecht-page-footer__address--reset-address{font-style:inherit;margin-block-end:0;margin-block-start:0}";
2205
+ styleInject(css_248z$i);
3247
2206
 
3248
- var _excluded$u = ["children", "className"];
3249
- function ownKeys$u(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3250
- function _objectSpread$u(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$u(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$u(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2207
+ var _excluded$t = ["children", "className"];
2208
+ function ownKeys$t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2209
+ function _objectSpread$t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$t(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3251
2210
  var PageFooter = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3252
2211
  var children = _ref.children,
3253
2212
  className = _ref.className,
3254
- restProps = _objectWithoutProperties(_ref, _excluded$u);
3255
- return jsxRuntime.jsx("footer", _objectSpread$u(_objectSpread$u({}, restProps), {}, {
2213
+ restProps = _objectWithoutProperties(_ref, _excluded$t);
2214
+ return jsxRuntime.jsx("footer", _objectSpread$t(_objectSpread$t({}, restProps), {}, {
3256
2215
  ref: ref,
3257
2216
  className: clsx('utrecht-page-footer', className),
3258
2217
  children: children
@@ -3260,17 +2219,17 @@ var PageFooter = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3260
2219
  });
3261
2220
  PageFooter.displayName = 'PageFooter';
3262
2221
 
3263
- var css_248z$i = ".utrecht-page-header{background-color:var(--utrecht-page-header-background-color);color:var(--utrecht-page-header-color);grid-area:\"utrecht-header\";padding-block-end:var(--utrecht-page-header-padding-block-end);padding-block-start:var(--utrecht-page-header-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-header__content{max-inline-size:var(--utrecht-page-max-inline-size)}";
3264
- styleInject$a(css_248z$i);
2222
+ var css_248z$h = ".utrecht-page-header{background-color:var(--utrecht-page-header-background-color);color:var(--utrecht-page-header-color);grid-area:\"utrecht-header\";padding-block-end:var(--utrecht-page-header-padding-block-end);padding-block-start:var(--utrecht-page-header-padding-block-start);padding-inline-end:var(--utrecht-page-padding-inline-end);padding-inline-start:var(--utrecht-page-padding-inline-start)}.utrecht-page-header__content{max-inline-size:var(--utrecht-page-max-inline-size)}";
2223
+ styleInject(css_248z$h);
3265
2224
 
3266
- var _excluded$t = ["children", "className"];
3267
- function ownKeys$t(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3268
- function _objectSpread$t(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$t(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$t(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2225
+ var _excluded$s = ["children", "className"];
2226
+ function ownKeys$s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2227
+ function _objectSpread$s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3269
2228
  var PageHeader = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3270
2229
  var children = _ref.children,
3271
2230
  className = _ref.className,
3272
- restProps = _objectWithoutProperties(_ref, _excluded$t);
3273
- return jsxRuntime.jsx("header", _objectSpread$t(_objectSpread$t({}, restProps), {}, {
2231
+ restProps = _objectWithoutProperties(_ref, _excluded$s);
2232
+ return jsxRuntime.jsx("header", _objectSpread$s(_objectSpread$s({}, restProps), {}, {
3274
2233
  ref: ref,
3275
2234
  className: clsx('utrecht-page-header', className),
3276
2235
  children: children
@@ -3278,22 +2237,22 @@ var PageHeader = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3278
2237
  });
3279
2238
  PageHeader.displayName = 'PageHeader';
3280
2239
 
3281
- var css_248z$h = ".utrecht-paragraph{color:var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-paragraph-font-family,var(--utrecht-document-font-family,inherit));font-size:var(--utrecht-paragraph-font-size,var(--utrecht-document-font-size,inherit));font-weight:var(--utrecht-paragraph-font-weight,inherit);line-height:var(--utrecht-paragraph-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-start, 0))}.utrecht-paragraph--lead{color:var(--utrecht-paragraph-lead-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-lead-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-lead-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-lead-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-paragraph--small{color:var(--utrecht-paragraph-small-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-small-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-small-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-small-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-paragraph__small{font-size:inherit}.utrecht-paragraph__b{font-weight:inherit}.utrecht-paragraph--distanced{--utrecht-space-around:1}";
3282
- styleInject$a(css_248z$h);
2240
+ var css_248z$g = ".utrecht-paragraph{color:var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit));font-family:var(--utrecht-paragraph-font-family,var(--utrecht-document-font-family,inherit));font-size:var(--utrecht-paragraph-font-size,var(--utrecht-document-font-size,inherit));font-weight:var(--utrecht-paragraph-font-weight,inherit);line-height:var(--utrecht-paragraph-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-paragraph-margin-block-start, 0))}.utrecht-paragraph--lead{color:var(--utrecht-paragraph-lead-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-lead-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-lead-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-lead-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-paragraph--small{color:var(--utrecht-paragraph-small-color,var(--utrecht-paragraph-color,var(--utrecht-document-color,inherit)));font-size:var(--utrecht-paragraph-small-font-size,var(--utrecht-paragraph-font-size,inherit));font-weight:var(--utrecht-paragraph-small-font-weight,var(--utrecht-paragraph-font-weight,inherit));line-height:var(--utrecht-paragraph-small-line-height,var(--utrecht-paragraph-line-height,inherit))}.utrecht-paragraph__small{font-size:inherit}.utrecht-paragraph__b{font-weight:inherit}.utrecht-paragraph--distanced{--utrecht-space-around:1}";
2241
+ styleInject(css_248z$g);
3283
2242
 
3284
- var _excluded$s = ["children", "className", "lead", "small", "appearance"];
3285
- function ownKeys$s(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3286
- function _objectSpread$s(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$s(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$s(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2243
+ var _excluded$r = ["children", "className", "lead", "small", "appearance"];
2244
+ function ownKeys$r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2245
+ function _objectSpread$r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$r(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3287
2246
  var Paragraph = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3288
2247
  var children = _ref.children,
3289
2248
  className = _ref.className,
3290
2249
  lead = _ref.lead,
3291
2250
  small = _ref.small,
3292
2251
  appearance = _ref.appearance,
3293
- restProps = _objectWithoutProperties(_ref, _excluded$s);
2252
+ restProps = _objectWithoutProperties(_ref, _excluded$r);
3294
2253
  var isLead = appearance === 'lead' || lead && appearance !== 'small';
3295
2254
  var isSmall = appearance === 'small' || small && appearance !== 'lead';
3296
- return jsxRuntime.jsx("p", _objectSpread$s(_objectSpread$s({}, restProps), {}, {
2255
+ return jsxRuntime.jsx("p", _objectSpread$r(_objectSpread$r({}, restProps), {}, {
3297
2256
  ref: ref,
3298
2257
  className: clsx('utrecht-paragraph', isLead && 'utrecht-paragraph--lead', isSmall && 'utrecht-paragraph--small', className),
3299
2258
  children: isLead ? jsxRuntime.jsx("b", {
@@ -3307,17 +2266,17 @@ var Paragraph = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3307
2266
  });
3308
2267
  Paragraph.displayName = 'Paragraph';
3309
2268
 
3310
- var css_248z$g = ".utrecht-data-placeholder{background-color:var(--utrecht-data-placeholder-background-color,currentColor);block-size:1em;display:inline-block;inline-size:min(100%,var(--utrecht-data-placeholder-max-inline-size));max-inline-size:var(--utrecht-data-placeholder-max-inline-size);min-inline-size:var(--utrecht-data-placeholder-min-inline-size,10ch);vertical-align:-.1em}@media print{.utrecht-data-placeholder{outline-color:currentColor;outline-style:dashed;outline-width:.1em}}@media screen and (prefers-contrast:more){.utrecht-data-placeholder{background-color:var(--utrecht-data-placeholder-high-contrast-background-color,var(--utrecht-data-placeholder-background-color,currentColor))}}@media screen and (forced-colors:active){.utrecht-data-placeholder{background-color:GrayText}}.utrecht-data-placeholder--loading{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-data-placeholder--print{outline-color:currentColor;outline-style:dashed;outline-width:.1em}.utrecht-data-placeholder--forced-colors{background-color:GrayText}.utrecht-data-placeholder--high-contrast{cursor:var(--utrecht-action-busy-cursor,busy)}";
3311
- styleInject$a(css_248z$g);
2269
+ var css_248z$f = ".utrecht-data-placeholder{background-color:var(--utrecht-data-placeholder-background-color,currentColor);block-size:1em;display:inline-block;inline-size:min(100%,var(--utrecht-data-placeholder-max-inline-size));max-inline-size:var(--utrecht-data-placeholder-max-inline-size);min-inline-size:var(--utrecht-data-placeholder-min-inline-size,10ch);vertical-align:-.1em}@media print{.utrecht-data-placeholder{outline-color:currentColor;outline-style:dashed;outline-width:.1em}}@media screen and (prefers-contrast:more){.utrecht-data-placeholder{background-color:var(--utrecht-data-placeholder-high-contrast-background-color,var(--utrecht-data-placeholder-background-color,currentColor))}}@media screen and (forced-colors:active){.utrecht-data-placeholder{background-color:GrayText}}.utrecht-data-placeholder--loading{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-data-placeholder--print{outline-color:currentColor;outline-style:dashed;outline-width:.1em}.utrecht-data-placeholder--forced-colors{background-color:GrayText}.utrecht-data-placeholder--high-contrast{cursor:var(--utrecht-action-busy-cursor,busy)}";
2270
+ styleInject(css_248z$f);
3312
2271
 
3313
- var _excluded$r = ["loading", "className"];
3314
- function ownKeys$r(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3315
- function _objectSpread$r(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$r(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$r(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2272
+ var _excluded$q = ["loading", "className"];
2273
+ function ownKeys$q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2274
+ function _objectSpread$q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3316
2275
  var DataPlaceholder = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3317
2276
  var loading = _ref.loading,
3318
2277
  className = _ref.className,
3319
- restProps = _objectWithoutProperties(_ref, _excluded$r);
3320
- return jsxRuntime.jsx("span", _objectSpread$r({
2278
+ restProps = _objectWithoutProperties(_ref, _excluded$q);
2279
+ return jsxRuntime.jsx("span", _objectSpread$q({
3321
2280
  ref: ref,
3322
2281
  className: clsx('utrecht-data-placeholder', {
3323
2282
  'utrecht-data-placeholder--loading': loading
@@ -3326,17 +2285,17 @@ var DataPlaceholder = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3326
2285
  });
3327
2286
  DataPlaceholder.displayName = 'DataPlaceholder';
3328
2287
 
3329
- var css_248z$f = ".utrecht-pre-heading{color:var(--utrecht-pre-heading-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-pre-heading-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-pre-heading-font-size);font-weight:var(--utrecht-pre-heading-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-pre-heading-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-pre-heading-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-pre-heading-margin-block-start, 0));order:var(--utrecht-pre-heading-order,0)}.utrecht-pre-heading--distanced{--utrecht-space-around:1}";
3330
- styleInject$a(css_248z$f);
2288
+ var css_248z$e = ".utrecht-pre-heading{color:var(--utrecht-pre-heading-color,var(--utrecht-heading-color,var(--utrecht-document-color,inherit)));font-family:var(--utrecht-pre-heading-font-family,var(--utrecht-heading-font-family,var(--utrecht-document-font-family)));font-size:var(--utrecht-pre-heading-font-size);font-weight:var(--utrecht-pre-heading-font-weight,var(--utrecht-heading-font-weight,bold));line-height:var(--utrecht-pre-heading-line-height);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-pre-heading-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-pre-heading-margin-block-start, 0));order:var(--utrecht-pre-heading-order,0)}.utrecht-pre-heading--distanced{--utrecht-space-around:1}";
2289
+ styleInject(css_248z$e);
3331
2290
 
3332
- var _excluded$q = ["children", "className"];
3333
- function ownKeys$q(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3334
- function _objectSpread$q(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$q(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$q(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2291
+ var _excluded$p = ["children", "className"];
2292
+ function ownKeys$p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2293
+ function _objectSpread$p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$p(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3335
2294
  var PreHeading = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3336
2295
  var children = _ref.children,
3337
2296
  className = _ref.className,
3338
- restProps = _objectWithoutProperties(_ref, _excluded$q);
3339
- return jsxRuntime.jsx("p", _objectSpread$q(_objectSpread$q({}, restProps), {}, {
2297
+ restProps = _objectWithoutProperties(_ref, _excluded$p);
2298
+ return jsxRuntime.jsx("p", _objectSpread$p(_objectSpread$p({}, restProps), {}, {
3340
2299
  ref: ref,
3341
2300
  className: clsx('utrecht-pre-heading', className),
3342
2301
  children: children
@@ -3344,32 +2303,32 @@ var PreHeading = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3344
2303
  });
3345
2304
  PreHeading.displayName = 'PreHeading';
3346
2305
 
3347
- var css_248z$e = ".utrecht-preserve-data{white-space-collapse:preserve-spaces;unicode-bidi:isolate}";
3348
- styleInject$a(css_248z$e);
2306
+ var css_248z$d = ".utrecht-preserve-data{white-space-collapse:preserve-spaces;unicode-bidi:isolate}";
2307
+ styleInject(css_248z$d);
3349
2308
 
3350
- var _excluded$p = ["children", "className", "dateTime", "value"];
3351
- function ownKeys$p(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3352
- function _objectSpread$p(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$p(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$p(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
2309
+ var _excluded$o = ["children", "className", "dateTime", "value"];
2310
+ function ownKeys$o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
2311
+ function _objectSpread$o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$o(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3353
2312
  var PreserveData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3354
2313
  var children = _ref.children,
3355
2314
  className = _ref.className,
3356
2315
  dateTime = _ref.dateTime,
3357
2316
  value = _ref.value,
3358
- restProps = _objectWithoutProperties(_ref, _excluded$p);
3359
- var props = _objectSpread$p({
2317
+ restProps = _objectWithoutProperties(_ref, _excluded$o);
2318
+ var props = _objectSpread$o({
3360
2319
  children: jsxRuntime.jsx("bdi", {
3361
2320
  translate: "no",
3362
2321
  children: children
3363
2322
  }),
3364
2323
  className: clsx('utrecht-preserve-data', className)
3365
2324
  }, restProps);
3366
- return typeof dateTime !== 'undefined' ? jsxRuntime.jsx("time", _objectSpread$p(_objectSpread$p({}, props), {}, {
2325
+ return typeof dateTime !== 'undefined' ? jsxRuntime.jsx("time", _objectSpread$o(_objectSpread$o({}, props), {}, {
3367
2326
  dateTime: dateTime,
3368
2327
  ref: ref
3369
- })) : typeof value !== 'undefined' ? jsxRuntime.jsx("data", _objectSpread$p(_objectSpread$p({}, props), {}, {
2328
+ })) : typeof value !== 'undefined' ? jsxRuntime.jsx("data", _objectSpread$o(_objectSpread$o({}, props), {}, {
3370
2329
  value: value,
3371
2330
  ref: ref
3372
- })) : jsxRuntime.jsx("bdi", _objectSpread$p(_objectSpread$p({
2331
+ })) : jsxRuntime.jsx("bdi", _objectSpread$o(_objectSpread$o({
3373
2332
  translate: "no",
3374
2333
  ref: ref
3375
2334
  }, props), {}, {
@@ -3378,58 +2337,8 @@ var PreserveData = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3378
2337
  });
3379
2338
  PreserveData.displayName = 'PreserveData';
3380
2339
 
3381
- function styleInject(css, ref) {
3382
- if ( ref === void 0 ) ref = {};
3383
- var insertAt = ref.insertAt;
3384
-
3385
- if (typeof document === 'undefined') { return; }
3386
-
3387
- var head = document.head || document.getElementsByTagName('head')[0];
3388
- var style = document.createElement('style');
3389
- style.type = 'text/css';
3390
-
3391
- if (insertAt === 'top') {
3392
- if (head.firstChild) {
3393
- head.insertBefore(style, head.firstChild);
3394
- } else {
3395
- head.appendChild(style);
3396
- }
3397
- } else {
3398
- head.appendChild(style);
3399
- }
3400
-
3401
- if (style.styleSheet) {
3402
- style.styleSheet.cssText = css;
3403
- } else {
3404
- style.appendChild(document.createTextNode(css));
3405
- }
3406
- }
3407
-
3408
- var css_248z$d = ".utrecht-radio-button{--_utrecht-radio-button-background-color:var(\n --_utrecht-radio-button-interactive-background-color,var(--_utrecht-radio-button-state-background-color,var(--utrecht-radio-button-background-color))\n );--_utrecht-radio-button-border-color:var(\n --_utrecht-radio-button-interactive-border-color,var(--_utrecht-radio-button-state-border-color,var(--utrecht-radio-button-border-color,currentColor))\n );--_utrecht-radio-button-border-width:var(\n --_utrecht-radio-button-interactive-border-width,var(--_utrecht-radio-button-state-border-width,var(--utrecht-radio-button-border-width))\n );--_utrecht-radio-button-color:var(\n --_utrecht-radio-button-interactive-color,var(--_utrecht-radio-button-state-color,var(--utrecht-radio-button-color,currentColor))\n );--_utrecht-radio-button-icon-size:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--_utrecht-radio-button-background-color);background-image:radial-gradient(circle,var(--_utrecht-radio-button-color,transparent) calc(var(--_utrecht-radio-button-icon-size, 50%) - 5%),var(--_utrecht-radio-button-background-color,currentColor) var(--_utrecht-radio-button-icon-size,50%));background-position:50%;background-repeat:no-repeat;background-size:contain;block-size:var(--utrecht-radio-button-size,1em);border-color:var(--_utrecht-radio-button-border-color);border-radius:50%;border-style:solid;border-width:var(--_utrecht-radio-button-border-width);cursor:var(--utrecht-action-activate-cursor,revert);inline-size:var(--utrecht-radio-button-size,1em);margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-end:var(--utrecht-radio-button-margin-inline-end);margin-inline-start:0;min-block-size:24px;min-inline-size:24px;-webkit-print-color-adjust:exact;print-color-adjust:exact;-webkit-user-select:none;user-select:none;vertical-align:top}.utrecht-radio-button--checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-radio-button--hover{--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-radio-button--focus{--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-radio-button--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-radio-button--active{--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}.utrecht-radio-button--disabled{--_utrecht-radio-button-background-color:var(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-color));--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-radio-button--invalid{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-radio-button--html-input:checked{--_utrecht-radio-button-icon-size:var(--utrecht-radio-button-icon-size,50%);--_utrecht-radio-button-state-background-color:var(--utrecht-radio-button-checked-background-color);--_utrecht-radio-button-state-border-color:var(--utrecht-radio-button-checked-border-color);--_utrecht-radio-button-state-border-width:var(--utrecht-radio-button-checked-border-width);--_utrecht-radio-button-state-color:var(--utrecht-radio-button-checked-color);--_utrecht-radio-button-state-active-background-color:var(--utrecht-radio-button-checked-active-background-color);--_utrecht-radio-button-state-active-border-color:var(--utrecht-radio-button-checked-active-border-color);--_utrecht-radio-button-state-active-border-width:var(--utrecht-radio-button-checked-active-border-width);--_utrecht-radio-button-state-active-color:var(--utrecht-radio-button-checked-active-color);--_utrecht-radio-button-state-focus-background-color:var(--utrecht-radio-button-checked-focus-background-color);--_utrecht-radio-button-state-focus-border-color:var(--utrecht-radio-button-checked-focus-border-color);--_utrecht-radio-button-state-focus-border-width:var(--utrecht-radio-button-checked-focus-border-width);--_utrecht-radio-button-state-focus-color:var(--utrecht-radio-button-checked-focus-color);--_utrecht-radio-button-state-hover-background-color:var(--utrecht-radio-button-checked-hover-background-color);--_utrecht-radio-button-state-hover-border-color:var(--utrecht-radio-button-checked-hover-border-color);--_utrecht-radio-button-state-hover-border-width:var(--utrecht-radio-button-checked-hover-border-width);--_utrecht-radio-button-state-hover-color:var(--utrecht-radio-button-checked-hover-color)}.utrecht-radio-button--html-input:disabled{--_utrecht-radio-button-background-color:var(\n --utrecht-radio-button-disabled-background-color,var(--utrecht-radio-button-background-color)\n );--_utrecht-radio-button-border-color:var(\n --utrecht-radio-button-disabled-border-color,var(--utrecht-radio-button-border-color)\n );--_utrecht-radio-button-border-width:var(\n --utrecht-radio-button-disabled-border-width,var(--utrecht-radio-button-border-width)\n );--_utrecht-radio-button-color:var(--utrecht-radio-button-disabled-color,var(--utrecht-radio-button-color));--_utrecht-radio-button-focus-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-focus-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-focus-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-focus-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-active-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-active-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-active-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-active-color:var(--_utrecht-radio-button-color);--_utrecht-radio-button-hover-background-color:var(--_utrecht-radio-button-background-color);--_utrecht-radio-button-hover-border-color:var(--_utrecht-radio-button-border-color);--_utrecht-radio-button-hover-border-width:var(--_utrecht-radio-button-border-width);--_utrecht-radio-button-hover-color:var(--_utrecht-radio-button-color);cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-radio-button--html-input:invalid,.utrecht-radio-button--html-input[aria-invalid=true]{border-color:var(--utrecht-radio-button-invalid-border-color,var(--utrecht-radio-button-border-color));border-width:var(--utrecht-radio-button-invalid-border-width,var(--utrecht-radio-button-border-width));color:var(--utrecht-radio-button-invalid-color,var(--utrecht-radio-button-color))}.utrecht-radio-button--html-input:focus:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --utrecht-radio-button-focus-background-color,var(--utrecht-radio-button-focus-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --utrecht-radio-button-focus-border-color,var(--utrecht-radio-button-focus-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --utrecht-radio-button-focus-border-width,var(--utrecht-radio-button-focus-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --utrecht-radio-button-focus-color,var(--utrecht-radio-button-focus-color)\n )}.utrecht-radio-button--html-input:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-radio-button--html-input:hover:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-hover-background-color,var(--utrecht-radio-button-hover-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-hover-border-color,var(--utrecht-radio-button-hover-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-hover-border-width,var(--utrecht-radio-button-hover-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-hover-color,var(--utrecht-radio-button-hover-color)\n )}.utrecht-radio-button--html-input:active:not([aria-disabled=true],:disabled){--_utrecht-radio-button-interactive-background-color:var(\n --_utrecht-radio-button-state-active-background-color,var(--utrecht-radio-button-active-background-color)\n );--_utrecht-radio-button-interactive-border-color:var(\n --_utrecht-radio-button-state-active-border-color,var(--utrecht-radio-button-active-border-color)\n );--_utrecht-radio-button-interactive-border-width:var(\n --_utrecht-radio-button-state-active-border-width,var(--utrecht-radio-button-active-border-width)\n );--_utrecht-radio-button-interactive-color:var(\n --_utrecht-radio-button-state-active-color,var(--utrecht-radio-button-active-color)\n )}";
3409
- styleInject(css_248z$d);
3410
-
3411
- var _excluded$o = ["disabled", "required", "className", "invalid"];
3412
- function ownKeys$o(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
3413
- function _objectSpread$o(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys$o(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys$o(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
3414
- var RadioButton = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3415
- var disabled = _ref.disabled,
3416
- required = _ref.required,
3417
- className = _ref.className,
3418
- invalid = _ref.invalid,
3419
- restProps = _objectWithoutProperties(_ref, _excluded$o);
3420
- return jsxRuntime.jsx("input", _objectSpread$o({
3421
- type: "radio",
3422
- "aria-invalid": invalid || undefined,
3423
- disabled: disabled,
3424
- required: required,
3425
- ref: ref,
3426
- className: clsx('utrecht-radio-button', 'utrecht-radio-button--html-input', disabled && 'utrecht-radio-button--disabled', invalid && 'utrecht-radio-button--invalid', className)
3427
- }, restProps));
3428
- });
3429
- RadioButton.displayName = 'RadioButton';
3430
-
3431
2340
  var css_248z$c = ".utrecht-rich-text{--utrecht-space-around:1}.utrecht-rich-text .utrecht-heading-1:first-child{--utrecht-heading-1-margin-block-start:0}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-heading-2){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-accordion){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-alert){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-badge-list){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-blockquote){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-button){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-button-group){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-data-list){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-form-field){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-img){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-link){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-ordered-list){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-pagination){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-paragraph){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-separator){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-badge-status){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-table){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-1:has(+.utrecht-unordered-list){--utrecht-heading-1-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:first-child{--utrecht-heading-2-margin-block-start:0}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-heading-3){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-accordion){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-alert){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-badge-list){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-blockquote){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-button){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-button-group){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-data-list){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-figure){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-form-field){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-img){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-link){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-ordered-list){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-pagination){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-paragraph){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-separator){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-sidenav){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-badge-status){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-table){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-2:has(+.utrecht-unordered-list){--utrecht-heading-2-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:first-child{--utrecht-heading-3-margin-block-start:0}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-heading-4){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-accordion){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-alert){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-badge-list){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-blockquote){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-button){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-button-group){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-data-list){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-figure){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-form-field){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-img){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-link){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-ordered-list){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-pagination){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-paragraph){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-separator){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-sidenav){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-badge-status){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-table){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-3:has(+.utrecht-unordered-list){--utrecht-heading-3-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:first-child{--utrecht-heading-4-margin-block-start:0}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-heading-5){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-accordion){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-alert){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-badge-list){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-blockquote){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-button){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-button-group){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-data-list){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-figure){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-form-field){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-img){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-link){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-ordered-list){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-pagination){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-paragraph){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-separator){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-sidenav){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-badge-status){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-table){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-4:has(+.utrecht-unordered-list){--utrecht-heading-4-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:first-child{--utrecht-heading-5-margin-block-start:0}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-heading-6){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-accordion){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-alert){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-badge-list){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-blockquote){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-button){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-button-group){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-data-list){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-figure){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-form-field){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-img){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-link){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-ordered-list){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-pagination){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-paragraph){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-separator){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-sidenav){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-badge-status){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-table){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-5:has(+.utrecht-unordered-list){--utrecht-heading-5-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:first-child{--utrecht-heading-6-margin-block-start:0}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-accordion){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-alert){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-badge-list){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-blockquote){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-button){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-button-group){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-data-list){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-figure){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-form-field){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-img){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-link){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-ordered-list){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-pagination){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-paragraph){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-separator){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-sidenav){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-badge-status){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-table){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-heading-6:has(+.utrecht-unordered-list){--utrecht-heading-6-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:first-child{--utrecht-accordion-margin-block-start:0}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-2){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-3){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-4){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-5){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-heading-6){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-accordion){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-alert){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-badge-list){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-blockquote){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-button){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-button-group){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-data-list){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-figure){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-form-field){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-img){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-link){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-ordered-list){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-paragraph){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-separator){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-sidenav){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-table){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-accordion:has(+.utrecht-unordered-list){--utrecht-accordion-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-alert:first-child{--utrecht-alert-margin-block-start:0}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-1){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-2){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-3){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-4){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-5){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-heading-6){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-accordion){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-alert){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-badge-list){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-blockquote){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-button){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-button-group){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-data-list){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-figure){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-form-field){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-img){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-link){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-ordered-list){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-pagination){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-paragraph){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-separator){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-badge-status){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-table){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-alert:has(+.utrecht-unordered-list){--utrecht-alert-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:first-child{--utrecht-badge-list-margin-block-start:0}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-1){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-2){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-3){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-4){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-5){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-heading-6){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-accordion){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-alert){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-blockquote){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-button){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-button-group){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-data-list){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-figure){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-form-field){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-img){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-link){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-ordered-list){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-paragraph){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-separator){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-table){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-badge-list:has(+.utrecht-unordered-list){--utrecht-badge-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:first-child{--utrecht-blockquote-margin-block-start:0}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-2){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-3){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-4){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-5){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-heading-6){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-accordion){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-alert){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-badge-list){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-blockquote){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-button){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-button-group){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-data-list){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-figure){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-form-field){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-img){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-link){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-ordered-list){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-pagination){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-paragraph){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-separator){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-table){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-blockquote:has(+.utrecht-unordered-list){--utrecht-blockquote-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:first-child{--utrecht-breadcrumb-nav-margin-block-start:0}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-1){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-2){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-3){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-4){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-5){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-heading-6){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-accordion){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-alert){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-badge-list){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-blockquote){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-button){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-button-group){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-data-list){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-figure){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-form-field){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-img){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-link){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-ordered-list){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-pagination){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-paragraph){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-separator){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-sidenav){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-badge-status){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-table){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-breadcrumb-nav:has(+.utrecht-unordered-list){--utrecht-breadcrumb-nav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:first-child{--utrecht-button-margin-block-start:0}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-2){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-3){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-4){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-5){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-heading-6){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-accordion){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-alert){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-badge-list){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-blockquote){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-button){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-button-group){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-data-list){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-figure){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-img){--utrecht-button-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-link){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-ordered-list){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-paragraph){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-separator){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-sidenav){--utrecht-button-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-table){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button:has(+.utrecht-unordered-list){--utrecht-button-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:first-child{--utrecht-button-group-margin-block-start:0}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-2){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-3){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-4){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-5){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-heading-6){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-accordion){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-alert){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-badge-list){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-blockquote){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-button){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-button-group){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-data-list){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-figure){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-img){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-link){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-ordered-list){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-paragraph){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-separator){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-sidenav){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-table){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-button-group:has(+.utrecht-unordered-list){--utrecht-button-group-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:first-child{--utrecht-data-list-margin-block-start:0}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-2){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-3){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-4){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-5){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-heading-6){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-accordion){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-alert){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-badge-list){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-blockquote){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-button){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-button-group){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-data-list){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-figure){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-form-field){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-img){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-link){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-ordered-list){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-pagination){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-paragraph){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-separator){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-table){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-data-list:has(+.utrecht-unordered-list){--utrecht-data-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:first-child{--utrecht-figure-margin-block-start:0}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-2){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-3){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-4){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-5){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-heading-6){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-accordion){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-alert){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-badge-list){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-blockquote){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-button){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-button-group){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-data-list){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-form-field){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-img){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-link){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-ordered-list){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-pagination){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-paragraph){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-separator){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-table){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-figure:has(+.utrecht-unordered-list){--utrecht-figure-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:first-child{--utrecht-form-field-margin-block-start:0}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-2){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-3){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-4){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-5){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-heading-6){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-accordion){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-alert){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-badge-list){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-blockquote){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-button){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-button-group){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-data-list){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-figure){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-form-field){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-img){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-link){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-ordered-list){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-paragraph){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-separator){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-table){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field:has(+.utrecht-unordered-list){--utrecht-form-field-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-description:first-child{--utrecht-form-field-description-margin-block-start:0}.utrecht-rich-text .utrecht-form-field-description:has(+.utrecht-form-field-error-message){--utrecht-form-field-description-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-description:has(+.utrecht-select){--utrecht-form-field-description-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-description:has(+.utrecht-textarea){--utrecht-form-field-description-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-description:has(+.utrecht-textbox){--utrecht-form-field-description-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:first-child{--utrecht-form-field-error-message-margin-block-start:0}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-form-field-description){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-form-field-error-message){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-select){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-textarea){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-field-error-message:has(+.utrecht-textbox){--utrecht-form-field-error-message-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-label:first-child{--utrecht-form-label-margin-block-start:0}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-form-field-description){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-confidant-margin-block-end)}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-form-field-error-message){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-select){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-textarea){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-form-label:has(+.utrecht-textbox){--utrecht-form-label-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:first-child{--utrecht-img-margin-block-start:0}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-2){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-3){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-4){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-5){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-heading-6){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-accordion){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-alert){--utrecht-img-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-badge-list){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-blockquote){--utrecht-img-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-button){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-button-group){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-data-list){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-form-field){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-img){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-link){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-ordered-list){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-pagination){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-paragraph){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-separator){--utrecht-img-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-table){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-img:has(+.utrecht-unordered-list){--utrecht-img-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:first-child{--utrecht-link-margin-block-start:0}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-2){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-3){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-4){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-5){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-heading-6){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-accordion){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-alert){--utrecht-link-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-badge-list){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-blockquote){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-button){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-button-group){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-data-list){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-form-field){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-img){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-link){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-ordered-list){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-paragraph){--utrecht-link-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-separator){--utrecht-link-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-sidenav){--utrecht-link-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-table){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-link:has(+.utrecht-unordered-list){--utrecht-link-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:first-child{--utrecht-ordered-list-margin-block-start:0}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-2){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-3){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-4){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-5){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-heading-6){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-accordion){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-alert){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-badge-list){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-blockquote){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-button){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-button-group){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-data-list){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-form-field){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-img){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-link){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-ordered-list){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-pagination){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-paragraph){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-separator){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-table){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-ordered-list:has(+.utrecht-unordered-list){--utrecht-ordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-pagination:first-child{--utrecht-pagination-margin-block-start:0}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-2){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-3){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-4){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-5){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-heading-6){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-accordion){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-alert){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-badge-list){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-blockquote){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-button){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-button-group){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-data-list){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-form-field){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-img){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-link){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-ordered-list){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-paragraph){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-separator){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-table){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-pagination:has(+.utrecht-unordered-list){--utrecht-pagination-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:first-child{--utrecht-paragraph-margin-block-start:0}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-2){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-3){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-4){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-5){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-heading-6){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-accordion){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-alert){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-badge-list){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-blockquote){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-button){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-button-group){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-data-list){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-form-field){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-img){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-link){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-ordered-list){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-pagination){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-paragraph){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-separator){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-table){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-paragraph:has(+.utrecht-unordered-list){--utrecht-paragraph-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-select:first-child{--utrecht-select-margin-block-start:0}.utrecht-rich-text .utrecht-select:has(+.utrecht-form-field-description){--utrecht-select-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-select:has(+.utrecht-form-field-error-message){--utrecht-select-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-separator:first-child{--utrecht-separator-margin-block-start:0}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-1){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-2){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-3){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-4){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-5){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-heading-6){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-accordion){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-alert){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-badge-list){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-blockquote){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-button){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-button-group){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-data-list){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-form-field){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-img){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-link){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-ordered-list){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-pagination){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-paragraph){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-separator){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-sidenav){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-table){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-separator:has(+.utrecht-unordered-list){--utrecht-separator-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:first-child{--utrecht-sidenav-margin-block-start:0}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-1){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-2){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-3){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-4){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-5){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-heading-6){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-accordion){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-alert){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-badge-list){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-blockquote){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-button){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-button-group){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-data-list){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-form-field){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-img){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-link){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-ordered-list){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-pagination){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-separator){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-table){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-sidenav:has(+.utrecht-unordered-list){--utrecht-sidenav-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:first-child{--utrecht-badge-status-margin-block-start:0}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-2){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-3){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-4){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-5){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-heading-6){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-badge-status:has(+.utrecht-badge-status){--utrecht-badge-status-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:first-child{--utrecht-table-margin-block-start:0}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-2){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-3){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-4){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-5){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-heading-6){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-accordion){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-alert){--utrecht-table-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-badge-list){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-blockquote){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-button){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-button-group){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-data-list){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-form-field){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-img){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-link){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-ordered-list){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-pagination){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-paragraph){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-separator){--utrecht-table-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-table){--utrecht-table-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-table:has(+.utrecht-unordered-list){--utrecht-table-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-textarea:first-child{--utrecht-textarea-margin-block-start:0}.utrecht-rich-text .utrecht-textarea:has(+.utrecht-form-field-description){--utrecht-textarea-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-textarea:has(+.utrecht-form-field-error-message){--utrecht-textarea-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-textbox:first-child{--utrecht-textbox-margin-block-start:0}.utrecht-rich-text .utrecht-textbox:has(+.utrecht-form-field-description){--utrecht-textbox-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-textbox:has(+.utrecht-form-field-error-message){--utrecht-textbox-margin-block-end:var(--utrecht-rich-text-best-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:first-child{--utrecht-unordered-list-margin-block-start:0}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-2){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-3){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-4){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-5){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-heading-6){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-accordion){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-alert){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-badge-list){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-blockquote){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-acquaintance-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-button){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-button-group){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-data-list){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-form-field){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-img){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-link){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-ordered-list){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-pagination){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-paragraph){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-separator){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-stranger-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-table){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}.utrecht-rich-text .utrecht-unordered-list:has(+.utrecht-unordered-list){--utrecht-unordered-list-margin-block-end:var(--utrecht-rich-text-friend-margin-block-end)}";
3432
- styleInject$a(css_248z$c);
2341
+ styleInject(css_248z$c);
3433
2342
 
3434
2343
  var _excluded$n = ["className", "children"];
3435
2344
  function ownKeys$n(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
@@ -3823,7 +2732,7 @@ var TableOfContentsLink = function TableOfContentsLink(_ref4) {
3823
2732
  className = _ref4.className,
3824
2733
  label = _ref4.label,
3825
2734
  restProps = _objectWithoutProperties(_ref4, _excluded4);
3826
- return jsxRuntime.jsxs(Link, _objectSpread$5(_objectSpread$5({
2735
+ return jsxRuntime.jsxs(linkReact.Link, _objectSpread$5(_objectSpread$5({
3827
2736
  className: clsx.clsx('utrecht-table-of-contents__link', className)
3828
2737
  }, restProps), {}, {
3829
2738
  children: [label && jsxRuntime.jsx("span", {
@@ -3934,42 +2843,122 @@ var ScrollLink = /*#__PURE__*/react.forwardRef(function (_ref, ref) {
3934
2843
  });
3935
2844
  ScrollLink.displayName = 'ScrollLink';
3936
2845
 
3937
- var css_248z$b = ".utrecht-select{background-color:var(--utrecht-select-background-color,var(--utrecht-form-control-background-color));border-block-end-width:var(--utrecht-select-border-block-end-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width)));border-block-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-color:var(--utrecht-select-border-color,var(--utrecht-form-control-border-color));border-inline-end-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-inline-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-radius:var(--utrecht-select-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;color:var(--utrecht-select-color,var(--utrecht-form-control-color));font-family:var(--utrecht-select-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-select-font-size,var(--utrecht-form-control-font-size));font-weight:var(--utrecht-select-font-size,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-select-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:var(--utrecht-select-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-select-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-select-padding-block-end,var(--utrecht-form-control-padding-block-end));padding-block-start:var(--utrecht-select-padding-block-start,var(--utrecht-form-control-padding-block-start));padding-inline-end:var(--utrecht-select-padding-inline-end,var(--utrecht-form-control-padding-inline-end));padding-inline-start:var(--utrecht-select-padding-inline-start,var(--utrecht-form-control-padding-inline-start))}.utrecht-select--disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-select--focus{background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-select--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-select--busy{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-select--invalid{--_utrecht-select-border-width:var(\n --utrecht-select-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-select-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-select-border-width);border-block-end-width:var(--utrecht-select-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-select-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-select-border-width)))));border-color:var(--utrecht-select-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))))}.utrecht-select--html-select:focus{background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-select--html-select:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-select--html-select:disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-select--html-select:not([multiple]){-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:var(--utrecht-select-background-image);background-position:100%;background-repeat:no-repeat;background-size:1.4em}";
3938
- styleInject$a(css_248z$b);
2846
+ var css_248z$b = ".utrecht-select{background-color:var(--utrecht-select-background-color,var(--utrecht-form-control-background-color));border-block-end-width:var(--utrecht-select-border-block-end-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width)));border-block-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-color:var(--utrecht-select-border-color,var(--utrecht-form-control-border-color));border-inline-end-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-inline-start-width:var(--utrecht-select-border-width,var(--utrecht-form-control-border-width));border-radius:var(--utrecht-select-border-radius,var(--utrecht-form-control-border-radius,0));border-style:solid;color:var(--utrecht-select-color,var(--utrecht-form-control-color));font-family:var(--utrecht-select-font-family,var(--utrecht-form-control-font-family));font-size:var(--utrecht-select-font-size,var(--utrecht-form-control-font-size));font-weight:var(--utrecht-select-font-size,var(--utrecht-form-control-font-weight,initial));inline-size:100%;line-height:var(--utrecht-select-line-height,var(--utrecht-form-control-line-height,initial));max-inline-size:var(--utrecht-select-max-inline-size,var(--utrecht-form-control-max-inline-size));min-block-size:var(--utrecht-select-min-block-size,var(--utrecht-pointer-target-min-size,44px));min-inline-size:var(--utrecht-pointer-target-min-size,44px);padding-block-end:var(--utrecht-select-padding-block-end,var(--utrecht-form-control-padding-block-end));padding-block-start:var(--utrecht-select-padding-block-start,var(--utrecht-form-control-padding-block-start));padding-inline-end:var(--utrecht-select-padding-inline-end,var(--utrecht-form-control-padding-inline-end));padding-inline-start:var(--utrecht-select-padding-inline-start,var(--utrecht-form-control-padding-inline-start))}.utrecht-select--disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-select--hover{background-color:var(--utrecht-select-hover-background-color,var(--utrecht-form-control-hover-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-hover-border-color,var(--utrecht-form-control-hover-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-hover-color,var(--utrecht-form-control-hover-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-select--focus{background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-select--focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-select--busy{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-select--invalid{--_utrecht-select-border-width:var(\n --utrecht-select-invalid-border-width,var(\n --utrecht-form-control-invalid-border-width,var(--utrecht-select-border-width,var(--utrecht-form-control-border-width))\n )\n );background-color:var(--utrecht-select-invalid-background-color,var(--utrecht-form-control-invalid-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-width:var(--_utrecht-select-border-width);border-block-end-width:var(--utrecht-select-invalid-border-block-end-width,var(--utrecht-form-control-invalid-border-block-end-width,var(--utrecht-select-border-block-end-width,var(--utrecht-form-control-border-block-end-width,var(--_utrecht-select-border-width)))));border-color:var(--utrecht-select-invalid-border-color,var(--utrecht-form-control-invalid-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))))}.utrecht-select--html-select:hover{background-color:var(--utrecht-select-hover-background-color,var(--utrecht-form-control-hover-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-hover-border-color,var(--utrecht-form-control-hover-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-hover-color,var(--utrecht-form-control-hover-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-select--html-select:focus{background-color:var(--utrecht-select-focus-background-color,var(--utrecht-form-control-focus-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-focus-border-color,var(--utrecht-form-control-focus-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-focus-color,var(--utrecht-form-control-focus-color,var(--utrecht-select-color,var(--utrecht-form-control-color))))}.utrecht-select--html-select:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert)}.utrecht-select--html-select:disabled{background-color:var(--utrecht-select-disabled-background-color,var(--utrecht-form-control-disabled-background-color,var(--utrecht-select-background-color,var(--utrecht-form-control-background-color))));border-color:var(--utrecht-select-disabled-border-color,var(--utrecht-form-control-disabled-border-color,var(--utrecht-select-border-color,var(--utrecht-form-control-border-color))));color:var(--utrecht-select-disabled-color,var(--utrecht-form-control-disabled-color,var(--utrecht-select-color,var(--utrecht-form-control-color))));cursor:var(--utrecht-action-disabled-cursor,not-allowed)}.utrecht-select--html-select:not([multiple]){-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:var(--utrecht-select-background-image);background-position:100%;background-repeat:no-repeat;background-size:1.4em}";
2847
+ styleInject(css_248z$b);
3939
2848
 
3940
2849
  var css_248z$a = ".utrecht-separator{border-color:var(--utrecht-separator-color);border-style:solid;border-width:0 0 var(--utrecht-separator-block-size) 0;margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-separator-margin-block-start, 0))}.utrecht-separator--distanced{--utrecht-space-around:1}";
3941
- styleInject$a(css_248z$a);
2850
+ styleInject(css_248z$a);
3942
2851
 
3943
2852
  var css_248z$9 = ".utrecht-skip-link{align-items:center;background-color:var(--utrecht-skip-link-background-color,ButtonFace);box-sizing:border-box;color:var(--utrecht-skip-link-color,ButtonText);display:inline-flex;justify-content:center;min-block-size:var(--utrecht-skip-link-min-block-size,44px);min-inline-size:var(--utrecht-skip-link-min-inline-size,44px);padding-block-end:var(--utrecht-skip-link-padding-block-end);padding-block-start:var(--utrecht-skip-link-padding-block-start);padding-inline-end:var(--utrecht-skip-link-padding-inline-end);padding-inline-start:var(--utrecht-skip-link-padding-inline-start);text-decoration:var(--utrecht-skip-link-text-decoration)}.utrecht-skip-link--hidden,.utrecht-skip-link--visible-on-focus{inset-block-start:-200%;position:fixed}.utrecht-skip-link--visible,.utrecht-skip-link--visible-on-focus:focus{--_utrecht-skip-link-inset:calc(var(--utrecht-focus-outline-width, 0px) + var(--utrecht-focus-outline-offset, 0px));inset-block-start:var(--_utrecht-skip-link-inset,0);inset-inline-start:var(--_utrecht-skip-link-inset,0);position:fixed;z-index:var(--utrecht-skip-link-z-index,var(--utrecht-layer-focus-z-index))}.utrecht-skip-link--focus{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);text-decoration:var(--utrecht-skip-link-focus-visible-text-decoration,var(--utrecht-skip-link-focus-text-decoration))}.utrecht-skip-link--focus-visible,.utrecht-skip-link:focus-visible{--_utrecht-focus-ring-box-shadow:0 0 0 var(--utrecht-focus-outline-width,0) var(--utrecht-focus-inverse-outline-color,transparent);box-shadow:var(--_utrecht-focus-ring-box-shadow);outline-color:var(--utrecht-focus-outline-color,revert);outline-offset:var(--utrecht-focus-outline-offset,revert);outline-style:var(--utrecht-focus-outline-style,revert);outline-width:var(--utrecht-focus-outline-width,revert);text-decoration:var(--utrecht-skip-link-focus-visible-text-decoration,var(--utrecht-skip-link-focus-text-decoration))}";
3944
- styleInject$a(css_248z$9);
2853
+ styleInject(css_248z$9);
3945
2854
 
3946
2855
  var css_248z$8 = ".utrecht-spotlight-section{background-color:var(--_utrecht-spotlight-section-background-color,var(--utrecht-spotlight-section-background-color));border-color:var(--_utrecht-spotlight-section-border-color,var(--utrecht-spotlight-section-border-color));border-style:solid;border-width:var(--_utrecht-spotlight-section-border-width,var(--utrecht-spotlight-section-border-width,0));color:var(--_utrecht-spotlight-section-color,var(--utrecht-spotlight-section-color));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-spotlight-section-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-spotlight-section-margin-block-start, 0));padding-block-end:var(--utrecht-spotlight-section-padding-block-end);padding-block-start:var(--utrecht-spotlight-section-padding-block-start);padding-inline-end:var(--utrecht-spotlight-section-padding-inline-end);padding-inline-start:var(--utrecht-spotlight-section-padding-inline-start)}.utrecht-spotlight-section--info{--_utrecht-spotlight-section-icon-color:var(--utrecht-spotlight-section-icon-info-color);--_utrecht-spotlight-section-background-color:var(--utrecht-spotlight-section-info-background-color);--_utrecht-spotlight-section-border-color:var(--utrecht-spotlight-section-info-border-color);--_utrecht-spotlight-section-border-width:var(--utrecht-spotlight-section-info-border-width);--_utrecht-spotlight-section-color:var(--utrecht-spotlight-section-info-color)}.utrecht-spotlight-section--warning{--_utrecht-spotlight-section-icon-color:var(--utrecht-spotlight-section-icon-warning-color);--_utrecht-spotlight-section-background-color:var(--utrecht-spotlight-section-warning-background-color);--_utrecht-spotlight-section-border-color:var(--utrecht-spotlight-section-warning-border-color);--_utrecht-spotlight-section-border-width:var(--utrecht-spotlight-section-warning-border-width);--_utrecht-spotlight-section-color:var(--utrecht-spotlight-section-warning-color)}.utrecht-spotlight-section--error{--_utrecht-spotlight-section-icon-color:var(--utrecht-spotlight-section-icon-error-color);--_utrecht-spotlight-section-background-color:var(--utrecht-spotlight-section-error-background-color);--_utrecht-spotlight-section-border-color:var(--utrecht-spotlight-section-error-border-color);--_utrecht-spotlight-section-border-width:var(--utrecht-spotlight-section-error-border-width);--_utrecht-spotlight-section-color:var(--utrecht-spotlight-section-error-color)}.utrecht-spotlight-section--ok{--_utrecht-spotlight-section-icon-color:var(--utrecht-spotlight-section-icon-ok-color);--_utrecht-spotlight-section-background-color:var(--utrecht-spotlight-section-ok-background-color);--_utrecht-spotlight-section-border-color:var(--utrecht-spotlight-section-ok-border-color);--_utrecht-spotlight-section-border-width:var(--utrecht-spotlight-section-ok-border-width);--_utrecht-spotlight-section-color:var(--utrecht-spotlight-section-ok-color)}";
3947
- styleInject$a(css_248z$8);
2856
+ styleInject(css_248z$8);
3948
2857
 
3949
2858
  var css_248z$7 = ".utrecht-badge-status{background-color:var(--utrecht-badge-background-color,#000);border-radius:var(--utrecht-badge-border-radius,.5ch);color:var(--utrecht-badge-color,#fff);display:inline-block;font-family:var(--utrecht-document-font-family,sans-serif);font-size:var(--utrecht-badge-font-size,inherit);font-style:var(--utrecht-badge-font-style,normal);font-weight:var(--utrecht-badge-font-weight,bold);letter-spacing:var(--utrecht-badge-status-letter-spacing,inherit);line-height:var(--utrecht-badge-line-height,1em);max-block-size:max-content;max-inline-size:max-content;min-block-size:1em;min-inline-size:1em;padding-block-end:var(--utrecht-badge-padding-block,.5ex);padding-block-start:var(--utrecht-badge-padding-block,.5ex);padding-inline-end:var(--utrecht-badge-padding-inline,.5ch);padding-inline-start:var(--utrecht-badge-padding-inline,.5ch);text-decoration:none;text-transform:var(--utrecht-badge-status-text-transform,inherit)}@media screen and (-ms-high-contrast:active),screen and (forced-colors:active){.utrecht-badge-status{border:1px solid}}.utrecht-badge-status--danger{background-color:var(--utrecht-feedback-danger-fill-background-color,#c00);color:var(--utrecht-feedback-danger-fill-color,#fff)}.utrecht-badge-status--warning{background-color:var(--utrecht-feedback-warning-fill-background-color,#fc0);color:var(--utrecht-feedback-warning-fill-color,#fff)}.utrecht-badge-status--safe{background-color:var(--utrecht-feedback-safe-fill-background-color,#80a659);color:var(--utrecht-feedback-safe-fill-color,#fff)}.utrecht-badge-status--neutral{background-color:var(--utrecht-feedback-neutral-fill-background-color,#000);color:var(--utrecht-feedback-neutral-fill-color,#fff)}.utrecht-badge-status--valid{background-color:var(--utrecht-feedback-valid-fill-background-color,var(--utrecht-feedback-safe-fill-background-color,#80a659));color:var(--utrecht-feedback-valid-fill-color,var(--utrecht-feedback-safe-fill-color,#fff))}.utrecht-badge-status--invalid{background-color:var(--utrecht-feedback-invalid-fill-background-color,var(--utrecht-feedback-danger-fill-background-color,#ffa600));color:var(--utrecht-feedback-invalid-fill-color,var(--utrecht-feedback-danger-fill-color,#fff))}.utrecht-badge-status--error{background-color:var(--utrecht-feedback-error-fill-background-color,var(--utrecht-feedback-danger-fill-background-color,#900));color:var(--utrecht-feedback-error-fill-color,var(--utrecht-feedback-danger-fill-color,#fff))}.utrecht-badge-status--success{background-color:var(--utrecht-feedback-success-fill-background-color,var(--utrecht-feedback-safe-fill-background-color,#80a659));color:var(--utrecht-feedback-success-fill-color,var(--utrecht-feedback-safe-fill-color,#fff))}.utrecht-badge-status--active{background-color:var(--utrecht-feedback-active-fill-background-color,var(--utrecht-feedback-safe-fill-background-color,#80a659));color:var(--utrecht-feedback-active-fill-color,var(--utrecht-feedback-safe-fill-color,#fff))}.utrecht-badge-status--inactive{background-color:var(--utrecht-feedback-inactive-fill-background-color,var(--utrecht-feedback-danger-fill-background-color,#c00));color:var(--utrecht-feedback-inactive-fill-color,var(--utrecht-feedback-danger-fill-color,#fff))}";
3950
- styleInject$a(css_248z$7);
2859
+ styleInject(css_248z$7);
3951
2860
 
3952
2861
  var css_248z$6 = ".utrecht-subscript--open-type{font-size:inherit;font-variant-position:sub;vertical-align:baseline}";
3953
- styleInject$a(css_248z$6);
2862
+ styleInject(css_248z$6);
3954
2863
 
3955
2864
  var css_248z$5 = ".utrecht-superscript--open-type{font-size:inherit;font-variant-position:super;vertical-align:baseline}";
3956
- styleInject$a(css_248z$5);
2865
+ styleInject(css_248z$5);
3957
2866
 
3958
2867
  var css_248z$4 = ".utrecht-surface{background-color:var(--utrecht-surface-background-color,inherit);color:var(--utrecht-surface-color,inherit)}.utrecht-surface--html-body{margin-block-end:0;margin-block-start:0;margin-inline-end:0;margin-inline-start:0}";
3959
- styleInject$a(css_248z$4);
2868
+ styleInject(css_248z$4);
3960
2869
 
3961
2870
  var css_248z$3 = ".utrecht-table-container--overflow-inline{background-attachment:local,local,scroll,scroll;background-image:linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,#fff,#fff),linear-gradient(90deg,rgba(0,0,0,.25),hsla(0,0%,100%,0)),linear-gradient(270deg,rgba(0,0,0,.25),hsla(0,0%,100%,0));background-position:0,100%,0,100%;background-repeat:no-repeat;background-size:20px 100%,20px 100%,10px 100%,10px 100%;overflow:auto}.utrecht-table{border-collapse:separate;border-color:var(--utrecht-table-border-color,0);border-spacing:0;border-style:solid;border-width:var(--utrecht-table-border-width,0);font-family:var(--utrecht-table-font-family,var(--utrecht-document-font-family));font-size:var(--utrecht-table-font-size,inherit);inline-size:100%;line-height:var(--utrecht-table-line-height,inherit);margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-end, 0));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-table-margin-block-start, 0))}.utrecht-table--distanced{--utrecht-space-around:1}.utrecht-table--html-table>caption,.utrecht-table--html-table>figcaption,.utrecht-table__caption,.utrecht-table__figcaption{break-inside:avoid;color:var(--utrecht-table-caption-color);font-family:var(--utrecht-table-caption-font-family);font-size:var(--utrecht-table-caption-font-size);font-weight:var(--utrecht-table-caption-font-weight);line-height:var(--utrecht-table-caption-line-height);margin-block-end:var(--utrecht-table-caption-margin-block-end);page-break-after:avoid;text-align:var(--utrecht-table-caption-text-align,center)}.utrecht-table--html-table>thead,.utrecht-table__header{--_utrecht-table-header-cell-vertical-align:bottom;--_utrecht-table-header-cell-z-index:8;background-color:var(--utrecht-table-header-background-color,transparent);break-inside:avoid;color:var(--utrecht-table-header-color);font-weight:var(--utrecht-table-header-font-weight);page-break-inside:avoid;text-transform:var(--utrecht-table-header-text-transform)}.utrecht-table__header--sticky th{background-color:var(--utrecht-table-header-sticky-background-color,transparent);color:var(--utrecht-table-header-sticky-color);inset-block-start:0;position:sticky}.utrecht-table__header--sticky tr:last-child>th{border-block-end-color:var(--utrecht-table-header-sticky-border-block-end-color,var(--utrecht-table-header-border-block-end-color,transparent));border-block-end-style:solid;border-block-end-width:var(--utrecht-table-header-sticky-border-block-end-width,var(--utrecht-table-header-border-block-end-width,0))}.utrecht-table__footer{--_utrecht-table-header-cell-z-index:5;z-index:3}.utrecht-table__footer--sticky{background-color:var(--utrecht-table-footer-sticky-background-color,var(--utrecht-table-footer-background-color,transparent));color:var(--utrecht-table-footer-sticky-color,var(--utrecht-table-footer-color));inset-block-end:0;position:sticky}.utrecht-table__footer--sticky tr:first-child>td,.utrecht-table__footer--sticky tr:first-child>th{border-block-start-color:var(--utrecht-table-header-sticky-border-block-start-color,var(--utrecht-table-header-border-block-start-color,transparent));border-block-start-style:solid;border-block-start-width:var(--utrecht-table-header-sticky-border-block-start-width,var(--utrecht-table-header-border-block-start-width,0))}.utrecht-table--html-table>tbody,.utrecht-table__body{--_utrecht-table-header-cell-z-index:2}.utrecht-table--fixed{inline-size:fit-content;table-layout:fixed}.utrecht-table--fixed th,.utrecht-table--oneline td,.utrecht-table--oneline th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.utrecht-table--html-table>tbody>tr,.utrecht-table--html-table>tfoot>tr,.utrecht-table--html-table>thead>tr,.utrecht-table--html-table>tr,.utrecht-table__row{break-inside:avoid;page-break-inside:avoid}.utrecht-table__row--selected{background-color:var(--utrecht-table-cell-selected-background-color,highlight);color:var(--utrecht-table-cell-selected-color,highlightText)}.utrecht-table--html-table>tbody>tr>th,.utrecht-table--html-table>tfoot>tr>th,.utrecht-table--html-table>thead>tr>th,.utrecht-table--html-table>tr>th,.utrecht-table__header-cell{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);color:var(--utrecht-table-header-cell-color);font-size:var(--utrecht-table-header-cell-font-size);font-weight:var(--utrecht-table-header-cell-font-weight,bold);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start;text-transform:var(--utrecht-table-header-cell-text-transform);vertical-align:var(--_utrecht-table-header-cell-vertical-align,top);z-index:var(--_utrecht-table-header-cell-z-index)}.utrecht-table__header-cell--selected{background-color:var(--utrecht-table-cell-selected-background-color,highlight);color:var(--utrecht-table-cell-selected-color,highlightText)}.utrecht-table__header-cell--sticky-block{background-color:#eee;color:#000;inset-block-start:0;position:sticky;z-index:calc(var(--_utrecht-table-header-cell-z-index, 0) + 2)}.utrecht-table__header-cell--sticky-inline{background-color:#eee;color:#000;inset-inline-start:0;position:sticky;z-index:calc(var(--_utrecht-table-header-cell-z-index, 0) + 1)}.utrecht-table--html-table>tbody>tr>td,.utrecht-table--html-table>tfoot>tr>td,.utrecht-table--html-table>thead>tr>td,.utrecht-table--html-table>tr>td,.utrecht-table__cell{--utrecht-icon-size:var(--utrecht-table-cell-icon-size);block-size:var(--utrecht-table-cell-line-height,1em);border-block-end-color:var(--utrecht-table-row-border-block-end-color,transparent);border-block-end-style:solid;border-block-end-width:var(--utrecht-table-row-border-block-end-width,0);line-height:var(--utrecht-table-cell-line-height,inherit);padding-block-end:var(--utrecht-table-cell-padding-block-end,0);padding-block-start:var(--utrecht-table-cell-padding-block-start,0);padding-inline-end:var(--utrecht-table-cell-padding-inline-end,0);padding-inline-start:var(--utrecht-table-cell-padding-inline-start,0);text-align:start;vertical-align:top}.utrecht-table--html-table>tbody>tr>td:first-child,.utrecht-table--html-table>tfoot>tr>td:first-child,.utrecht-table--html-table>thead>tr>td:first-child,.utrecht-table--html-table>tr>td:first-child,.utrecht-table__cell--first{padding-inline-start:var(--utrecht-table-row-padding-inline-start,var(--utrecht-table-cell-padding-inline-start,0))}.utrecht-table--html-table>tbody>tr>td:last-child,.utrecht-table--html-table>tfoot>tr>td:last-child,.utrecht-table--html-table>thead>tr>td:last-child,.utrecht-table--html-table>tr>td:last-child,.utrecht-table__cell--last{padding-inline-end:var(--utrecht-table-row-padding-inline-end,var(--utrecht-table-cell-padding-inline-end,0))}.utrecht-table__cell--selected{background-color:var(--utrecht-table-cell-selected-background-color,highlight);color:var(--utrecht-table-cell-selected-color,highlightText)}.utrecht-table__cell--numeric-column,.utrecht-table__header-cell--numeric-column{--_utrecht-table-cell-text-align:right;text-align:var(--_utrecht-table-cell-text-align)}.utrecht-table__cell--numeric-data{font-variant-numeric:lining-nums tabular-nums}.utrecht-table__row--alternate-odd{background-color:var(--utrecht-table-row-alternate-odd-background-color,transparent);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-table__row--alternate-even{background-color:var(--utrecht-table-row-alternate-even-background-color,transparent);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-table__header-cell{--utrecht-button-font-size:inherit;--utrecht-button-font-weight:inherit;--utrecht-button-padding-inline-start:var(--utrecht-table-cell-padding-inline-start);--utrecht-button-padding-inline-end:var(--utrecht-table-cell-padding-inline-end);--utrecht-button-padding-block-start:var(--utrecht-table-cell-padding-block-start);--utrecht-button-padding-block-end:var(--utrecht-table-cell-padding-block-end);--utrecht-button-hover-scale:1;--utrecht-button-focus-scale:1;--utrecht-button-min-block-size:100%;--utrecht-button-min-inline-size:100%;--utrecht-button-border-color:transparent;--utrecht-button-border-size:1px}.utrecht-table__header-cell:has(.utrecht-button){padding-block-end:0;padding-block-start:0;padding-inline-end:0;padding-inline-start:0}.utrecht-table__header-cell-button{justify-content:var(--_utrecht-table-cell-text-align,start)}.utrecht-table__data--truncate{display:block;max-inline-size:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.utrecht-table__container{max-inline-size:100%;overflow-inline:scroll}.utrecht-table__header--hidden{clip:rect(1px,1px,1px,1px);block-size:1px;border:0 solid silver;clip-path:inset(50%);inline-size:1px;outline:1px solid red;overflow:hidden;padding:0;position:absolute;white-space:nowrap}.utrecht-table--busy{cursor:var(--utrecht-action-busy-cursor,busy)}.utrecht-table--alternate-row-color .utrecht-table__body .utrecht-table__row:nth-child(odd){background-color:var(--utrecht-table-row-alternate-odd-background-color,transparent);color:var(--utrecht-table-row-alternate-odd-color)}.utrecht-table--alternate-row-color .utrecht-table__body .utrecht-table__row:nth-child(2n){background-color:var(--utrecht-table-row-alternate-even-background-color,transparent);color:var(--utrecht-table-row-alternate-even-color)}.utrecht-table--row-hover .utrecht-table__body .utrecht-table__row:hover .utrecht-table__cell,.utrecht-table--row-hover .utrecht-table__body .utrecht-table__row:hover .utrecht-table__header-cell{background-color:#ffefd5;color:maroon}.utrecht-table--row-focus-within .utrecht-table__body .utrecht-table__row:focus-within .utrecht-table__cell,.utrecht-table--row-focus-within .utrecht-table__body .utrecht-table__row:focus-within .utrecht-table__header-cell{background-color:#ffefd5;color:maroon}";
3962
- styleInject$a(css_248z$3);
2871
+ styleInject(css_248z$3);
3963
2872
 
3964
2873
  var css_248z$2 = ".utrecht-table-of-contents{page-break-inside:avoid}.utrecht-table-of-contents__list{list-style-type:none;padding-inline-start:0;page-break-inside:avoid}.utrecht-table-of-contents__list-item{margin-block-end:var(--utrecht-unordered-list-item-margin-block-end);margin-block-start:var(--utrecht-unordered-list-item-margin-block-start)}.utrecht-table-of-contents__list-item:before{content:\"\"}.utrecht-table-of-contents__list-item-label{font-variant-numeric:lining-nums tabular-nums}";
3965
- styleInject$a(css_248z$2);
2874
+ styleInject(css_248z$2);
3966
2875
 
3967
2876
  var css_248z$1 = ".utrecht-url-data{break-inside:avoid;font-variant-ligatures:none;hyphens:none;overflow-wrap:anywhere;page-break-inside:avoid}";
3968
- styleInject$a(css_248z$1);
2877
+ styleInject(css_248z$1);
3969
2878
 
3970
2879
  var css_248z = "@charset \"UTF-8\";.utrecht-unordered-list,.utrecht-unordered-list--html-content ul{box-sizing:border-box;font-family:var(--utrecht-document-font-family,inherit);font-size:var(--utrecht-unordered-list-font-size,var(--utrecht-document-font-size,inherit));line-height:var(--utrecht-unordered-list-line-height,var(--utrecht-document-line-height,inherit));margin-block-end:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-end, var(--utrecht-paragraph-margin-block-end, 0)));margin-block-start:calc(var(--utrecht-space-around, 0)*var(--utrecht-unordered-list-margin-block-start, var(--utrecht-paragraph-margin-block-start, 0)));padding-inline-start:var(--utrecht-unordered-list-padding-inline-start,2ch);text-align:start}.utrecht-unordered-list--center{inline-size:max-content;margin-inline-end:auto;margin-inline-start:auto;max-inline-size:100%}.utrecht-unordered-list--distanced{--utrecht-space-around:1}.utrecht-unordered-list--html-content ul,.utrecht-unordered-list--nested{margin-block-end:0;margin-inline-start:2ch}.utrecht-unordered-list--html-content ul>li,.utrecht-unordered-list--html-content>li,.utrecht-unordered-list__item{margin-block-end:var(--utrecht-unordered-list-item-margin-block-end);margin-block-start:var(--utrecht-unordered-list-item-margin-block-start);padding-inline-start:var(--utrecht-unordered-list-item-padding-inline-start,1ch)}.utrecht-unordered-list--html-content ul>li::marker,.utrecht-unordered-list--html-content>li::marker,.utrecht-unordered-list__item::marker,.utrecht-unordered-list__marker{color:var(--utrecht-unordered-list-marker-color);content:\"●\"}";
3971
- styleInject$a(css_248z);
2880
+ styleInject(css_248z);
3972
2881
 
2882
+ Object.defineProperty(exports, "Button", {
2883
+ enumerable: true,
2884
+ get: function () { return css.Button; }
2885
+ });
2886
+ Object.defineProperty(exports, "PrimaryActionButton", {
2887
+ enumerable: true,
2888
+ get: function () { return css.PrimaryActionButton; }
2889
+ });
2890
+ Object.defineProperty(exports, "SecondaryActionButton", {
2891
+ enumerable: true,
2892
+ get: function () { return css.SecondaryActionButton; }
2893
+ });
2894
+ Object.defineProperty(exports, "SubtleButton", {
2895
+ enumerable: true,
2896
+ get: function () { return css.SubtleButton; }
2897
+ });
2898
+ Object.defineProperty(exports, "Checkbox", {
2899
+ enumerable: true,
2900
+ get: function () { return css$1.Checkbox; }
2901
+ });
2902
+ Object.defineProperty(exports, "Combobox", {
2903
+ enumerable: true,
2904
+ get: function () { return css$2.Combobox; }
2905
+ });
2906
+ Object.defineProperty(exports, "ComboboxPopover", {
2907
+ enumerable: true,
2908
+ get: function () { return css$2.ComboboxPopover; }
2909
+ });
2910
+ Object.defineProperty(exports, "Fieldset", {
2911
+ enumerable: true,
2912
+ get: function () { return css$3.Fieldset; }
2913
+ });
2914
+ Object.defineProperty(exports, "FieldsetLegend", {
2915
+ enumerable: true,
2916
+ get: function () { return css$3.FieldsetLegend; }
2917
+ });
2918
+ Object.defineProperty(exports, "FormField", {
2919
+ enumerable: true,
2920
+ get: function () { return css$4.FormField; }
2921
+ });
2922
+ Object.defineProperty(exports, "FormFieldCheckbox", {
2923
+ enumerable: true,
2924
+ get: function () { return css$5.FormFieldCheckbox; }
2925
+ });
2926
+ Object.defineProperty(exports, "FormFieldDescription", {
2927
+ enumerable: true,
2928
+ get: function () { return css$6.FormFieldDescription; }
2929
+ });
2930
+ Object.defineProperty(exports, "FormFieldErrorMessage", {
2931
+ enumerable: true,
2932
+ get: function () { return css$7.FormFieldErrorMessage; }
2933
+ });
2934
+ Object.defineProperty(exports, "Textbox", {
2935
+ enumerable: true,
2936
+ get: function () { return css$c.Textbox; }
2937
+ });
2938
+ Object.defineProperty(exports, "FormLabel", {
2939
+ enumerable: true,
2940
+ get: function () { return css$8.FormLabel; }
2941
+ });
2942
+ Object.defineProperty(exports, "Link", {
2943
+ enumerable: true,
2944
+ get: function () { return css$9.Link; }
2945
+ });
2946
+ Object.defineProperty(exports, "Listbox", {
2947
+ enumerable: true,
2948
+ get: function () { return css$a.Listbox; }
2949
+ });
2950
+ Object.defineProperty(exports, "ListboxOption", {
2951
+ enumerable: true,
2952
+ get: function () { return css$a.ListboxOption; }
2953
+ });
2954
+ Object.defineProperty(exports, "ListboxOptionGroup", {
2955
+ enumerable: true,
2956
+ get: function () { return css$a.ListboxOptionGroup; }
2957
+ });
2958
+ Object.defineProperty(exports, "RadioButton", {
2959
+ enumerable: true,
2960
+ get: function () { return css$b.RadioButton; }
2961
+ });
3973
2962
  exports.Accordion = Accordion;
3974
2963
  exports.AccordionProvider = AccordionProvider;
3975
2964
  exports.AccordionSection = AccordionSection;
@@ -3983,16 +2972,12 @@ exports.Blockquote = Blockquote;
3983
2972
  exports.BreadcrumbNav = BreadcrumbNav;
3984
2973
  exports.BreadcrumbNavLink = BreadcrumbNavLink;
3985
2974
  exports.BreadcrumbNavSeparator = BreadcrumbNavSeparator;
3986
- exports.Button = Button$1;
3987
2975
  exports.ButtonGroup = ButtonGroup;
3988
2976
  exports.ButtonLink = ButtonLink;
3989
- exports.Checkbox = Checkbox$1;
3990
2977
  exports.Code = Code;
3991
2978
  exports.CodeBlock = CodeBlock;
3992
2979
  exports.ColorSample = ColorSample;
3993
2980
  exports.ColumnLayout = ColumnLayout;
3994
- exports.Combobox = Combobox;
3995
- exports.ComboboxPopover = ComboboxPopover;
3996
2981
  exports.CurrencyData = CurrencyData;
3997
2982
  exports.DataBadge = DataBadge;
3998
2983
  exports.DataList = DataList;
@@ -4004,17 +2989,10 @@ exports.DataPlaceholder = DataPlaceholder;
4004
2989
  exports.Document = Document;
4005
2990
  exports.Drawer = Drawer;
4006
2991
  exports.Emphasis = Emphasis;
4007
- exports.Fieldset = Fieldset;
4008
- exports.FieldsetLegend = FieldsetLegend;
4009
2992
  exports.Figure = Figure;
4010
2993
  exports.FigureCaption = FigureCaption;
4011
- exports.FormField = FormField$2;
4012
- exports.FormFieldCheckbox = FormFieldCheckbox;
4013
- exports.FormFieldDescription = FormFieldDescription$1;
4014
- exports.FormFieldErrorMessage = FormFieldErrorMessage$1;
4015
2994
  exports.FormFieldTextarea = FormFieldTextarea;
4016
2995
  exports.FormFieldTextbox = FormFieldTextbox;
4017
- exports.FormLabel = FormLabel;
4018
2996
  exports.FormToggle = FormToggle;
4019
2997
  exports.HTMLContent = HTMLContent;
4020
2998
  exports.Heading = Heading;
@@ -4029,16 +3007,12 @@ exports.IBANData = IBANData;
4029
3007
  exports.Icon = Icon;
4030
3008
  exports.Image = Image;
4031
3009
  exports.IndexCharNav = IndexCharNav;
4032
- exports.Link = Link;
4033
3010
  exports.LinkButton = LinkButton;
4034
3011
  exports.LinkList = LinkList;
4035
3012
  exports.LinkListLink = LinkListLink;
4036
3013
  exports.LinkSocial = LinkSocial;
4037
3014
  exports.ListSocial = ListSocial;
4038
3015
  exports.ListSocialItem = ListSocialItem;
4039
- exports.Listbox = Listbox;
4040
- exports.ListboxOption = ListboxOption;
4041
- exports.ListboxOptionGroup = ListboxOptionGroup;
4042
3016
  exports.Logo = Logo;
4043
3017
  exports.LogoImage = LogoImage;
4044
3018
  exports.Mark = Mark;
@@ -4058,11 +3032,8 @@ exports.PageHeader = PageHeader;
4058
3032
  exports.Paragraph = Paragraph;
4059
3033
  exports.PreHeading = PreHeading;
4060
3034
  exports.PreserveData = PreserveData;
4061
- exports.PrimaryActionButton = PrimaryActionButton;
4062
- exports.RadioButton = RadioButton;
4063
3035
  exports.RichText = RichText;
4064
3036
  exports.ScrollLink = ScrollLink;
4065
- exports.SecondaryActionButton = SecondaryActionButton;
4066
3037
  exports.Select = Select;
4067
3038
  exports.SelectOption = SelectOption;
4068
3039
  exports.Separator = Separator;
@@ -4071,7 +3042,6 @@ exports.SpotlightSection = SpotlightSection;
4071
3042
  exports.StatusBadge = StatusBadge;
4072
3043
  exports.Strong = Strong;
4073
3044
  exports.Subscript = Subscript;
4074
- exports.SubtleButton = SubtleButton;
4075
3045
  exports.Superscript = Superscript;
4076
3046
  exports.Surface = Surface;
4077
3047
  exports.Table = Table;
@@ -4088,8 +3058,7 @@ exports.TableOfContentsList = TableOfContentsList;
4088
3058
  exports.TableOfContentsListItem = TableOfContentsListItem;
4089
3059
  exports.TableRow = TableRow;
4090
3060
  exports.Textarea = Textarea;
4091
- exports.Textbox = Textbox$1;
4092
3061
  exports.URLData = URLData;
4093
3062
  exports.UnorderedList = UnorderedList;
4094
3063
  exports.UnorderedListItem = UnorderedListItem;
4095
- //# sourceMappingURL=index.js.map
3064
+ //# sourceMappingURL=index.cjs.map