/*!
 * For our compatability themes, we will merge the themes from v10 and v11 and
 * provide this combination as one of our four default themes.
 *
 * This is useful for situations where a user is trying to use the compatability
 * theme, for example:
 *
 * ```scss
 * @use '@askia/fibre-styles/scss/reset';
 * @use '@askia/fibre-styles/scss/compat/themes';
 * @use '@askia/fibre-styles/scss/compat/theme' with (
 *   $theme: themes.$g100
 * );
 * ```
 *
 * Without merging these themes, then the value of a token in v11 would default
 * to our $white theme. As a result, the user would need to specify both the
 * `$theme` and the `$fallback` to the `scss/compat/theme` module.
 *
 * Now that we merge the themes, this code snippet will function as expected.
 */.fds--contained-list__label.svelte-188zt81{position:sticky;z-index:1;top:0;display:flex;align-items:center;justify-content:space-between;padding-inline:1rem;width:100%;padding-right:0}.fds--contained-list--on-page.fds--contained-list--sm.svelte-188zt81 .fds--contained-list__label:where(.svelte-188zt81){height:2rem}.fds--contained-list--on-page.fds--contained-list--md.svelte-188zt81 .fds--contained-list__label:where(.svelte-188zt81){height:2.5rem}.fds--contained-list--on-page.fds--contained-list--lg.svelte-188zt81 .fds--contained-list__label:where(.svelte-188zt81){height:3rem}.fds--contained-list--on-page.fds--contained-list--xl.svelte-188zt81 .fds--contained-list__label:where(.svelte-188zt81){height:4rem}.fds--contained-list--on-page.svelte-188zt81{margin-block-start:1rem}.fds--contained-list--on-page.svelte-188zt81 .fds--contained-list__label:where(.svelte-188zt81){font-size:var(--fds-heading-compact-01-font-size, .875rem);font-weight:var(--fds-heading-compact-01-font-weight, 600);line-height:var(--fds-heading-compact-01-line-height, 1.28572);letter-spacing:var(--fds-heading-compact-01-letter-spacing, .16px);border-bottom:1px solid var(--fds-border-subtle);background-color:var(--fds-background, #ffffff);color:var(--fds-text-primary, #161616)}.fds--contained-list-items.svelte-188zt81{background-color:var(--fds-layer-02, #ffffff)}.fds--contained-list-items--layer-02.svelte-188zt81{background-color:var(--fds-layer-01, #f4f4f4)}.fds--contained-list-items--layer-03.svelte-188zt81{background-color:transparent}.fds--contained-list--disclosed.svelte-188zt81 .fds--contained-list__label:where(.svelte-188zt81){font-size:var(--fds-label-01-font-size, .75rem);font-weight:var(--fds-label-01-font-weight, 400);line-height:var(--fds-label-01-line-height, 1.33333);letter-spacing:var(--fds-label-01-letter-spacing, .32px);border-bottom:1px solid var(--fds-border-subtle);color:var(--fds-text-secondary, #525252);padding-bottom:.5rem;height:2rem}.fds--contained-list--disclosed.svelte-188zt81 .fds--contained-list__label--no-padding:where(.svelte-188zt81){padding-inline:0}.fds--contained-list--inset.svelte-188zt81 ul:where(.svelte-188zt81) .fds--contained-list-item:not(:last-of-type):before{right:1rem;left:1rem}
