:root,
.light {
  /* @link https://utopia.fyi/type/calculator */
  --step-0: clamp(1rem, calc(0.91rem + 0.47vw), 0.8rem);
  --step-1: clamp(1.1rem, calc(1.03rem + 0.47vw), 0.9rem);
  --step-2: clamp(1.15rem, calc(1.16rem + 0.47vw), 1rem);
  --step-3: clamp(1.5rem, calc(1.36rem + 0.7vw), 1.5rem);
  --step-4: clamp(1.88rem, calc(1.46rem + 2.09vw), 2.6rem);
  --step-5: clamp(2.25rem, calc(0.85rem + 6.98vw), 4.5rem);
  --container-gap: 1rem;
  --navbar-height: 65px;
  --sticky-header-height: 80px;
  --undercursor-width: calc(var(--step-5) * 0.6);
  --undercursor-height: calc(var(--step-5) * 0.08);
  @media (min-width: 768px) {
    --container-gap: 1.5rem;
  }
  @media (min-width: 1024px) {
    --container-gap: 2rem;

    --navbar-height: 90px;
  }
  @media (min-width: 1280px) {
    --container-gap: 3rem;
  }
  --color-brand-light: #2adf00;
  --color-brand: #199F00;
  --color-brand-dark: #116c00;
  --locked-color-grey-0: hsl(0, 0%, 100%);
  --locked-color-grey-50: hsl(0, 0%, 98%);
  --locked-color-grey-100: hsl(0, 0%, 93.3%);
  --locked-color-grey-200: hsl(0, 0%, 80%);
  --locked-color-grey-300: hsl(0, 0%, 70%);
  --locked-color-grey-500: hsl(0, 0%, 50%);
  --locked-color-grey-700: hsl(0, 0%, 33.3%);
  --locked-color-grey-900: hsl(0, 0%, 13.3%);
  --locked-color-grey-1000: hsl(0, 0%, 0%);
  --color-grey-0: var(--locked-color-grey-0);
  --color-grey-50: var(--locked-color-grey-50);
  --color-grey-100: var(--locked-color-grey-100);
  --color-grey-200: var(--locked-color-grey-200);
  --color-grey-300: var(--locked-color-grey-300);
  --color-grey-500: var(--locked-color-grey-500);
  --color-grey-700: var(--locked-color-grey-700);
  --color-grey-900: var(--locked-color-grey-900);
  --color-grey-1000: var(--locked-color-grey-1000);
  --color-yes: #2adf00;
  --color-no: #ED5E65FF;
  --color-danger: #ED5E65FF;
  --color-success-background: #E9F1D8;
  --color-success-text: #586F25;
  --color-error-background: #F8D2D4;
  --color-error-text: #871319;
  --color-note-background: var(--color-grey-300);
  --color-note-text: var(--color-grey-700);
  --color-grade-A: #009036;
  --color-grade-B: #57AB27;
  --color-grade-C: #C9D200;
  --color-grade-D: #FFED00;
  --color-grade-E: #FABB00;
  --color-grade-F: #EB690B;
  --color-grade-G: #EC1B23;
  --color-grade-none: #ccc;
  --text-color: #222;
  --text-color-secondary: #666;
  --bg-color: var(--color-grey-50);
  --bg-color-criteria: #fafafa;
  --bg-color-topic: #fff;
  --bg-color-criteria-details: #ebebeb;
  --color-border: #222;
  --color-border-light: #ccc;
  --color-border-lighter: #ebebeb;
  --highlight-color: var(--color-brand-dark);
  --ease: cubic-bezier(0.2, 0.77, 0.28, 1);
}

.dark {
  --color-grey-0: var(--locked-color-grey-1000);
  --color-grey-50: var(--locked-color-grey-900);
  --color-grey-100: var(--locked-color-grey-700);
  --color-grey-200: var(--locked-color-grey-500);
  --color-grey-700: var(--locked-color-grey-100);
  --color-grey-900: var(--locked-color-grey-50);
  --color-grey-1000: var(--locked-color-grey-0);
  --color-success-text: #E9F1D8;
  --color-success-background: #586F25;
  --color-error-text: #F8D2D4;
  --color-error-background: #871319;
  --text-color: var(--locked-color-grey-50);
  --color-border: #ebebeb;
  --color-border-light: #444;
  --color-border-lighter: #222;
  --highlight-color: var(--color-brand);
}

/**
 * Allow light/dark classes to be used within the content, not just at the root,
 * to inverse lightness mode on a subset of the page
 */

.light,
.dark {
  color: var(--text-color);
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: var(--border-color);
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
  font-family: Archivo;

  font-weight: 100;

  font-display: swap;

  src: url('/assets/fonts/Archivo-Thin.woff2') format('woff2');
}

@font-face {
  font-family: Archivo;

  font-weight: 400;

  font-display: swap;

  src: url('/assets/fonts/Archivo-Regular.woff2') format('woff2');
}

@font-face {
  font-family: Archivo;

  font-weight: 400;

  font-style: italic;

  font-display: swap;

  src: url('/assets/fonts/Archivo-Italic.woff2') format('woff2');
}

@font-face {
  font-family: Archivo;

  font-weight: 700;

  font-display: swap;

  src: url('/assets/fonts/Archivo-Bold.woff2') format('woff2');
}

@font-face {
  font-family: Archivo;

  font-weight: 900;

  font-display: swap;

  src: url('/assets/fonts/Archivo-Black.woff2') format('woff2');
}

body {
  font-family: Archivo, sans-serif;
  color: var(--text-color);
  font-size: 16px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-left: -0.07em;
  font-weight: 900;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

.title-editable {
  cursor: text;
}

.title-editable:hover::after {
  content: "🖉";
  display: inline-block;
  margin-left: 2em;
  font-size: 0.3em;
  color: var(--color-grey-500);
  vertical-align: middle;
}

h1,
.h1,
h2,
.h2 {
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}

.h3,
.h4,
.h5,
.h6 {
  word-break: normal;
  -webkit-hyphens: none;
          hyphens: none;
}

h1,
.h1 {
  font-size: 2.25rem;
  /*var(--step-5);*/
  line-height: 1;
}

h2,
.h2 {
  font-size: 1.5rem;
  /*var(--step-4);*/
  line-height: 1.1;
}

h3,
.h3 {
  font-size: 1.25rem;
  /*var(--step-3);*/
}

h4,
.h4 {
  font-size: 1.125rem;
  /*var(--step-2);*/
}

h5,
.h5 {
  font-size: var(--step-1);
}

h6,
.h6 {
  font-size: var(--step-0);
}

a,
.link,
.link-ghost {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  /* Prevent browser from scaling it based on font-size */
  text-decoration-color: var(--highlight-color);
  text-underline-offset: 0.25em;
  &:hover,
    &.current {
    text-decoration-thickness: 2px;
  }
  &.active {
    color: var(--color-grey-0);
    background-color: var(--text-color);
    &:hover {
      text-decoration: none;
    }
  }
}

li.current > a {
  text-decoration-thickness: 2px;
  background-size: 100% var(--link-grow-bg-size);
}

.link-ghost {
  text-decoration-line: none;
  &:hover,
    &.current {
    text-decoration-line: underline;
  }
}

.link-ghoster {
  text-decoration-line: none;
}

h2 > a {
  text-decoration: none;
}

.link-grow {
  --link-grow-bg-size: 2px;
  padding-bottom: 3px;
  position: relative;
  isolation: isolate;
  text-decoration-line: none;
  background-image: linear-gradient(
        black,
        black
    );
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 0 var(--link-grow-bg-size);
  transition: background-size 0.5s var(--ease);
  &:hover,
    &.current,
    &.active {
    background-size: 100% var(--link-grow-bg-size);
  }
  /* When a dropdown is open in the navbar, don’t highlight the current page */
  ul:has(.link-grow.active:not(.current)) &.current {
    background-size: 0 var(--link-grow-bg-size);
  }
}

.link-grow--large {
  --link-grow-bg-size: 4px;
}

address {
  font-style: normal;
}

::-moz-selection {
  color: var(--locked-color-grey-100);
  background-color: var(--highlight-color);
  .dark & {
    color: var(--locked-color-grey-900);
  }
}

::selection {
  color: var(--locked-color-grey-100);
  background-color: var(--highlight-color);
  .dark & {
    color: var(--locked-color-grey-900);
  }
}

.font-light {
  font-weight: 250;
}

.extra-margin {
  margin-bottom: 6rem;
}

tr {
  border-bottom: solid 1px var(--color-grey-200);
}

th {
  font-weight: normal;
  text-align: left;
  margin-bottom: 20px;
}

.help-text {
  color: var(--color-grey-700);
  font-size: 0.9rem;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--bg-color);
}

.main {
  /* Prevent cards green hover from creating scrollbars */
  /* Use `clip` and not `hidden` to preserve section’s sticky headers */
  overflow: clip;
}

* {
  scroll-margin-top: calc(var(--navbar-height) - 2px);
}

*:focus {
  outline: none !important;
}

*:focus-visible,
.highlight-next-sibling:focus-visible + * {
  --outline-color: var(--highlight-color);
  outline: 4px solid var(--outline-color) !important;
  outline-offset: 3px !important;
  box-shadow: none !important;
}

.focus-ring-inside:focus-visible {
  outline-offset: -3px !important;
}

hr {
  border-color: var(--color-border);
}

/* tailwind has a sticky class but the top position looks crazy ugly when inlined */

.sticky-sidebar {
  position: sticky;
  top: calc(var(--navbar-height) + 16px);
}

.container {
  --container-max-width: 1116px;
  width: 100%;
  max-width: calc(var(--container-max-width) + (var(--container-gap) * 2));
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-gap);
  padding-right: var(--container-gap);
}

.action-box {
  padding: 24px;
  border-radius: 0.75rem;
  background-color: var(--bg-color-topic);
  input {
    background-color: var(--bg-color-topic);
    border-radius: 24px;
    margin-top: 0.5rem;
  }
  button {
    padding-right: 36px;
    background-image: url("/assets/images/arrow-right-black.svg");
    background-position: 90% center;
    background-repeat: no-repeat;
  }
  h2 {
    max-width: 720px;
    -webkit-hyphens: none;
            hyphens: none;
  }
}

.action-link {
  padding-right: 24px;
  background-image: url("/assets/images/arrow-right.svg");
  background-position: right center;
  background-repeat: no-repeat;
}

.recommendations-button {
  width: 24px;
  height: 22px;
  background-image: url('/assets/images/bookmark-inactive.svg');
  background-repeat: no-repeat;
  background-position: center;
  &.active {
    background-image: url('/assets/images/bookmark-active.svg');
    &:hover {
      background-image: url('/assets/images/bookmark-remove.svg');
      &.readonly {
        background-image: url('/assets/images/bookmark-active.svg');
      }
    }
  }
}

.recommendations-count {
  font-size: 0.7em;
  padding: 3px;
  border-radius: 3px;
  &.empty {
    color: var(--color-grey-700);
    background-color: var(--color-grey-100);
  }
  &.value {
    color: var(--color-brand-dark);
    background-color: var(--color-brand-light);
  }
}

.alert-error {
  padding: 1rem;
  color: var(--color-error-text);
  background-color: var(--color-error-background);
}

.alert-success {
  padding: 1rem;
  color: var(--color-success-text);
  background-color: var(--color-success-background);
}

.boolean-answer {
  margin-top: 20px;
  margin-bottom: 20px;
  input {
    display: none;
  }
  label {
    align-items: center;
  }
  label {
    gap: 0.75rem;
  }
  label {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  label {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  label {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    border: 1px solid;
    border-color: var(--color-border);
    border-radius: 25px;
    display: inline-block;
  }
  input:checked + label {
    background-color: var(--color-yes);
  }
  input[value="false"]:checked + label {
    background-color: var(--color-no);
    color: var(--color-grey-0);
  }
  input.reset + label {
    border: none;
    background-color: transparent;
    padding-right: 30px;
    background-image: url("/assets/images/reset.svg");
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 1em;
    font-weight: lighter;
  }
  input.reset:checked + label {
    display: none;
  }
}

.btn {
  display: inline-flex;
  justify-content: center;
  text-decoration: none;
}

.btn--default,
.btn--primary,
.btn--alt,
.btn--dull,
.btn--opposite,
.btn--delete {
  align-items: center;
  gap: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 5px;
}

.btn--default {
  border-color: var(--highlight-color);
  &:hover {
    border-width: 2px;
    margin: -1px;
  }
}

.btn--primary {
  background-color: var(--color-brand);
  border-color: var(--color-border);
}

.btn--alt {
  border-color: var(--color-border);
  transition: color-border 0.3s var(--ease);
  &:hover {
    border-color: var(--highlight-color);
  }
}

.btn--dull {
  color: var(--color-grey-50);
  background-color: var(--color-grey-900);
  &:hover {
    background-color: var(--color-grey-1000);
  }
}

.btn--opposite {
  color: var(--color-grey-900);
  background-color: var(--color-grey-50);
  border-color: var(--color-border-light);
  &:hover {
    background-color: var(--color-grey-0);
  }
}

.btn--delete {
  background-color: var(--color-danger);
  border-color: var(--color-border);
}

.btn--small {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn--loading {
  .icon {
    display: none;
  }
  .loader {
    display: block;
  }
}

.btn--edit {
  padding-right: 36px;
  background-image: url("/assets/images/edit.svg");
  background-position: calc(100% - 10px) center;
  background-repeat: no-repeat;
}

.btn--action {
  padding-right: 36px;
  background-image: url("/assets/images/arrow-right-black.svg");
  background-position: 90% center;
  background-repeat: no-repeat;
}

.btn--remove {
  width: 24px;
  height: 22px;
  background-image: url('/assets/images/trash.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.btn--include {
  padding: 4px 28px 4px 4px;
  background-image: url('/assets/images/plus.svg');
  background-repeat: no-repeat;
  background-position: 90% center;
  border: solid var(--color-grey-100) 1px;
  border-radius: 5px;
}

/* oauth options */

.btn--google {
  padding-left: 3rem;
  background-image: url('/assets/images/google.svg');
  background-repeat: no-repeat;
  background-position: 10% center;
}

.btn--liip {
  padding-left: 3rem;
  background-image: url('/assets/images/liip-white.svg');
  background-size: auto 18px;
  background-repeat: no-repeat;
  background-position: 15% center;
}

.checkbox-container {
  display: flex;
  margin-top: 20px;
  label {
    font-size: 1.2em;
    padding-left: 1em;
  }
  input[type=checkbox] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid var(--color-border);
    cursor: pointer;
    &:checked {
      background: var(--highlight-color) url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%23FAFAFA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' vector-effect='non-scaling-stroke'%3E%3C/path%3E%3C/svg%3E") no-repeat center / 20px 20px;
      .dark & {
        background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 13l4 4L19 7' stroke='%23222222' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' vector-effect='non-scaling-stroke'%3E%3C/path%3E%3C/svg%3E");
      }
    }
    &:indeterminate {
      background: var(--highlight-color);
      &::before {
        content: '';
        display: block;
        width: 0.8rem;
        height: 3px;
        position: absolute;
        background-color: var(--color-grey-100);
        border-radius: 3px;
      }
    }
  }
}

.question .checkboxes-answer {
  margin-top: 10px;
  margin-bottom: 10px;
  label {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  li {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  li {
    border: none;
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    padding: 0 0 12px 0;
  }
  input[type="checkbox"] {
    accent-color: var(--color-grey-900);
    cursor: pointer;
  }
}

.wrap-collapsible {
  position: relative;
  padding-top: 0.5rem;
  p.inner {
    margin-right: 48px;
  }
  input.toggle {
    display: none;
  }
  .lbl-toggle {
    cursor: pointer;
    margin-top: 0.5rem;
  }
  .lbl-toggle-closed {
    padding-left: 30px;
    /* TODO according to https://symfony.com/doc/current/frontend/asset_mapper.html#paths-inside-of-css-files we should use relative paths and AssetMapper would copy them as assets. This seems to not work. */
    background-image: url("/assets/images/nav-arrow-down.svg");
    background-position: left center;
    background-repeat: no-repeat;
    transition: all 0.25s ease-out;
  }
  .lbl-toggle-opened {
    display: none;
    padding-bottom: 6px;
    transition: all 0.25s ease-out;
    width: 100%;
  }
  .lbl-toggle-opened-inner {
    padding-left: 30px;
    background-image: url("/assets/images/nav-arrow-up.svg");
    background-position: left center;
    background-repeat: no-repeat;
  }
  .lbl-toggle:hover {
    color: var(--highlight-color);
  }
  .toggle-details {
    font-weight: normal;
  }
  .collapsible-content {
    max-height: 0;
    overflow: hidden;
    h6 {
      font-weight: 700;
    }
  }
  .toggle:checked + .lbl-toggle + .collapsible-content {
    max-height: 20000vh;
  }
  .toggle:checked + .lbl-toggle {
    & > .lbl-toggle-closed {
      display: none;
    }
    & > .lbl-toggle-opened {
      display: block;
    }
  }
}

.category-score {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.5rem;
  align-items: start;
  margin-bottom: 1rem;
}

.category-score__letter {
  display: flex;
  align-items: flex-start;
  .score-letter {
    margin-bottom: 0;
    width: 6rem;
    height: 6rem;
    transition: width 180ms var(--ease), height 180ms var(--ease);
  }
}

.category-score__headline {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.category-score__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  align-items: center;
  transition: gap 180ms var(--ease);
}

.header-sticky.is-compact {
  padding-top: 1rem;
  .category-score {
    gap: 0.5rem;
    .score-letter {
      width: 2rem;
      height: 2rem;
    }
  }
  h1 {
    font-size: var(--step-3);
    line-height: 1.1;
  }
  .category-score__headline {
    flex-direction: row;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .category-score__meta {
    justify-content: flex-start;
    gap: 0.25rem 0.5rem;
  }
}

.context-menu {
  position: relative;
  display: inline-block;
  a {
    text-decoration: none;
  }
}

.context-menu__toggle {
  list-style: none;
  cursor: pointer;
}

.context-menu__toggle::-webkit-details-marker {
  display: none;
}

.context-menu__toggle::marker {
  content: '';
}

.context-menu__list {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  min-width: 160px;
  padding: 0;
  background-color: white;
  border: 1px solid var(--color-grey-300);
  border-radius: 0 0 6px 6px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  display: none;
  z-index: 20;
}

.context-menu[open] .context-menu__list {
  display: block;
}

.context-menu__item {
  display: block;
  padding: 8px 14px;
  color: var(--color-grey-900);
  white-space: nowrap;
  cursor: pointer;
  &:hover {
    background-color: var(--color-grey-100);
  }
  &:not(:last-child) {
    border-bottom: 1px solid var(--color-grey-300);
  }
}

.field {
  --input-x-padding: 1rem;
  display: block;
  width: 100%;
  padding: 0.75rem var(--input-x-padding);
  color: inherit;
  background: transparent;
  border: 1px solid var(--color-border);
  transition: color-border 0.3s var(--ease);
  border-radius: 0;
  box-shadow: none;
  &[disabled] {
    color: var(--color-grey-700);
    border-color: var(--color-grey-500);
  }
  &:hover {
    border-color: var(--highlight-color);
  }
  &:invalid {
    border-color: var(--color-error-text);
  }
}

select.field,
.field--select {
  --select-icon-width: 24px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: calc(
        var(--input-x-padding) + var(--select-icon-width)
    );
  /* Prevent overlap with background icon */
  text-overflow: ellipsis;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 15.8c-.2 0-.4-.1-.5-.2l-6-6c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l5.5 5.5 5.5-5.5c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-6 6c-.3.1-.5.2-.7.2z' fill='%23222222'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - var(--input-x-padding, 0px) / 1.5) center;
  background-size: var(--select-icon-width) 24px;
  cursor: pointer;
  .dark & {
    /* Workaround a bug where the select dropdown is white on white in some browsers */
    background-color: var(--bg-color);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12 15.8c-.2 0-.4-.1-.5-.2l-6-6c-.3-.3-.3-.8 0-1.1s.8-.3 1.1 0l5.5 5.5 5.5-5.5c.3-.3.8-.3 1.1 0s.3.8 0 1.1l-6 6c-.3.1-.5.2-.7.2z' fill='%23FAFAFA'/%3E%3C/svg%3E");
  }
  &.field--small {
    --select-icon-width: 18px;
    height: 42px;
    /* Ensure it stays aligned with siblings, even if the font-size is smaller */
  }
}

.field--pill {
  --input-x-padding: 1.5rem;
  border-radius: 25px;
}

.field--small {
  --input-x-padding: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.field--title {
  padding: 0;
  margin-top: -8px;
  margin-left: -6px;
  margin-bottom: -5px;
  font-size: var(--step-5);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.015em;
}

.field-required {
  text-decoration: none;
}

.unit-input {
  position: relative;
  display: inline-block;
  &::after {
    content: attr(data-unit);
    position: absolute;
    right: 2.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color-grey-300);
    pointer-events: none;
  }
}

form {
  ul > li {
    color: var(--color-error-text);
  }
}

footer {
  background-color: var(--color-grey-100);
  .digital-progress {
    display: flex;
    align-items: center;
    svg {
      margin-right: 0.75rem;
    }
  }
  .link-feedback {
    font-size: var(--step-3);
    &::after {
      content: '';
      display: inline-block;
      width: 2rem;
      height: 2rem;
      position: absolute;
      bottom: 0.125rem;
      right: -2rem;
      background: url("../images/arrow-right-black-IacY9ea.svg") no-repeat center;
      background-size: cover;
      opacity: .5;
      transition: opacity 0.5s var(--ease);
    }
    &:hover::after {
      opacity: 1;
    }
  }
}

.header {
  position: relative;
  top: 0;
  z-index: 30;
  &::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--color-grey-50);
    border-bottom: 1px solid var(--color-grey-100);
  }
  .logotype {
    text-decoration: none;
    display: flex;
    svg {
      height: 1.25rem;
      margin-right: 0.5rem;
    }
  }
}

.header__dropdown {
  max-height: calc(100vh - var(--navbar-height));
  overflow-y: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: -2;
  background-color: var(--color-grey-50);
  border-bottom: 1px solid var(--color-border);
}

.header-sticky {
  position: sticky;
  top: 0;
  z-index: 20;
  background-color: var(--color-grey-50);
  border-bottom: 1px solid var(--color-grey-100);
}

.header-sticky h1 {
  transition: font-size 180ms var(--ease), line-height 180ms var(--ease);
}

label {
  cursor: pointer;
  margin-right: 12px;
}

.checkbox-container label {
  margin-left: 6px;
}

.modal {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: solid gray 1px;
  padding: 24px;
  width: 600px;
  max-width: 100%;
  label {
    font-size: 0.9em;
  }
  textarea {
    display: block;
    width: 100%;
    height: 6em;
    border: solid gray 1px;
    padding: 4px;
    padding-left: 6px;
    margin-top: 2px;
  }
  button[type=submit] {
    padding-right: 48px;
    background-image: url("/assets/images/bookmark-inactive.svg");
    background-position: calc(100% - 24px) center;
    background-repeat: no-repeat;
  }
}

.modal-overlay {
  z-index: 50;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.modal.closed,
.modal-overlay.closed {
  display: none;
}

.notification-messages {
  z-index: 200;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 80px;
  .notification-messages {
    width: 100%;
    height: 80px;
    position: relative;
    transform: translateY(80px);
    transition: transform 0.6s ease;
  }
  .notification-messages_content {
    --container-max-width: 1116px;
    width: 100%;
    max-width: calc(var(--container-max-width) + (var(--container-gap) * 2));
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--container-gap);
    padding-right: var(--container-gap);
    height: 100%;
    position: relative;
  }
  .notification-messages_text {
    display: inline-block;
    padding-top: 16px;
    padding-right: 32px;
    font-weight: bold;
  }
  .notification-messages_dismiss {
    position: absolute;
    padding: 6px 6px 10px 10px;
    top: 0;
    right: var(--container-gap);
    border: 0;
    background: transparent;
    color: inherit;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
  }
  .notification-messages_dismiss:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  .notification-messages_progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    transform: scaleX(0);
    transform-origin: left center;
    pointer-events: none;
  }
  .notification-messages.show .notification-messages_progress {
    animation: notification-messages-progress var(--notification-progress-duration, 1000ms) linear forwards;
  }
  .success {
    color: var(--color-success-text);
    background-color: var(--color-success-background);
    .notification-messages_progress {
      background-color: var(--color-success-text);
    }
  }
  .error {
    color: var(--color-error-text);
    background-color: var(--color-error-background);
    .notification-messages_progress {
      background-color: var(--color-error-text);
    }
  }
  .note {
    color: var(--color-note-text);
    background-color: var(--color-note-background);
    .notification-messages_progress {
      background-color: var(--color-note-text);
    }
  }
  .show {
    transform: translateY(0);
  }
  .hide {
    transform: translateY(80px);
  }
  .template {
    display: none;
  }
}

@keyframes notification-messages-progress {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.progress-color {
  --value: 50;
  /* 0..100 */
  --marker: 14px;
  position: relative;
  height: 8px;
}

/* 1px gray line across the bottom */

.progress-color::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: var(--color-grey-100);
}

/* 3px gradient up to the value, sitting on the baseline */

.progress-color__fill {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: calc(var(--value) * 1%);
  border-radius: 999px;
  background: linear-gradient(
        90deg,
        #EC1A22 0%,
        #FFED00 50%,
        #009036 100%
    );
}

.progress-color__marker {
  position: absolute;
  left: calc(var(--value) * 1%);
  bottom: 0;
  /*transform: translate(-50%, 50%); /* center around the baseline */
  width: 3px;
  height: 8px;
  background: var(--color-grey-500);
}

.question {
  li {
    margin-bottom: 24px;
    background-color: var(--bg-color-criteria);
    border: solid 1px #ccc;
    border-radius: 4px;
    div:first-child {
      padding: 12px;
    }
  }
  hr {
    margin-left: -12px;
    margin-right: -12px;
    border-color: var(--color-border-light);
  }
  li:has(button.active).evaluation {
    box-shadow: 0 0 0 5px #199F00;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
  }
  .question-excluded {
    h4, p.inner {
      color: var(--color-grey-500);
    }
  }
  .question-value {
    margin-bottom: 8px;
    font-size: 0.7em;
    padding: 3px;
    border-radius: 3px;
  }
  .question-points .question-value {
    color: var(--color-brand-dark);
    background-color: var(--color-brand-light);
  }
  .question-nopoints .question-value {
    color: #AE1820;
    background-color: #F8D2D4;
  }
  .question-unanswered .question-value,
    .question-excluded .question-value {
    color: var(--color-grey-700);
    background-color: var(--color-grey-100);
  }
}

/* Internal borders in CSS Grid
 * https://geary.co/internal-borders-css-grid/
 */

.question--border {
  overflow: hidden;
  border-bottom: solid 1px var(--color-grey-300);
  padding-bottom: 1rem;
  > div {
    position: relative;
    &::after {
      content: '';
      position: absolute;
      background-color: var(--color-grey-300);
      z-index: 1;
      inline-size: 100vw;
      block-size: 1px;
      inset-inline-start: 0;
      inset-block-start: calc(100% + 1rem);
    }
  }
}

.quill-editor {
  border: none;
  .ql-toolbar.ql-snow {
    border: none;
    background: #f8fafc;
    padding: 6px 8px;
    margin-bottom: 6px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
  }
  .ql-container.ql-snow {
    border: none;
  }
  .ql-editor {
    border: 1px solid var(--color-grey-500);
    border-radius: 6px;
    min-height: 160px;
    padding: 10px 12px;
    font-size: 16pt;
  }
}

.richtext {
  h3:not(:first-child) {
    margin-top: 2rem;
  }
  h4 {
    margin-top: 1rem;
  }
  p {
    margin-top: 1rem;
  }
  ul {
    list-style: disc;
    padding-left: 1rem;
    li {
      padding-left: 0.25rem;
    }
  }
  code {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    background-color: #ebebeb;
    padding: 0 2px;
    border-radius: 4px;
  }
}

.score-gri {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1;
  .number {
    line-height: 1.2;
    font-weight: normal;
    font-size: 0.6em;
    color: var(--color-grey-700);
    background-color: var(--color-grey-100);
    padding: 0 4px 0 4px;
    border-radius: 4px;
  }
}

.score-letter {
  margin-bottom: 64px;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1;
  .number {
    font-size: 2.8em;
    line-height: 0.7;
  }
  .explanation {
    line-height: 1.2;
    font-weight: normal;
    font-size: 0.6em;
    color: var(--color-grey-700);
  }
}

.score-number {
  font-weight: 900;
  font-size: 1.5em;
  line-height: 1;
  .number {
    font-size: 2.25em;
    line-height: 0.7;
    ~ div {
      opacity: 0.7;
    }
  }
  .explanation {
    line-height: 1.2;
    margin-top: 16px;
    font-weight: normal;
    font-size: 0.6em;
    color: var(--color-grey-700);
  }
}

.score-points {
  color: var(--color-grey-700);
  font-weight: bold;
  font-size: 1.5em;
}

.section {
  padding-top: 2rem;
  transition-property: opacity, transform;
  transition-duration: 0.75s;
  transition-timing-function: var(--ease);
  @media (min-width: 768px) {
    padding-top: 3rem;
  }
  @media (min-width: 1024px) {
    padding-top: 4rem;
  }
}

.section--idle {
  @media (prefers-reduced-motion: no-preference) {
    opacity: 0;

    transform: translateY(100px);
  }
}

.section--header + .section:has(.section-group--intro) {
  padding-top: 0;
  margin-top: calc(var(--undercursor-height) * -1);
}

.section--topics {
  padding: 0.25rem 0;
  @media (min-width: 768px) {
    padding: 0.5rem 0;
  }
  @media (min-width: 1024px) {
    padding: 0.75rem 0;
  }
}

.skip-link {
  position: absolute;
  z-index: 10000;
  top: 1.25rem;
  left: -5000px;
  &:focus {
    left: 1.25rem;
  }
}

.statistics-table {
  th {
    vertical-align: top;
    line-height: 1.1;
  }
  th, td {
    padding: 1rem 1rem;
  }
  .btn {
    font-size: 0.8rem;
  }
}

.tag {
  font-size: .8rem;
  padding: 4px;
  margin-right: 16px;
  border-radius: 5px;
  background-color: var(--color-grey-100);
}

.tag--completed {
  color: white;
  background-color: black;
}

.topic-progress {
  div {
    margin-top: 4px;
    font-size: 0.8em;
    padding: 1px 3px;
    border-radius: 3px;
  }
  &.topic-excluded,
    &.topic-not_started {
    div {
      color: var(--color-grey-700);
      background-color: var(--color-grey-100);
    }
  }
  &.topic-in_progress {
    div {
      background-color: #B29FFD66;
      color: #5944AF;
    }
  }
  &.topic-partial_completed {
    div {
      background-color: #FFEECC;
      color: #996600;
    }
  }
  &.topic-maximum_completed {
    div {
      color: #199F00;
      background-color: #AEEA004D;
    }
  }
}

.undercursor {
  display: inline;
  /* Trick that makes the cursor move to the next line with the last word
       so it doesn’t end-up alone and create undesired extra whitespace below the title */
  white-space: nowrap;
  /* Cancel wrong height due to inline display */
  line-height: 0;
  font-size: var(--step-5);
  color: var(--highlight-color);
  /* Ensure the cursor does not end-up on the next line alone */
  &::after {
    content: '';
    display: inline-block;
    width: var(--undercursor-width);
    height: var(--undercursor-height);
    vertical-align: bottom;
    background-color: currentColor;
  }
}

.turbo-progress-bar {
  height: 8px;
  background-color: var(--color-brand-dark);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.h-\[--navbar-height\] {
  height: var(--navbar-height);
}

.h-full {
  height: 100%;
}

.max-h-\[calc\(100vh-9rem\)\] {
  max-height: calc(100vh - 9rem);
}

.w-0 {
  width: 0px;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-16 {
  min-width: 4rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xl {
  max-width: 36rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.resize {
  resize: both;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-\[1fr\] {
  grid-template-columns: 1fr;
}

.grid-cols-\[1fr_auto\] {
  grid-template-columns: 1fr auto;
}

.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}

.grid-cols-\[auto_1fr_auto_auto\] {
  grid-template-columns: auto 1fr auto auto;
}

.grid-cols-\[auto_auto\] {
  grid-template-columns: auto auto;
}

.grid-cols-\[auto_minmax\(0\2c 1fr\)\] {
  grid-template-columns: auto minmax(0,1fr);
}

.grid-cols-\[max-content_1fr\] {
  grid-template-columns: max-content 1fr;
}

.grid-cols-\[minmax\(0\2c 1fr\)_auto_auto\] {
  grid-template-columns: minmax(0,1fr) auto auto;
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-\[auto_auto\] {
  grid-template-rows: auto auto;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.content-start {
  align-content: flex-start;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.justify-self-end {
  justify-self: end;
}

.overflow-y-auto {
  overflow-y: auto;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-color {
  border-color: var(--color-border);
}

.border-color-light {
  border-color: var(--color-border-light);
}

.border-color-lighter {
  border-color: var(--color-border-lighter);
}

.bg-bg-criteriadetails {
  background-color: var(--bg-color-criteria-details);
}

.bg-bg-topic {
  background-color: var(--bg-color-topic);
}

.bg-grey-0 {
  background-color: var(--color-grey-0);
}

.bg-grey-100 {
  background-color: var(--color-grey-100);
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-right {
  text-align: right;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.text-grey-500 {
  color: var(--color-grey-500);
}

.text-grey-700 {
  color: var(--color-grey-700);
}

.no-underline {
  text-decoration-line: none;
}

.decoration-grey-200 {
  text-decoration-color: var(--color-grey-200);
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: var(--ease);
  transition-duration: 300ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--ease);
  transition-duration: 300ms;
}

.duration-300 {
  transition-duration: 300ms;
}

@media (max-width: 567px) {
  .max-xs\:hidden {
    display: none;
  }
}

@media (min-width: 768px) {
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }
}

@media (max-width: 1023px) {
  .max-md\:hidden {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
}
