@swisspost/design-system-components 8.1.0 → 8.2.1
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.
- package/dist/cjs/{index-a1440961.js → index-01f30442.js} +13 -0
- package/dist/cjs/{index-baad16da.js → index-c15bd800.js} +43 -5
- package/dist/cjs/index.cjs.js +19 -17
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/{package-fd539ea9.js → package-69bba137.js} +1 -1
- package/dist/cjs/{post-accordion-bebb0498.js → post-accordion-3da9563f.js} +2 -2
- package/dist/cjs/{post-accordion-item-b15bcbb9.js → post-accordion-item-57046b20.js} +3 -3
- package/dist/cjs/post-accordion-item.cjs.entry.js +4 -4
- package/dist/cjs/post-accordion.cjs.entry.js +3 -3
- package/dist/cjs/{post-alert-4a1ab7e3.js → post-alert-54b0ed5d.js} +3 -3
- package/dist/cjs/post-alert.cjs.entry.js +4 -4
- package/dist/cjs/post-card-control-407e03b7.js +272 -0
- package/dist/cjs/post-card-control.cjs.entry.js +3 -3
- package/dist/cjs/{post-collapsible-trigger-b82b368e.js → post-collapsible-trigger-68e20fe1.js} +3 -3
- package/dist/cjs/post-collapsible_2.cjs.entry.js +4 -4
- package/dist/cjs/post-components.cjs.js +2 -2
- package/dist/cjs/{post-icon-36f7a65e.js → post-icon-0fb3e3a5.js} +3 -3
- package/dist/cjs/post-icon.cjs.entry.js +4 -4
- package/dist/cjs/post-logo-f4c77b1a.js +39 -0
- package/dist/cjs/post-logo.cjs.entry.js +14 -0
- package/dist/cjs/{post-popover-eb936464.js → post-popover-01193d5f.js} +3 -3
- package/dist/cjs/post-popover.cjs.entry.js +3 -3
- package/dist/cjs/{post-popovercontainer-ba97a4b4.js → post-popovercontainer-d462f01b.js} +4 -4
- package/dist/cjs/post-popovercontainer.cjs.entry.js +3 -3
- package/dist/cjs/{post-rating-1df2edf5.js → post-rating-49248453.js} +3 -3
- package/dist/cjs/post-rating.cjs.entry.js +3 -3
- package/dist/cjs/{post-tab-header-52ce1af4.js → post-tab-header-01d91e1c.js} +3 -3
- package/dist/cjs/post-tab-header.cjs.entry.js +3 -3
- package/dist/cjs/{post-tab-panel-e94c9c58.js → post-tab-panel-9f29af4a.js} +3 -3
- package/dist/cjs/post-tab-panel.cjs.entry.js +3 -3
- package/dist/cjs/{post-tabs-af38f271.js → post-tabs-0952f6c0.js} +28 -7
- package/dist/cjs/post-tabs.cjs.entry.js +3 -3
- package/dist/cjs/{post-tag-1dcddcae.js → post-tag-7afb5956.js} +4 -4
- package/dist/cjs/post-tag.cjs.entry.js +3 -3
- package/dist/cjs/{post-tooltip-1e8d5f4e.js → post-tooltip-2c85c40a.js} +4 -4
- package/dist/cjs/post-tooltip.cjs.entry.js +4 -4
- package/dist/collection/collection-manifest.json +1 -0
- package/dist/collection/components/post-card-control/post-card-control.css +1 -1
- package/dist/collection/components/post-card-control/post-card-control.js +23 -25
- package/dist/collection/components/post-logo/post-logo.css +1 -0
- package/dist/collection/components/post-logo/post-logo.js +73 -0
- package/dist/collection/components/post-popover/post-popover.js +1 -1
- package/dist/collection/components/post-popovercontainer/post-popovercontainer.js +2 -2
- package/dist/collection/components/post-rating/post-rating.js +1 -1
- package/dist/collection/components/post-tab-header/post-tab-header.js +1 -1
- package/dist/collection/components/post-tab-panel/post-tab-panel.js +1 -1
- package/dist/collection/components/post-tabs/post-tabs.js +6 -5
- package/dist/collection/components/post-tag/post-tag.css +1 -1
- package/dist/collection/components/post-tag/post-tag.js +1 -1
- package/dist/collection/components/post-tooltip/post-tooltip.js +1 -1
- package/dist/collection/index.js +1 -0
- package/dist/collection/utils/component-on-ready.js +20 -0
- package/dist/collection/utils/index.js +1 -0
- package/dist/collection/utils/property-checkers/check-url.js +10 -0
- package/dist/collection/utils/property-checkers/index.js +3 -0
- package/dist/components/index.js +1 -0
- package/dist/components/index2.js +13 -1
- package/dist/components/package.js +1 -1
- package/dist/components/post-card-control2.js +21 -64
- package/dist/components/post-logo.d.ts +11 -0
- package/dist/components/post-logo.js +6 -0
- package/dist/components/post-logo2.js +56 -0
- package/dist/components/post-popover2.js +1 -1
- package/dist/components/post-popovercontainer2.js +2 -2
- package/dist/components/post-rating2.js +1 -1
- package/dist/components/post-tab-header2.js +1 -1
- package/dist/components/post-tab-panel2.js +1 -1
- package/dist/components/post-tabs2.js +26 -5
- package/dist/components/post-tag2.js +2 -2
- package/dist/components/post-tooltip2.js +1 -1
- package/dist/docs.json +64 -5
- package/dist/esm/{index-189d3985.js → index-0b56fc28.js} +43 -5
- package/dist/esm/{index-d1eba94c.js → index-f41b763f.js} +13 -1
- package/dist/esm/index.js +18 -17
- package/dist/esm/loader.js +3 -3
- package/dist/esm/{package-8c58ace7.js → package-cc8df0dd.js} +1 -1
- package/dist/esm/{post-accordion-6b2f2b73.js → post-accordion-0997a59a.js} +2 -2
- package/dist/esm/{post-accordion-item-c8614cda.js → post-accordion-item-6ed597ee.js} +3 -3
- package/dist/esm/post-accordion-item.entry.js +4 -4
- package/dist/esm/post-accordion.entry.js +3 -3
- package/dist/esm/{post-alert-de5e60d3.js → post-alert-a0eeba8b.js} +3 -3
- package/dist/esm/post-alert.entry.js +4 -4
- package/dist/esm/post-card-control-453166e5.js +270 -0
- package/dist/esm/post-card-control.entry.js +3 -3
- package/dist/esm/{post-collapsible-trigger-221d58c1.js → post-collapsible-trigger-ee4b6850.js} +3 -3
- package/dist/esm/post-collapsible_2.entry.js +4 -4
- package/dist/esm/post-components.js +3 -3
- package/dist/esm/{post-icon-0f2f4f9b.js → post-icon-91683e26.js} +3 -3
- package/dist/esm/post-icon.entry.js +4 -4
- package/dist/esm/post-logo-3f8cf707.js +37 -0
- package/dist/esm/post-logo.entry.js +6 -0
- package/dist/esm/{post-popover-2e6ada87.js → post-popover-b44d91a2.js} +3 -3
- package/dist/esm/post-popover.entry.js +3 -3
- package/dist/esm/{post-popovercontainer-0c396235.js → post-popovercontainer-23860260.js} +4 -4
- package/dist/esm/post-popovercontainer.entry.js +3 -3
- package/dist/esm/{post-rating-fcf19507.js → post-rating-dfd43afc.js} +3 -3
- package/dist/esm/post-rating.entry.js +3 -3
- package/dist/esm/{post-tab-header-75337bbc.js → post-tab-header-42bfc542.js} +3 -3
- package/dist/esm/post-tab-header.entry.js +3 -3
- package/dist/esm/{post-tab-panel-1ca4f5c9.js → post-tab-panel-233c4dc3.js} +3 -3
- package/dist/esm/post-tab-panel.entry.js +3 -3
- package/dist/esm/{post-tabs-77ac9eee.js → post-tabs-fdea9439.js} +28 -7
- package/dist/esm/post-tabs.entry.js +3 -3
- package/dist/esm/{post-tag-9741c642.js → post-tag-98651c1c.js} +4 -4
- package/dist/esm/post-tag.entry.js +3 -3
- package/dist/esm/{post-tooltip-c69b7162.js → post-tooltip-f46b5e51.js} +4 -4
- package/dist/esm/post-tooltip.entry.js +4 -4
- package/dist/post-components/index.esm.js +1 -1
- package/dist/post-components/p-0e04f44b.entry.js +1 -0
- package/dist/post-components/{p-88fc0fa3.js → p-17b8b241.js} +1 -1
- package/dist/post-components/p-18c01d62.js +1 -0
- package/dist/post-components/{p-e4acf838.js → p-1a4ef000.js} +1 -1
- package/dist/post-components/{p-8a781b6e.js → p-213cfa52.js} +1 -1
- package/dist/post-components/p-30af6382.entry.js +1 -0
- package/dist/post-components/p-326709cb.js +1 -0
- package/dist/post-components/{p-1e374a42.js → p-35f06c3d.js} +1 -1
- package/dist/post-components/p-3749f35b.entry.js +1 -0
- package/dist/post-components/p-444824a1.entry.js +1 -0
- package/dist/post-components/{p-d2753c4a.js → p-4aef4c0b.js} +1 -1
- package/dist/post-components/p-4c229386.js +1 -0
- package/dist/post-components/{p-32713474.js → p-50bc322d.js} +1 -1
- package/dist/post-components/p-605b64b4.entry.js +1 -0
- package/dist/post-components/p-60cc57a5.entry.js +1 -0
- package/dist/post-components/p-660594c0.js +1 -0
- package/dist/post-components/p-7bf744e9.entry.js +1 -0
- package/dist/post-components/p-94d8f3d2.entry.js +1 -0
- package/dist/post-components/{p-38abadc5.js → p-968de7fe.js} +2 -2
- package/dist/post-components/p-b41129e7.entry.js +1 -0
- package/dist/post-components/p-b545df93.entry.js +1 -0
- package/dist/post-components/p-b5fa3ba0.entry.js +1 -0
- package/dist/post-components/{p-ed2b2d33.js → p-b96c35d4.js} +1 -1
- package/dist/post-components/{p-d36a5db5.js → p-bd339c2c.js} +1 -1
- package/dist/post-components/{p-2c424cd4.js → p-c0aa6d02.js} +1 -1
- package/dist/post-components/p-c4f5fa27.entry.js +1 -0
- package/dist/post-components/p-c998fdc9.entry.js +1 -0
- package/dist/post-components/p-cb757310.js +1 -0
- package/dist/post-components/p-d2912c01.entry.js +1 -0
- package/dist/post-components/p-d2f9de94.js +2 -0
- package/dist/post-components/p-deb4131c.js +1 -0
- package/dist/post-components/p-e00b4f0d.entry.js +1 -0
- package/dist/post-components/p-f04634da.js +1 -0
- package/dist/post-components/post-components.esm.js +1 -1
- package/dist/types/components/post-card-control/post-card-control.d.ts +5 -7
- package/dist/types/components/post-logo/post-logo.d.ts +14 -0
- package/dist/types/components.d.ts +29 -8
- package/dist/types/index.d.ts +1 -0
- package/dist/types/utils/component-on-ready.d.ts +6 -0
- package/dist/types/utils/index.d.ts +1 -0
- package/dist/types/utils/property-checkers/check-url.d.ts +1 -0
- package/dist/types/utils/property-checkers/index.d.ts +2 -0
- package/loaders/attribute-observer.js +25 -0
- package/loaders/check-non-empty.js +9 -0
- package/loaders/check-one-of.js +6 -0
- package/loaders/check-type.js +14 -0
- package/loaders/constants.js +3 -0
- package/loaders/fade.js +7 -0
- package/loaders/heading-levels.js +3 -0
- package/loaders/index.d.ts +68 -0
- package/loaders/index.js +18 -0
- package/loaders/index2.js +34 -0
- package/loaders/package.js +3 -0
- package/loaders/post-accordion-item.d.ts +11 -0
- package/loaders/post-accordion-item.js +86 -0
- package/loaders/post-accordion.d.ts +11 -0
- package/loaders/post-accordion.js +128 -0
- package/loaders/post-alert.d.ts +11 -0
- package/loaders/post-alert.js +139 -0
- package/loaders/post-card-control.d.ts +11 -0
- package/loaders/post-card-control.js +306 -0
- package/loaders/post-collapsible-trigger.d.ts +11 -0
- package/loaders/post-collapsible-trigger.js +6 -0
- package/loaders/post-collapsible-trigger2.js +144 -0
- package/loaders/post-collapsible.d.ts +11 -0
- package/loaders/post-collapsible.js +6 -0
- package/loaders/post-collapsible2.js +103 -0
- package/loaders/post-icon.d.ts +11 -0
- package/loaders/post-icon.js +6 -0
- package/loaders/post-icon2.js +136 -0
- package/loaders/post-logo.d.ts +11 -0
- package/loaders/post-logo.js +59 -0
- package/loaders/post-popover.d.ts +11 -0
- package/loaders/post-popover.js +133 -0
- package/loaders/post-popovercontainer.d.ts +11 -0
- package/loaders/post-popovercontainer.js +6 -0
- package/loaders/post-popovercontainer2.js +2204 -0
- package/loaders/post-rating.d.ts +11 -0
- package/loaders/post-rating.js +116 -0
- package/loaders/post-tab-header.d.ts +11 -0
- package/loaders/post-tab-header.js +53 -0
- package/loaders/post-tab-panel.d.ts +11 -0
- package/loaders/post-tab-panel.js +45 -0
- package/loaders/post-tabs.d.ts +11 -0
- package/loaders/post-tabs.js +192 -0
- package/loaders/post-tag.d.ts +11 -0
- package/loaders/post-tag.js +77 -0
- package/loaders/post-tooltip.d.ts +11 -0
- package/loaders/post-tooltip.js +5000 -0
- package/package.json +12 -11
- package/dist/cjs/post-card-control-c363c793.js +0 -315
- package/dist/esm/post-card-control-38a302fe.js +0 -313
- package/dist/post-components/p-02d1f275.js +0 -1
- package/dist/post-components/p-28e17fd1.entry.js +0 -1
- package/dist/post-components/p-6dd5d5ba.entry.js +0 -1
- package/dist/post-components/p-726fec57.js +0 -1
- package/dist/post-components/p-7301b124.entry.js +0 -1
- package/dist/post-components/p-7bdec425.js +0 -1
- package/dist/post-components/p-7fc15b07.entry.js +0 -1
- package/dist/post-components/p-80f33a98.js +0 -1
- package/dist/post-components/p-8126cca3.entry.js +0 -1
- package/dist/post-components/p-8b86cde6.entry.js +0 -1
- package/dist/post-components/p-95b7403d.entry.js +0 -1
- package/dist/post-components/p-a0187d40.entry.js +0 -1
- package/dist/post-components/p-a5c8a3de.js +0 -1
- package/dist/post-components/p-a931e3c6.entry.js +0 -1
- package/dist/post-components/p-b5f7d9e5.entry.js +0 -1
- package/dist/post-components/p-b9176139.entry.js +0 -1
- package/dist/post-components/p-c0f265c8.js +0 -2
- package/dist/post-components/p-c88f169d.entry.js +0 -1
- package/dist/post-components/p-e6bc1a0c.entry.js +0 -1
- package/dist/post-components/p-ea2954f3.entry.js +0 -1
- package/dist/post-components/p-f91c0e1b.js +0 -1
|
@@ -1,315 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
const index = require('./index-baad16da.js');
|
|
4
|
-
const checkOneOf = require('./check-one-of-f4f5d0c0.js');
|
|
5
|
-
const checkNonEmpty = require('./check-non-empty-eeaa8f77.js');
|
|
6
|
-
const _package = require('./package-fd539ea9.js');
|
|
7
|
-
|
|
8
|
-
function parse(scss) {
|
|
9
|
-
return Object.entries(scss).reduce((object, [path, value]) => {
|
|
10
|
-
let output = object;
|
|
11
|
-
path.split('_').forEach((key, i, values) => {
|
|
12
|
-
const pathKey = key;
|
|
13
|
-
const normalized = /^\[.*\]$/.test(value) ? JSON.parse(value) : value;
|
|
14
|
-
const pathValue = i >= values.length - 1 ? normalized : output[pathKey] || {};
|
|
15
|
-
output[pathKey] = pathValue;
|
|
16
|
-
output = output[pathKey];
|
|
17
|
-
});
|
|
18
|
-
return object;
|
|
19
|
-
}, {});
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
function styleInject(css, ref) {
|
|
23
|
-
if ( ref === void 0 ) ref = {};
|
|
24
|
-
var insertAt = ref.insertAt;
|
|
25
|
-
|
|
26
|
-
if (!css || typeof document === 'undefined') { return; }
|
|
27
|
-
|
|
28
|
-
var head = document.head || document.getElementsByTagName('head')[0];
|
|
29
|
-
var style = document.createElement('style');
|
|
30
|
-
style.type = 'text/css';
|
|
31
|
-
|
|
32
|
-
if (insertAt === 'top') {
|
|
33
|
-
if (head.firstChild) {
|
|
34
|
-
head.insertBefore(style, head.firstChild);
|
|
35
|
-
} else {
|
|
36
|
-
head.appendChild(style);
|
|
37
|
-
}
|
|
38
|
-
} else {
|
|
39
|
-
head.appendChild(style);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
if (style.styleSheet) {
|
|
43
|
-
style.styleSheet.cssText = css;
|
|
44
|
-
} else {
|
|
45
|
-
style.appendChild(document.createTextNode(css));
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
var css_248z = "/**\n * Colors used by the post style guide\n */\n/* When value is changed, please changed as well the copied value in ../functions/_contrast.scss, @function light-or-dark()*/\n/**\n * Maps. Allow maps to have custom colors from the project\n * by always merging into a default empty map\n */\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: $grid-gutter-width */\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: \"rg\" breakpoint */\n/**\n * Colors used by the post style guide\n */\n/* When value is changed, please changed as well the copied value in ../functions/_contrast.scss, @function light-or-dark()*/\n/**\n * Maps. Allow maps to have custom colors from the project\n * by always merging into a default empty map\n */\n/**\n * Override the necessary bootstrap\n * colors and maps using colors from\n * the post style guide only.\n *\n * Other bootstrap colors\n * will be available as sass-variables\n * but should not be used.\n*/\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: $grid-gutter-width */\n/* Deprecated: \"rg\" breakpoint */\n/**\n * Colors used by the post style guide\n */\n/* When value is changed, please changed as well the copied value in ../functions/_contrast.scss, @function light-or-dark()*/\n/**\n * Maps. Allow maps to have custom colors from the project\n * by always merging into a default empty map\n */\n/*!\n * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n\n * The MIT License (MIT)\n\n * Copyright (c) 2011-2020 Twitter, Inc.\n * Copyright (c) 2011-2020 The Bootstrap Authors\n\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n */\n/* Deprecated use the one in utilities.scss */\n/*!\n * Copyright 2021 by Swiss Post, Information Technology\n */\n/**\n * Generate responsive size properties for things like height, width, margin, padding, etc.\n * @param $curve-size One of the curve sizes predefined at https://www.experience-hub.ch/document/2307#/grundlagen-web/abstaende\n * @param $property Property key (height, width, padding, margin, top, etc.)\n * @param $template Value template string used for shorthand declarations like padding (\"$value auto\" = padding: 1rem auto)\n */\n/* Deprecated: \"rg\" breakpoint */\n/**\n * Colors used by the post style guide\n */\n/* When value is changed, please changed as well the copied value in ../functions/_contrast.scss, @function light-or-dark()*/\n/**\n * Maps. Allow maps to have custom colors from the project\n * by always merging into a default empty map\n */\n/**\n * Override the necessary bootstrap\n * colors and maps using colors from\n * the post style guide only.\n *\n * Other bootstrap colors\n * will be available as sass-variables\n * but should not be used.\n*/\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: \"rg\" breakpoint */\n/* Deprecated: $grid-gutter-width */\n/* Deprecated: \"rg\" breakpoint */\n/**\n * Colors used by the post style guide\n */\n/* When value is changed, please changed as well the copied value in ../functions/_contrast.scss, @function light-or-dark()*/\n/**\n * Maps. Allow maps to have custom colors from the project\n * by always merging into a default empty map\n */";
|
|
50
|
-
const scss = {"dark-bg-selectors":"[\".bg-dark\", \".bg-black\", \".bg-primary\", \".bg-secondary\", \".bg-success\", \".bg-error\", \".bg-nightblue\", \".bg-nightblue-bright\", \".bg-petrol\", \".bg-coral\", \".bg-olive\", \".bg-purple\", \".bg-purple-bright\", \".bg-aubergine\", \".bg-aubergine-bright\", \".alert-primary\", \"post-alert[type=primary]\", \".alert-success\", \"post-alert[type=success]\", \".alert-danger\", \"post-alert[type=danger]\", \".alert-notification\", \"post-alert[type=notification]\", \".alert-error\", \"post-alert[type=error]\"]"};
|
|
51
|
-
styleInject(css_248z);
|
|
52
|
-
|
|
53
|
-
const postCardControlCss = "/*!\n * Bootstrap Utilities v5.1.3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n\n * The MIT License (MIT)\n\n * Copyright (c) 2011-2020 Twitter, Inc.\n * Copyright (c) 2011-2020 The Bootstrap Authors\n\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n *//*!\n * Copyright 2021 by Swiss Post, Information Technology\n */.form-check{display:flex;flex-wrap:wrap;row-gap:.75rem;margin-bottom:1rem}.form-check{outline-style:none !important;outline-offset:2px !important;outline-width:2px !important;outline-color:var(--post-focus-color) !important}.form-check:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-style:solid !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:is(:focus-visible,:has(:focus-visible),.pretend-focus){outline-color:Highlight !important}}@supports not selector(:has(:focus-visible)){.form-check:is(:focus-visible,:focus-within,.pretend-focus){outline-style:solid !important;border-radius:4px}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check:is(:focus-visible,:focus-within,.pretend-focus){outline-color:Highlight !important}}}.form-check-inline{display:inline-flex}.form-check-inline:not(:last-of-type){margin-right:1.5rem}.form-check-input,.form-check-label{color:rgba(var(--post-contrast-color-rgb), 0.8);transition:color 250ms cubic-bezier(0.4, 0, 0.2, 1)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input,.form-check-label{transition:none}}.form-check-input:hover:not([disabled]),.form-check-input:hover:not([disabled])~.form-check-input-label,.form-check-label:hover:not([disabled]),.form-check-input:hover:not([disabled])~.form-check-label-label,.form-check-label:hover:not([disabled])~.form-check-input-label,.form-check-label:hover:not([disabled])~.form-check-label-label{color:var(--post-contrast-color)}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input:hover:not([disabled]),.form-check-input:hover:not([disabled])~.form-check-input-label,.form-check-label:hover:not([disabled]),.form-check-input:hover:not([disabled])~.form-check-label-label,.form-check-label:hover:not([disabled])~.form-check-input-label,.form-check-label:hover:not([disabled])~.form-check-label-label{border-color:Highlight}}.form-check-input{outline:none;display:inline-flex;flex:0 auto;appearance:none;background:rgba(0,0,0,0);height:1.375rem;width:1.375rem;border:2px solid currentColor}.form-check-input:not([disabled]),.form-check-input:not([disabled])~.form-check-label{cursor:pointer}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input{border-color:FieldText}}.form-check-input::after{content:\"\";display:block;flex:1}.form-check-input[type=checkbox]:checked::after{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 23.6-7.2-7.067 1.067-1.067 6.133 6.267L25.467 8.8l1.067 1.067z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.667 23.6-7.2-7.067 1.067-1.067 6.133 6.267L25.467 8.8l1.067 1.067z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color}.form-check-input[type=checkbox]:indeterminate::after{-webkit-mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.333 16.01 20-.021.001 1.333-20 .021z'/%3E%3C/svg%3E\");mask-image:url(\"data:image/svg+xml,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.333 16.01 20-.021.001 1.333-20 .021z'/%3E%3C/svg%3E\");background-color:currentColor;color:currentColor;forced-color-adjust:preserve-parent-color}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input[type=checkbox]:checked,.form-check-input[type=checkbox]:indeterminate{background-color:SelectedItem !important;color:SelectedItemText !important}}.form-check-input[type=radio]{border-radius:50%}.form-check-input[type=radio]:checked::after{border:.25rem solid rgba(0,0,0,0);background-color:currentColor;border-radius:inherit;background-clip:padding-box}@media (forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input[type=radio]:checked::after{background-color:SelectedItem;border-color:Canvas}}.form-check-input[type=radio][disabled]{padding:2px;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' rx='100' ry='100' fill='none' stroke='hsl(0, 0%, 40%)' stroke-width='4px ' stroke-dasharray='4 2' /%3e%3c/svg%3e\")}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .form-check-input[type=radio][disabled]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' rx='100' ry='100' fill='none' stroke='rgba(255, 255, 255, 0.8)' stroke-width='4px ' stroke-dasharray='4 2' /%3e%3c/svg%3e\")}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input[type=radio][disabled]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' rx='100' ry='100' fill='none' stroke='GrayText' stroke-width='4px ' stroke-dasharray='4 2' /%3e%3c/svg%3e\") !important}}.form-check-input[disabled]{border:0;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='hsl(0, 0%, 40%)' stroke-width='4px ' stroke-dasharray='2 1.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4' pathLength='88' /%3e%3c/svg%3e\")}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input[disabled][type=checkbox],.form-check-input[disabled][type=radio]{border-color:GrayText !important}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input[disabled][type=checkbox]:checked,.form-check-input[disabled][type=checkbox]:indeterminate{background-color:Field !important;color:GrayText !important}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input[disabled][type=radio]:checked::after{background-color:GrayText}}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .form-check-input[disabled]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='rgba(255, 255, 255, 0.8)' stroke-width='4px ' stroke-dasharray='2 1.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4' pathLength='88' /%3e%3c/svg%3e\")}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-input[disabled]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='GrayText' stroke-width='4px ' stroke-dasharray='2 1.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4' pathLength='88' /%3e%3c/svg%3e\") !important}}.form-check-sm .form-check-input[disabled][type=checkbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='hsl(0, 0%, 40%)' stroke-width='4px ' stroke-dasharray='2 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4' pathLength='66' /%3e%3c/svg%3e\")}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .form-check-sm .form-check-input[disabled][type=checkbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='rgba(255, 255, 255, 0.8)' stroke-width='4px ' stroke-dasharray='2 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4' pathLength='66' /%3e%3c/svg%3e\")}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-check-sm .form-check-input[disabled][type=checkbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='GrayText' stroke-width='4px ' stroke-dasharray='2 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4' pathLength='66' /%3e%3c/svg%3e\") !important}}.form-check-input[disabled],.form-check-input[disabled]~.form-check-label{text-decoration:line-through;color:rgba(0,0,0,.6)}:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .form-check-input[disabled],:where(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error]) .form-check-input[disabled]~.form-check-label{color:rgba(255,255,255,.8)}.form-check-sm .form-check-input{height:1rem;width:1rem}.form-check-sm .form-check-input[type=radio]:checked::after{border-width:2px}.form-check-label{flex:1}:not(.form-switch,.radio-button-card,.checkbox-button-card)>.form-check-label{padding-inline-start:.5rem}.form-check-sm .form-check-label{font-size:.75rem}.form-switch .form-check-input{height:2rem;width:4rem;border:0;border-radius:4rem;background-image:linear-gradient(to right, rgba(var(--post-contrast-color-rgb), 0.3) 50%, var(--post-success) 50%);background-size:8rem;background-position-x:0;transition:background-color 250ms cubic-bezier(0.4, 0, 0.2, 1),background-position 250ms cubic-bezier(0.4, 0, 0.2, 1)}.form-switch .form-check-input::after{max-width:2rem;background-color:#fff;border:2px solid #666;border-radius:50%;transition:transform 250ms cubic-bezier(0.4, 0, 0.2, 1)}.form-switch .form-check-input:checked{background-position-x:4rem}.form-switch .form-check-input:checked::after{-webkit-mask-image:none;mask-image:none;background-color:#fff;border-color:#000;transform:translateX(2rem)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch .form-check-input{transition:none;border:2px solid CanvasText}.form-switch .form-check-input:checked{background-color:SelectedItem !important}.form-switch .form-check-input::after,.form-switch .form-check-input:checked::after{max-width:calc(2rem - 4px);border-color:Canvas;background-color:CanvasText}}.form-switch .form-check-input[disabled]{background:#ccc}.form-switch .form-check-input[disabled]::after{border-color:#999}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch .form-check-input[disabled]::after{border-color:Field}.form-switch .form-check-input[disabled]:checked{background-color:GrayText !important}}.form-switch:hover>.form-check-input:not([disabled]){background-color:rgba(var(--post-contrast-color-rgb), 0.1)}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.form-switch:hover>.form-check-input:not([disabled]){border-color:Highlight}}.form-switch .form-check-label{padding-top:.25rem}.form-switch .form-check-label.order-first{flex:0 auto;padding-inline-end:1rem}.form-switch .form-check-label:not(.order-first){padding-inline-start:1rem}:host{display:flex;width:100%}:host-context(fieldset):host(:not(:last-child)) .card-control{margin-bottom:1rem}.card-control{--post-card-control-border-color: hsl(0, 0%, 40%);--post-card-control-bg: #fff;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff;flex-basis:100%;display:grid;grid-template:\"input label icon\" \"input content content\"/min-content auto min-content;gap:0 .5rem;margin:0;padding:1rem;background-color:var(--post-card-control-bg);border:2px solid var(--post-card-control-border-color);border-radius:4px;color:var(--post-card-control-color) !important;cursor:pointer}.card-control .card-control--input{grid-area:input;margin:.25rem 0;background-color:var(--post-card-control-input-bg) !important;border-color:var(--post-card-control-input-border-color) !important;color:var(--post-card-control-input-border-color) !important;cursor:inherit;transition:none}.card-control .card-control--input:focus,.card-control .card-control--input:focus-visible{box-shadow:none}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control .card-control--input::after{forced-color-adjust:none;border-color:rgba(0,0,0,0)}}.card-control .card-control--label{grid-area:label;margin:.25rem 0;padding:0;color:inherit !important;pointer-events:none;transition:none}.card-control .card-control--label:not(:has(+.card-control--icon)){grid-area:1/label/1/icon}.card-control .card-control--description{grid-area:label;font-size:.75rem}.card-control .card-control--content{grid-area:content}.card-control .card-control--icon{grid-area:icon;width:2rem;height:2rem;pointer-events:none}.card-control .card-control--icon>slot>*{width:100%;height:100%}.card-control:not(.is-disabled).is-checked{--post-card-control-border-color: #000;--post-card-control-bg: #fc0}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: SelectedItemText;--post-card-control-input-bg: SelectedItem}.card-control:not(.is-disabled).is-checked .card-control--input::after{background-color:var(--post-card-control-color) !important}}.card-control:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728}.card-control:not(.is-disabled):hover{--post-card-control-border-color: hsl(0, 0%, 20%);--post-card-control-bg: hsl(0, 0%, 40%);--post-card-control-color: #fff;--post-card-control-input-border-color: #000}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}.card-control:not(.is-disabled):hover .card-control--input::after{color:FieldText}}.card-control.is-focused:where(:has(.card-control--input:focus-visible)){outline-offset:2px;outline:2px solid #1976c8}.card-control.is-disabled{--post-card-control-border-color: hsl(0, 0%, 40%);--post-card-control-bg: transparent;--post-card-control-color: hsl(0, 0%, 40%);--post-card-control-input-border-color: hsl(0, 0%, 40%);--post-card-control-input-bg: transparent;border-style:dashed;text-decoration:line-through;cursor:default}.card-control.is-disabled .card-control--input{border:0 none;padding:2px;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='hsl(0, 0%, 40%)' stroke-width='4px ' stroke-dasharray='2 1.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4' pathLength='88' /%3e%3c/svg%3e\")}.card-control.is-disabled .card-control--input[type=radio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' rx='100' ry='100' fill='none' stroke='hsl(0, 0%, 40%)' stroke-width='4px ' stroke-dasharray='4 2' /%3e%3c/svg%3e\")}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field;outline:2px solid Field;outline-offset:-4px}.card-control .card-control--input{outline:2px solid Field}.card-control .card-control--input[type]{background-color:Field !important}.card-control .card-control--input::after{border-color:Field !important}.card-control .card-control--label,.card-control .card-control--content{background-color:var(--post-card-control-bg) !important}.card-control:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control:not(.is-disabled).is-checked .card-control--input::after{background-color:FieldText !important}.card-control:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control.is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control.is-disabled .card-control--input{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' fill='none' stroke='GrayText' stroke-width='4px ' stroke-dasharray='2 1.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4 1.5 2 3.5 4 1.5 4 1.5 4' pathLength='88' /%3e%3c/svg%3e\")}.card-control.is-disabled .card-control--input[type=radio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%' height='100%' rx='100' ry='100' fill='none' stroke='GrayText' stroke-width='4px ' stroke-dasharray='4 2' /%3e%3c/svg%3e\")}.card-control.is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;position:relative;background-color:Field}.card-control.is-disabled.is-checked::before{display:block;content:\"\";position:absolute;inset:2px;background-color:SelectedItem;z-index:1}.card-control.is-disabled.is-checked>*{position:relative;z-index:2}.card-control.is-disabled.is-checked .card-control--input::after{background-color:FieldText !important}}@media(forced-colors: active)and (forced-colors: active),(forced-colors: active)and (-ms-high-contrast: active),(forced-colors: active)and (-ms-high-contrast: white-on-black),(-ms-high-contrast: active)and (forced-colors: active),(-ms-high-contrast: active)and (-ms-high-contrast: active),(-ms-high-contrast: active)and (-ms-high-contrast: white-on-black),(-ms-high-contrast: white-on-black)and (forced-colors: active),(-ms-high-contrast: white-on-black)and (-ms-high-contrast: active),(-ms-high-contrast: white-on-black)and (-ms-high-contrast: white-on-black){.card-control{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control.is-checked{--post-card-control-input-bg: field;position:relative}.card-control.is-checked::before{display:block;content:\"\";position:absolute;inset:2px;border-radius:1px;background-color:SelectedItem}.card-control.is-checked>*{position:relative}.card-control.is-checked .card-control--input{outline:2px solid Field}}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control.is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control.is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control.is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control.is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control.is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}:host-context(:is(.bg-dark,.bg-black,.bg-primary,.bg-secondary,.bg-success,.bg-error,.bg-nightblue,.bg-nightblue-bright,.bg-petrol,.bg-coral,.bg-olive,.bg-purple,.bg-purple-bright,.bg-aubergine,.bg-aubergine-bright,.alert-primary,post-alert[type=primary],.alert-success,post-alert[type=success],.alert-danger,post-alert[type=danger],.alert-notification,post-alert[type=notification],.alert-error,post-alert[type=error])) .card-control.is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}:host(:not(:last-child)) .card-control[data-host-context*=fieldset]{margin-bottom:1rem}.card-control[data-host-context*=\".bg-dark\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-dark\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-dark\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-dark\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-dark\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-dark\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-dark\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-dark\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-dark\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-dark\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-dark\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-dark\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-dark\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-dark\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-dark\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-black\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-black\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-black\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-black\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-black\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-black\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-black\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-black\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-black\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-black\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-black\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-black\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-black\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-black\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-black\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-primary\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-primary\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-primary\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-primary\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-primary\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-primary\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-primary\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-primary\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-primary\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-primary\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-primary\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-primary\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-primary\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-primary\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-primary\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-secondary\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-secondary\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-secondary\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-secondary\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-secondary\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-secondary\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-secondary\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-secondary\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-secondary\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-secondary\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-secondary\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-secondary\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-secondary\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-secondary\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-secondary\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-success\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-success\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-success\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-success\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-success\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-success\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-success\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-success\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-success\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-success\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-success\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-success\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-success\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-success\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-success\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-error\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-error\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-error\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-error\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-error\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-error\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-error\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-error\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-error\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-error\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-error\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-error\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-error\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-error\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-error\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-nightblue\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-nightblue\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-nightblue\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-nightblue\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-nightblue\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-nightblue\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-nightblue\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-nightblue\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-nightblue\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-nightblue\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-nightblue\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-nightblue\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-nightblue\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-nightblue\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-nightblue\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-nightblue-bright\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-nightblue-bright\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-nightblue-bright\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-nightblue-bright\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-nightblue-bright\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-nightblue-bright\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-nightblue-bright\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-nightblue-bright\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-nightblue-bright\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-nightblue-bright\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-nightblue-bright\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-nightblue-bright\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-nightblue-bright\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-nightblue-bright\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-nightblue-bright\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-petrol\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-petrol\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-petrol\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-petrol\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-petrol\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-petrol\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-petrol\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-petrol\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-petrol\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-petrol\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-petrol\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-petrol\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-petrol\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-petrol\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-petrol\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-coral\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-coral\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-coral\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-coral\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-coral\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-coral\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-coral\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-coral\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-coral\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-coral\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-coral\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-coral\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-coral\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-coral\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-coral\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-olive\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-olive\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-olive\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-olive\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-olive\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-olive\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-olive\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-olive\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-olive\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-olive\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-olive\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-olive\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-olive\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-olive\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-olive\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-purple\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-purple\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-purple\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-purple\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-purple\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-purple\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-purple\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-purple\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-purple\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-purple\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-purple\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-purple\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-purple\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-purple\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-purple\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-purple-bright\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-purple-bright\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-purple-bright\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-purple-bright\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-purple-bright\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-purple-bright\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-purple-bright\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-purple-bright\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-purple-bright\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-purple-bright\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-purple-bright\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-purple-bright\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-purple-bright\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-purple-bright\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-purple-bright\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-aubergine\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-aubergine\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-aubergine\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-aubergine\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-aubergine\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-aubergine\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-aubergine\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-aubergine\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-aubergine\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-aubergine\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-aubergine\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-aubergine\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-aubergine\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-aubergine\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-aubergine\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".bg-aubergine-bright\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".bg-aubergine-bright\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-aubergine-bright\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".bg-aubergine-bright\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".bg-aubergine-bright\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-aubergine-bright\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".bg-aubergine-bright\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".bg-aubergine-bright\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-aubergine-bright\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".bg-aubergine-bright\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".bg-aubergine-bright\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-aubergine-bright\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".bg-aubergine-bright\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".bg-aubergine-bright\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".bg-aubergine-bright\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".alert-primary\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".alert-primary\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-primary\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-primary\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".alert-primary\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-primary\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".alert-primary\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".alert-primary\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-primary\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".alert-primary\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-primary\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-primary\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".alert-primary\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".alert-primary\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-primary\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\"post-alert[type=primary]\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\"post-alert[type=primary]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=primary]\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=primary]\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\"post-alert[type=primary]\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=primary]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\"post-alert[type=primary]\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\"post-alert[type=primary]\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=primary]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\"post-alert[type=primary]\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=primary]\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=primary]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\"post-alert[type=primary]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\"post-alert[type=primary]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=primary]\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".alert-success\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".alert-success\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-success\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-success\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".alert-success\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-success\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".alert-success\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".alert-success\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-success\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".alert-success\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-success\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-success\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".alert-success\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".alert-success\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-success\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\"post-alert[type=success]\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\"post-alert[type=success]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=success]\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=success]\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\"post-alert[type=success]\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=success]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\"post-alert[type=success]\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\"post-alert[type=success]\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=success]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\"post-alert[type=success]\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=success]\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=success]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\"post-alert[type=success]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\"post-alert[type=success]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=success]\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".alert-danger\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".alert-danger\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-danger\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-danger\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".alert-danger\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-danger\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".alert-danger\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".alert-danger\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-danger\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".alert-danger\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-danger\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-danger\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".alert-danger\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".alert-danger\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-danger\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\"post-alert[type=danger]\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\"post-alert[type=danger]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=danger]\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=danger]\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\"post-alert[type=danger]\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=danger]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\"post-alert[type=danger]\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\"post-alert[type=danger]\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=danger]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\"post-alert[type=danger]\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=danger]\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=danger]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\"post-alert[type=danger]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\"post-alert[type=danger]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=danger]\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".alert-notification\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".alert-notification\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-notification\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-notification\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".alert-notification\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-notification\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".alert-notification\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".alert-notification\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-notification\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".alert-notification\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-notification\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-notification\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".alert-notification\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".alert-notification\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-notification\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\"post-alert[type=notification]\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\"post-alert[type=notification]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=notification]\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=notification]\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\"post-alert[type=notification]\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=notification]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\"post-alert[type=notification]\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\"post-alert[type=notification]\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=notification]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\"post-alert[type=notification]\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=notification]\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=notification]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\"post-alert[type=notification]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\"post-alert[type=notification]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=notification]\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\".alert-error\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\".alert-error\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-error\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\".alert-error\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\".alert-error\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-error\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\".alert-error\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\".alert-error\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-error\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\".alert-error\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\".alert-error\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-error\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\".alert-error\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\".alert-error\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\".alert-error\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText}}.card-control[data-host-context*=\"post-alert[type=error]\"]{--post-card-control-border-color: #fff;--post-card-control-bg: transparent;--post-card-control-color: #fff;--post-card-control-input-border-color: #fff;--post-card-control-input-bg: transparent}.card-control[data-host-context*=\"post-alert[type=error]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: #fc0;--post-card-control-bg: #fc0;--post-card-control-color: hsl(0, 0%, 20%);--post-card-control-input-border-color: hsl(0, 0%, 20%);--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=error]\"]:not(.is-disabled).is-invalid{--post-card-control-border-color: #a51728;--post-card-control-bg: #ffdade;--post-card-control-color: #a51728;--post-card-control-input-border-color: #a51728;--post-card-control-input-bg: #fff}.card-control[data-host-context*=\"post-alert[type=error]\"]:not(.is-disabled).is-invalid:where(.is-checked){--post-card-control-bg: #fc0}.card-control[data-host-context*=\"post-alert[type=error]\"]:not(.is-disabled):hover{--post-card-control-border-color: #000;--post-card-control-bg: hsl(0, 0%, 80%);--post-card-control-color: #000;--post-card-control-input-border-color: #000;--post-card-control-input-bg: #fff}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=error]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight;--post-card-control-input-bg: Field}}.card-control[data-host-context*=\"post-alert[type=error]\"].is-focused:where(:has(.card-control--input:focus-visible)){outline-color:#fff}.card-control[data-host-context*=\"post-alert[type=error]\"].is-disabled{--post-card-control-border-color: post.$white-alpha-80;--post-card-control-bg: transparent;--post-card-control-color: post.$white-alpha-80;--post-card-control-input-border-color: post.$white-alpha-80;--post-card-control-input-bg: transparent}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=error]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-color: GrayText;--post-card-control-input-border-color: GrayText}.card-control[data-host-context*=\"post-alert[type=error]\"].is-disabled.is-checked{--post-card-control-input-bg: Field}}@media(forced-colors: active),(-ms-high-contrast: active),(-ms-high-contrast: white-on-black){.card-control[data-host-context*=\"post-alert[type=error]\"]{--post-card-control-border-color: FieldText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: FieldText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=error]\"]:not(.is-disabled).is-checked{--post-card-control-border-color: FieldText;--post-card-control-bg: SelectedItem;--post-card-control-color: SelectedItemText;--post-card-control-input-border-color: FieldText}.card-control[data-host-context*=\"post-alert[type=error]\"]:not(.is-disabled):hover{--post-card-control-border-color: Highlight;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: Highlight}.card-control[data-host-context*=\"post-alert[type=error]\"].is-disabled{--post-card-control-border-color: GrayText;--post-card-control-bg: Field;--post-card-control-color: FieldText;--post-card-control-input-border-color: GrayText;--post-card-control-input-bg: Field}.card-control[data-host-context*=\"post-alert[type=error]\"].is-disabled.is-checked{--post-card-control-bg: SelectedItem;--post-card-control-color:SelectedItemText}";
|
|
54
|
-
const PostCardControlStyle0 = postCardControlCss;
|
|
55
|
-
|
|
56
|
-
/* eslint-disable-next-line @typescript-eslint/no-explicit-any */
|
|
57
|
-
const SCSS_VARIABLES = parse(scss);
|
|
58
|
-
let cardControlIds = 0;
|
|
59
|
-
const PostCardControl = class {
|
|
60
|
-
/**
|
|
61
|
-
* A public method to reset the controls `checked` and `validity` state.
|
|
62
|
-
* The validity state is set to `null`, so it's neither valid nor invalid.
|
|
63
|
-
*/
|
|
64
|
-
async reset() {
|
|
65
|
-
this.validity = null;
|
|
66
|
-
this.controlSetChecked(this.initialChecked);
|
|
67
|
-
}
|
|
68
|
-
/**
|
|
69
|
-
* A hidden public method to reset the group controls `checked` state to `false`.
|
|
70
|
-
*/
|
|
71
|
-
async groupReset() {
|
|
72
|
-
if (this.disabled)
|
|
73
|
-
this.control.checked = this.checked = false;
|
|
74
|
-
this.controlSetChecked(false);
|
|
75
|
-
}
|
|
76
|
-
validateControlLabel(label = this.label) {
|
|
77
|
-
checkNonEmpty.checkNonEmpty(label, 'The "post-card-control" element requires its "label" property to be set.');
|
|
78
|
-
}
|
|
79
|
-
validateControlType(type = this.type) {
|
|
80
|
-
checkOneOf.checkOneOf(type, ['checkbox', 'radio'], 'The "post-card-control" element requires its "type" prop to be one of either "checkbox" or "radio".');
|
|
81
|
-
}
|
|
82
|
-
updateControlChecked(checked = this.checked) {
|
|
83
|
-
this.controlSetChecked(checked);
|
|
84
|
-
}
|
|
85
|
-
updateControlDisbled() {
|
|
86
|
-
this.controlSetChecked(this.checked);
|
|
87
|
-
}
|
|
88
|
-
constructor(hostRef) {
|
|
89
|
-
index.registerInstance(this, hostRef);
|
|
90
|
-
this.postInput = index.createEvent(this, "postInput", 7);
|
|
91
|
-
this.postChange = index.createEvent(this, "postChange", 7);
|
|
92
|
-
if (hostRef.$hostElement$["s-ei"]) {
|
|
93
|
-
this.internals = hostRef.$hostElement$["s-ei"];
|
|
94
|
-
}
|
|
95
|
-
else {
|
|
96
|
-
this.internals = hostRef.$hostElement$.attachInternals();
|
|
97
|
-
hostRef.$hostElement$["s-ei"] = this.internals;
|
|
98
|
-
}
|
|
99
|
-
this.EVENT_MAP = {
|
|
100
|
-
input: 'postInput',
|
|
101
|
-
change: 'postChange',
|
|
102
|
-
};
|
|
103
|
-
this.KEYCODES = {
|
|
104
|
-
SPACE: 'Space',
|
|
105
|
-
LEFT: 'ArrowLeft',
|
|
106
|
-
UP: 'ArrowUp',
|
|
107
|
-
RIGHT: 'ArrowRight',
|
|
108
|
-
DOWN: 'ArrowDown',
|
|
109
|
-
};
|
|
110
|
-
this.group = {
|
|
111
|
-
hosts: [],
|
|
112
|
-
members: [],
|
|
113
|
-
first: null,
|
|
114
|
-
last: null,
|
|
115
|
-
checked: null,
|
|
116
|
-
focused: null,
|
|
117
|
-
};
|
|
118
|
-
this.controlId = `PostCardControl_${cardControlIds++}`;
|
|
119
|
-
// remove as soon as all browser support the :host-context() selector
|
|
120
|
-
this.HOST_CONTEXT_FILTERS = ['fieldset', ...SCSS_VARIABLES['dark-bg-selectors']];
|
|
121
|
-
this.focused = false;
|
|
122
|
-
this.label = undefined;
|
|
123
|
-
this.description = null;
|
|
124
|
-
this.type = undefined;
|
|
125
|
-
this.name = null;
|
|
126
|
-
this.value = null;
|
|
127
|
-
this.checked = false;
|
|
128
|
-
this.disabled = false;
|
|
129
|
-
this.validity = null;
|
|
130
|
-
this.icon = null;
|
|
131
|
-
this.cardClickHandler = this.cardClickHandler.bind(this);
|
|
132
|
-
this.controlClickHandler = this.controlClickHandler.bind(this);
|
|
133
|
-
this.controlChangeHandler = this.controlChangeHandler.bind(this);
|
|
134
|
-
this.controlFocusHandler = this.controlFocusHandler.bind(this);
|
|
135
|
-
this.controlKeyDownHandler = this.controlKeyDownHandler.bind(this);
|
|
136
|
-
}
|
|
137
|
-
cardClickHandler(e) {
|
|
138
|
-
e.stopPropagation();
|
|
139
|
-
// if this was not the clicked element anyway, trigger click on control to change it
|
|
140
|
-
if (e.target !== this.control)
|
|
141
|
-
this.control.click();
|
|
142
|
-
}
|
|
143
|
-
controlClickHandler(e) {
|
|
144
|
-
e.stopPropagation();
|
|
145
|
-
// if control is disabled do nothing
|
|
146
|
-
// else control value will fire a change event, which is handled in the controlChangeHandler method
|
|
147
|
-
if (this.disabled)
|
|
148
|
-
e.preventDefault();
|
|
149
|
-
}
|
|
150
|
-
controlChangeHandler(e) {
|
|
151
|
-
e.stopPropagation();
|
|
152
|
-
this.groupCollectMembers();
|
|
153
|
-
this.controlSetChecked(this.control.checked, e);
|
|
154
|
-
this.groupSetChecked(this.control, e);
|
|
155
|
-
}
|
|
156
|
-
controlFocusHandler() {
|
|
157
|
-
this.focused = this.host === document.activeElement;
|
|
158
|
-
}
|
|
159
|
-
// https://googlechromelabs.github.io/howto-components/howto-radio-group/
|
|
160
|
-
controlKeyDownHandler(e) {
|
|
161
|
-
if (this.type === 'radio') {
|
|
162
|
-
e.stopPropagation();
|
|
163
|
-
if (Object.values(this.KEYCODES).includes(e.code))
|
|
164
|
-
e.preventDefault();
|
|
165
|
-
this.groupCollectMembers();
|
|
166
|
-
switch (e.code) {
|
|
167
|
-
case this.KEYCODES.UP:
|
|
168
|
-
case this.KEYCODES.LEFT:
|
|
169
|
-
this.groupSetChecked(this.groupGetPrev(), e);
|
|
170
|
-
break;
|
|
171
|
-
case this.KEYCODES.DOWN:
|
|
172
|
-
case this.KEYCODES.RIGHT:
|
|
173
|
-
this.groupSetChecked(this.groupGetNext(), e);
|
|
174
|
-
break;
|
|
175
|
-
case this.KEYCODES.SPACE:
|
|
176
|
-
this.groupSetChecked(this.control, e);
|
|
177
|
-
break;
|
|
178
|
-
}
|
|
179
|
-
}
|
|
180
|
-
}
|
|
181
|
-
controlSetChecked(checked, e) {
|
|
182
|
-
if (!this.control)
|
|
183
|
-
return;
|
|
184
|
-
if (this.disabled) {
|
|
185
|
-
this.internals.setFormValue(null);
|
|
186
|
-
}
|
|
187
|
-
else {
|
|
188
|
-
this.control.checked = this.checked = checked;
|
|
189
|
-
this.internals.setFormValue(this.checked ? this.control.value : null);
|
|
190
|
-
if (e) {
|
|
191
|
-
const isCheckbox = this.type === 'checkbox';
|
|
192
|
-
const isRadioAndChecked = this.type === 'radio' && this.checked;
|
|
193
|
-
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/checkbox
|
|
194
|
-
// https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/radio
|
|
195
|
-
// if an event parameter is given and a native control would fire an event, emit the corresponding event to the light dom
|
|
196
|
-
if (isCheckbox || isRadioAndChecked)
|
|
197
|
-
this[this.EVENT_MAP[e.type]].emit({ state: this.checked, value: this.value });
|
|
198
|
-
}
|
|
199
|
-
}
|
|
200
|
-
}
|
|
201
|
-
groupCollectMembers() {
|
|
202
|
-
var _a, _b;
|
|
203
|
-
if (this.type === 'radio' && this.name) {
|
|
204
|
-
this.group.hosts = Array.from(document.querySelectorAll(`post-card-control[type="radio"][name="${this.name}"]`));
|
|
205
|
-
this.group.members = this.group.hosts
|
|
206
|
-
.map(m => m.shadowRoot.querySelector('input[type="radio"]'))
|
|
207
|
-
.filter(m => m !== null);
|
|
208
|
-
if (this.group.members.length > 1) {
|
|
209
|
-
this.group.first = this.group.members[0];
|
|
210
|
-
this.group.last = this.group.members[this.group.members.length - 1];
|
|
211
|
-
this.group.checked = (_a = this.group.members.find(m => m.checked)) !== null && _a !== void 0 ? _a : null;
|
|
212
|
-
this.group.focused =
|
|
213
|
-
(_b = this.group.members.find(m => m.getRootNode().host === document.activeElement)) !== null && _b !== void 0 ? _b : this.group.first;
|
|
214
|
-
const focusableMember = this.group.checked || this.group.focused || this.group.first;
|
|
215
|
-
this.group.members.forEach(m => {
|
|
216
|
-
m.tabIndex = m === focusableMember ? 0 : -1;
|
|
217
|
-
});
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
groupGetPrev() {
|
|
222
|
-
var _a;
|
|
223
|
-
const focusedIndex = this.group.members.findIndex(m => m.id === this.group.focused.id);
|
|
224
|
-
return (_a = this.group.members.find((_m, i) => i === focusedIndex - 1)) !== null && _a !== void 0 ? _a : this.group.last;
|
|
225
|
-
}
|
|
226
|
-
groupGetNext() {
|
|
227
|
-
var _a;
|
|
228
|
-
const focusedIndex = this.group.members.findIndex(m => m.id === this.group.focused.id);
|
|
229
|
-
return (_a = this.group.members.find((_m, i) => i === focusedIndex + 1)) !== null && _a !== void 0 ? _a : this.group.first;
|
|
230
|
-
}
|
|
231
|
-
groupSetChecked(newChecked, e) {
|
|
232
|
-
if (this.group.members.length > 1) {
|
|
233
|
-
const isKeyboardEvent = e.type === 'keydown';
|
|
234
|
-
const newIsAriaDisabled = newChecked.hasAttribute('aria-disabled');
|
|
235
|
-
const newIndex = this.group.members.findIndex(m => m === newChecked);
|
|
236
|
-
if (isKeyboardEvent)
|
|
237
|
-
newChecked.focus();
|
|
238
|
-
// if new is disabled, do not reset/set anything
|
|
239
|
-
if (!newIsAriaDisabled) {
|
|
240
|
-
// reset all group members but the newChecked
|
|
241
|
-
this.group.hosts
|
|
242
|
-
.filter((_h, i) => i !== newIndex)
|
|
243
|
-
.forEach(h => {
|
|
244
|
-
h.groupReset();
|
|
245
|
-
});
|
|
246
|
-
// if method was called by keyboard event, select newChecked
|
|
247
|
-
// else this has already been done by clicking on the newChecked element already
|
|
248
|
-
if (isKeyboardEvent)
|
|
249
|
-
newChecked.click();
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
setHostContext() {
|
|
254
|
-
this.hostContext = [];
|
|
255
|
-
let element = this.host;
|
|
256
|
-
while (element) {
|
|
257
|
-
const localName = element.localName;
|
|
258
|
-
const id = element.id ? `#${element.id}` : '';
|
|
259
|
-
const classes = element.classList.length > 0 ? `.${Array.from(element.classList).join('.')}` : '';
|
|
260
|
-
this.hostContext.push(`${localName}${id}${classes}`);
|
|
261
|
-
element = element.parentElement;
|
|
262
|
-
}
|
|
263
|
-
this.hostContext = this.hostContext.filter(ctx => this.HOST_CONTEXT_FILTERS.find(f => ctx.includes(f)));
|
|
264
|
-
}
|
|
265
|
-
connectedCallback() {
|
|
266
|
-
// remove as soon as all browser support :host-context()
|
|
267
|
-
this.setHostContext();
|
|
268
|
-
this.initialChecked = this.checked;
|
|
269
|
-
}
|
|
270
|
-
componentWillRender() {
|
|
271
|
-
this.hasIcon = Boolean(this.host.querySelector('[slot="icon"]') || this.icon);
|
|
272
|
-
}
|
|
273
|
-
render() {
|
|
274
|
-
return (index.h(index.Host, { key: 'a99c4d289e6546d08bc43b55347e3faab514a6ed', "data-version": _package.version, onClick: this.cardClickHandler }, index.h("div", { key: '3d5f19d37ad0dac2c0526dfab9bc915609eb73b6', class: {
|
|
275
|
-
'card-control': true,
|
|
276
|
-
'is-checked': this.checked,
|
|
277
|
-
'is-disabled': this.disabled,
|
|
278
|
-
'is-focused': this.focused,
|
|
279
|
-
'is-valid': this.validity !== null && this.validity !== 'false',
|
|
280
|
-
'is-invalid': this.validity === 'false',
|
|
281
|
-
}, "data-host-context": this.hostContext.join(' ') }, index.h("input", { key: '305fce2f7405918dba56e604c6579aa96609034c', ref: el => (this.control = el), id: this.controlId, class: "card-control--input form-check-input", type: this.type, name: this.name, value: this.value, checked: this.checked, "aria-describedby": `${this.controlId}_label ${this.controlId}_content`, "aria-disabled": this.disabled, "aria-invalid": this.validity === 'false', onClick: this.controlClickHandler, onInput: this.controlChangeHandler, onChange: this.controlChangeHandler, onFocus: this.controlFocusHandler, onBlur: this.controlFocusHandler, onKeyDown: this.controlKeyDownHandler }), index.h("label", { key: 'e6de984f7e2cb6c6128f1875127e980c956fb5c8', id: `${this.controlId}_label`, htmlFor: this.controlId, class: "card-control--label form-check-label" }, this.label, this.description ? (index.h("div", { class: "card-control--description" }, this.description)) : null), this.hasIcon ? (index.h("div", { class: "card-control--icon" }, index.h("slot", { name: "icon" }, this.icon ? index.h("post-icon", { name: this.icon }) : null))) : null, index.h("div", { key: '770c2382527e7bfe90a520ac82b0219f26da75d0', id: `${this.controlId}_content`, class: "card-control--content" }, index.h("slot", { key: '5f0e50844a19db803257feb27a16ebfb9a55dddc' })))));
|
|
282
|
-
}
|
|
283
|
-
componentDidRender() {
|
|
284
|
-
this.groupCollectMembers();
|
|
285
|
-
}
|
|
286
|
-
componentDidLoad() {
|
|
287
|
-
this.validateControlLabel();
|
|
288
|
-
this.validateControlType();
|
|
289
|
-
}
|
|
290
|
-
// https://stenciljs.com/docs/form-associated
|
|
291
|
-
/* eslint-disable @stencil-community/own-methods-must-be-private */
|
|
292
|
-
formAssociatedCallback() {
|
|
293
|
-
this.controlSetChecked(this.checked);
|
|
294
|
-
}
|
|
295
|
-
formDisabledCallback(disabled) {
|
|
296
|
-
this.disabled = disabled;
|
|
297
|
-
}
|
|
298
|
-
formStateRestoreCallback(checked) {
|
|
299
|
-
this.controlSetChecked(checked);
|
|
300
|
-
}
|
|
301
|
-
formResetCallback() {
|
|
302
|
-
this.reset();
|
|
303
|
-
}
|
|
304
|
-
static get formAssociated() { return true; }
|
|
305
|
-
get host() { return index.getElement(this); }
|
|
306
|
-
static get watchers() { return {
|
|
307
|
-
"label": ["validateControlLabel"],
|
|
308
|
-
"type": ["validateControlType"],
|
|
309
|
-
"checked": ["updateControlChecked"],
|
|
310
|
-
"disabled": ["updateControlDisbled"]
|
|
311
|
-
}; }
|
|
312
|
-
};
|
|
313
|
-
PostCardControl.style = PostCardControlStyle0;
|
|
314
|
-
|
|
315
|
-
exports.PostCardControl = PostCardControl;
|