.kz-a11y-launch {
  display: inline-grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(42, 34, 26, 0.14);
  background: rgba(255, 250, 242, 0.94);
  color: #2a221a;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.kz-a11y-launch svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.kz-a11y-launch:hover,
.kz-a11y-launch:focus-visible {
  border-color: rgba(233, 116, 74, 0.46);
  background: #fffaf2;
  color: #b94f2e;
  box-shadow: 0 10px 24px -16px rgba(42, 27, 18, 0.8);
}

.kz-a11y-launch:focus-visible {
  outline: 3px solid rgba(233, 116, 74, 0.3);
  outline-offset: 3px;
}

.kz-a11y-launch--header {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  min-height: 40px;
  margin-left: auto;
  padding: 8px 11px;
  border-radius: 999px;
  color: #4b5159;
  font-family: Bahnschrift, "Aptos Display", "Segoe UI", Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.kz-a11y-launch--header span {
  display: inline-block;
}

.kz-a11y-launch--header .kz-a11y-label-short {
  display: none;
}

.kz-a11y-launch--floating {
  position: fixed;
  z-index: 120;
  left: clamp(16px, 2.5vw, 34px);
  bottom: clamp(16px, 2.5vw, 34px);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  box-shadow:
    0 10px 24px -14px rgba(42, 27, 18, 0.72),
    inset 0 0 0 1px rgba(255, 255, 255, 0.58);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.kz-a11y-dialog[hidden] {
  display: none;
}

.kz-a11y-dialog {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 18px;
}

.kz-a11y-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 25, 30, 0.58);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.kz-a11y-dialog__panel {
  position: relative;
  width: min(100%, 560px);
  max-height: min(760px, calc(100vh - 36px));
  overflow: auto;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid rgba(79, 57, 42, 0.16);
  border-radius: 26px;
  background:
    radial-gradient(circle at 100% 0, rgba(233, 116, 74, 0.12), transparent 35%),
    #fffaf2;
  color: #2a221a;
  box-shadow: 0 34px 90px -36px rgba(15, 20, 25, 0.9);
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.kz-a11y-dialog__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(42, 34, 26, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #2a221a;
  font: inherit;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  font-family: Arial, sans-serif;
  text-indent: 0;
}

.kz-a11y-dialog__close::first-line {
  line-height: 38px;
}

.kz-a11y-dialog__eyebrow {
  margin: 0 54px 8px 0;
  color: #c85b36;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kz-a11y-dialog h2 {
  margin: 0 54px 10px 0;
  color: #2a221a;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 7vw, 3rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
}

.kz-a11y-dialog__intro {
  margin: 0 0 24px;
  color: #5c554d;
}

.kz-a11y-fieldset {
  margin: 0 0 18px;
  padding: 0;
  border: 0;
}

.kz-a11y-fieldset legend {
  margin-bottom: 10px;
  font-weight: 800;
}

.kz-a11y-font-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.kz-a11y-theme-fieldset {
  padding: 14px;
  border: 1px solid rgba(42, 34, 26, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.64);
}

.kz-a11y-theme-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
}

.kz-a11y-theme-options button {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 14px;
  border: 1px solid rgba(42, 34, 26, 0.16);
  border-radius: 13px;
  background: #fff;
  color: #2a221a;
  font: inherit;
  font-weight: 780;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, color .2s ease;
}

.kz-a11y-theme-options button:hover,
.kz-a11y-theme-options button:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(200, 91, 54, .48);
}

.kz-a11y-theme-options button[aria-pressed="true"] {
  border-color: #2a221a;
  background: #2a221a;
  color: #fffaf2;
  box-shadow: 0 10px 22px -16px rgba(42, 34, 26, .8);
}

.kz-a11y-theme-options svg {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.kz-a11y-font-options button,
.kz-a11y-reset {
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid rgba(42, 34, 26, 0.16);
  border-radius: 12px;
  background: #fff;
  color: #2a221a;
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

.kz-a11y-font-options button[aria-pressed="true"] {
  border-color: #2a221a;
  background: #2a221a;
  color: #fffaf2;
}

.kz-a11y-switches {
  display: grid;
  gap: 10px;
  margin: 20px 0;
}

.kz-a11y-switch {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(42, 34, 26, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}

.kz-a11y-switch input {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #c85b36;
}

.kz-a11y-dialog__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(42, 34, 26, 0.12);
}

.kz-a11y-reset {
  background: #f1e7d7;
}

.kz-a11y-guidelines {
  margin-left: auto;
  color: #9f3f25;
  font-weight: 800;
  text-underline-offset: 0.18em;
}

body.kz-a11y-dialog-open {
  overflow: hidden;
}

html.kz-a11y-text-large {
  font-size: 112.5%;
}

html.kz-a11y-text-largest {
  font-size: 125%;
}

html.kz-a11y-high-contrast {
  filter: contrast(1.18);
}

/*
 * Jasny wariant serwisu.
 * Ciemny motyw pozostaje stanem domyślnym; ta warstwa zmienia wyłącznie
 * prezentację po świadomym wyborze użytkownika.
 */
html.kz-theme-light {
  color-scheme: light;
  --kz-theme-bg: #f1f3f5;
  --kz-theme-paper: #ffffff;
  --kz-theme-paper-soft: #f7f8f9;
  --kz-theme-ink: #20252b;
  --kz-theme-muted: #59616b;
  --kz-theme-line: rgba(32, 37, 43, .14);
  --kz-theme-shadow: 0 32px 80px -52px rgba(24, 31, 39, .38);
}

html.kz-theme-light body {
  color: var(--kz-theme-ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(205, 213, 220, .42), transparent 32rem),
    linear-gradient(180deg, #fafbfc 0%, var(--kz-theme-bg) 100%) fixed;
}

html.kz-theme-light :is(
  .epi-hero,
  .about-hero,
  .prak-hero,
  .methods-hero,
  .locations-hero,
  .article-header,
  .report-hero,
  .access-hero,
  .archive-hero,
  .mp-hero__panel,
  .information-hero__inner
) {
  color: var(--kz-theme-ink) !important;
  border-color: var(--kz-theme-line) !important;
  background:
    radial-gradient(circle at 82% 16%, rgba(190, 199, 207, .28), transparent 28rem),
    linear-gradient(125deg, #ffffff 0%, #f1f3f5 58%, #dce1e5 100%) !important;
  box-shadow: var(--kz-theme-shadow) !important;
}

html.kz-theme-light :is(
  .epi-hero,
  .about-hero,
  .prak-hero,
  .methods-hero,
  .locations-hero,
  .article-header,
  .report-hero,
  .access-hero,
  .archive-hero,
  .mp-hero__panel,
  .information-hero__inner
) :is(h1, h2, h3, strong) {
  color: #181c21 !important;
  text-shadow: none !important;
}

html.kz-theme-light :is(
  .epi-hero,
  .about-hero,
  .prak-hero,
  .methods-hero,
  .locations-hero,
  .article-header,
  .report-hero,
  .access-hero,
  .archive-hero,
  .mp-hero__panel,
  .information-hero__inner
) :is(p, li, small, em, span:not(.kz-btn__icon)) {
  color: var(--kz-theme-muted);
}

html.kz-theme-light :is(
  .epi-hero__lead,
  .prak-hero__lead,
  .article-lead,
  .article-subtitle,
  .report-hero__lead
) {
  border-color: var(--kz-theme-line) !important;
  color: #414952 !important;
}

html.kz-theme-light :is(
  .epi-author,
  .prak-author,
  .article-author,
  .report-author
) {
  border-color: rgba(32, 37, 43, .17) !important;
  background: rgba(255, 255, 255, .74) !important;
  box-shadow: 0 16px 36px -28px rgba(20, 25, 30, .55);
}

html.kz-theme-light :is(
  .therapy-map,
  .combination-matrix,
  .epi-section--ink,
  .prak-section--ink,
  .prak-section--workbench
) {
  color: var(--kz-theme-ink) !important;
  border-color: var(--kz-theme-line) !important;
  background:
    radial-gradient(circle at 88% 10%, rgba(218, 223, 228, .55), transparent 24rem),
    linear-gradient(135deg, #ffffff, #edf0f2) !important;
  box-shadow: var(--kz-theme-shadow) !important;
}

html.kz-theme-light :is(
  .therapy-map,
  .combination-matrix,
  .epi-section--ink,
  .prak-section--ink,
  .prak-section--workbench
) :is(h2, h3, h4, strong) {
  color: #1c2127 !important;
}

html.kz-theme-light :is(
  .therapy-map,
  .combination-matrix,
  .epi-section--ink,
  .prak-section--ink,
  .prak-section--workbench
) :is(p, li, td, th, span) {
  color: #515a64;
  border-color: rgba(32, 37, 43, .12);
}

html.kz-theme-light :is(.therapy-track, .combo-row) {
  border-color: rgba(32, 37, 43, .13);
  background: rgba(255, 255, 255, .82);
}

html.kz-theme-light .therapy-track span {
  color: #414952;
  background: #eef1f3;
}

html.kz-theme-light .epi-hero__stats {
  border-color: rgba(32, 37, 43, .14);
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 22px 50px -34px rgba(20, 25, 30, .46);
}

html.kz-theme-light .epi-hero__stats > span + span {
  border-color: rgba(32, 37, 43, .12);
}

html.kz-theme-light .epi-hero__stats strong {
  color: #8d4e24 !important;
}

html.kz-theme-light :is(.epi-hero::before, .prak-hero::before) {
  color: rgba(32, 37, 43, .18) !important;
  text-shadow: none;
}

html.kz-theme-light .kz-a11y-launch--floating {
  background: rgba(255, 255, 255, .92);
  color: #343b43;
}

/*
 * Pełna paleta jasna. Każda powierzchnia treści otrzymuje własne jasne
 * tło i jawny kolor tekstu; nie polegamy na dziedziczeniu z motywu ciemnego.
 */
html.kz-theme-light body,
html.kz-theme-light :is(.kz-page, .epi-page, .prak-page, .methods-page, .locations-page, .knowledge-page) {
  --prak-ink: #1f252b;
  --prak-muted: #5d6670;
  --prak-paper: #ffffff;
  --prak-soft: #edf1f4;
  --epi-ink: #1f252b;
  --epi-muted: #5d6670;
  --epi-paper: #ffffff;
  --epi-paper-soft: #edf1f4;
  color: #20262d !important;
  background-color: #f4f6f8 !important;
}

html.kz-theme-light :is(.kz-header, .site-header) {
  background: rgba(255, 255, 255, .94) !important;
  border-color: rgba(28, 34, 41, .12) !important;
  box-shadow: 0 18px 48px -38px rgba(25, 31, 38, .42) !important;
}

html.kz-theme-light :is(.kz-header, .site-header) :is(a, button, span) {
  color: #242a31;
}

html.kz-theme-light :is(
  .kz-section,
  .kz-test-section,
  .kz-faq-section,
  .kz-final-section,
  .epi-article,
  .prak-article
) {
  color: #242a31;
  background-color: #f7f8fa;
}

html.kz-theme-light :is(
  .epi-section,
  .prak-section
) {
  color: #242a31 !important;
  border-color: rgba(28, 34, 41, .12) !important;
}

html.kz-theme-light :is(
  .epi-section--ink,
  .epi-section--profile,
  .epi-section--soft,
  .epi-section--eye,
  .epi-section--manifesto,
  .epi-section--next,
  .prak-section--ink,
  .prak-section--quote,
  .prak-section--workbench,
  .prak-section--soft,
  .prak-section--collaboration,
  .prak-section--next,
  .prak-parent-voices
) {
  color: #232930 !important;
  border-color: rgba(28, 34, 41, .13) !important;
  background:
    radial-gradient(circle at 88% 8%, rgba(197, 205, 212, .3), transparent 28rem),
    linear-gradient(135deg, #ffffff 0%, #f2f4f6 58%, #e5e9ed 100%) !important;
  box-shadow: 0 30px 74px -56px rgba(25, 31, 38, .4) !important;
}

html.kz-theme-light :is(
  .epi-section--ink,
  .epi-section--profile,
  .epi-section--soft,
  .epi-section--eye,
  .epi-section--manifesto,
  .epi-section--next,
  .prak-section--ink,
  .prak-section--quote,
  .prak-section--workbench,
  .prak-section--soft,
  .prak-section--collaboration,
  .prak-section--next,
  .prak-parent-voices
) :is(h1, h2, h3, h4, h5, strong, blockquote) {
  color: #1c2229 !important;
  text-shadow: none !important;
}

html.kz-theme-light :is(
  .epi-section--ink,
  .epi-section--profile,
  .epi-section--soft,
  .epi-section--eye,
  .epi-section--manifesto,
  .epi-section--next,
  .prak-section--ink,
  .prak-section--quote,
  .prak-section--workbench,
  .prak-section--soft,
  .prak-section--collaboration,
  .prak-section--next,
  .prak-parent-voices
) :is(p, li, td, th, figcaption, footer, small, span:not(.epi-data-label):not(.prak-data-label)) {
  color: #525c66 !important;
}

html.kz-theme-light :is(
  .prak-pathway,
  .prak-professions,
  .prak-fit-lab,
  .prak-truth-box,
  .prak-collaboration-note,
  .prak-child-grid-card,
  .prak-expert-card,
  .prak-monitoring article,
  .prak-letter,
  .prak-quote-layout blockquote,
  .epi-data-lab,
  .epi-chart-card,
  .epi-risk-chart,
  .epi-eye-lab,
  .epi-eye-lab__panel,
  .epi-snapshot,
  .epi-number-panel,
  .epi-profile-intro,
  .epi-profile-stats article,
  .epi-timeline article,
  .epi-manifesto,
  .epi-action-grid article
) {
  color: #242a31 !important;
  border-color: rgba(28, 34, 41, .14) !important;
  background: rgba(255, 255, 255, .92) !important;
  box-shadow: 0 22px 54px -45px rgba(24, 30, 36, .44) !important;
}

html.kz-theme-light :is(
  .prak-pathway,
  .prak-professions,
  .prak-fit-lab,
  .prak-truth-box,
  .prak-collaboration-note,
  .prak-child-grid-card,
  .prak-expert-card,
  .prak-monitoring article,
  .prak-letter,
  .prak-quote-layout blockquote,
  .epi-data-lab,
  .epi-chart-card,
  .epi-risk-chart,
  .epi-eye-lab__panel,
  .epi-snapshot,
  .epi-number-panel,
  .epi-profile-intro,
  .epi-profile-stats article,
  .epi-timeline article,
  .epi-manifesto,
  .epi-action-grid article
) :is(h2, h3, h4, strong) {
  color: #1b2128 !important;
}

html.kz-theme-light :is(
  .prak-pathway,
  .prak-professions,
  .prak-fit-lab,
  .prak-truth-box,
  .prak-collaboration-note,
  .prak-child-grid-card,
  .prak-expert-card,
  .prak-monitoring article,
  .prak-letter,
  .prak-quote-layout blockquote,
  .epi-data-lab,
  .epi-chart-card,
  .epi-risk-chart,
  .epi-eye-lab__panel,
  .epi-snapshot,
  .epi-number-panel,
  .epi-profile-intro,
  .epi-profile-stats article,
  .epi-timeline article,
  .epi-manifesto,
  .epi-action-grid article
) :is(p, li, span, footer, figcaption) {
  color: #56606a;
}

html.kz-theme-light .prak-pathway__steps button {
  color: #37414a !important;
  border-color: rgba(28, 34, 41, .16) !important;
  background: #f6f8f9 !important;
}

html.kz-theme-light .prak-pathway__steps button[aria-selected="true"] {
  color: #161b20 !important;
  border-color: #e7a265 !important;
  background: #e7a265 !important;
}

html.kz-theme-light .prak-professions__tabs {
  background: #e8edf0 !important;
}

html.kz-theme-light .prak-professions__tabs button {
  color: #58636d !important;
}

html.kz-theme-light .prak-professions__tabs button[aria-selected="true"] {
  color: #ffffff !important;
  background: #263038 !important;
}

html.kz-theme-light .prak-quote-layout blockquote footer {
  color: #69737c !important;
}

html.kz-theme-light .prak-prose--light,
html.kz-theme-light .prak-prose--light :is(p, li, ul, ol, strong, em),
html.kz-theme-light .prak-compare :is(ul, ol, li),
html.kz-theme-light .prak-switch {
  color: #505b65 !important;
}

html.kz-theme-light .prak-hero .prak-button--secondary {
  color: #252c33 !important;
  border-color: rgba(28, 34, 41, .24) !important;
  background: rgba(255, 255, 255, .76) !important;
}

html.kz-theme-light .epi-snapshot--question {
  color: #20262d !important;
  background: #e8edf1 !important;
}

html.kz-theme-light .epi-timeline {
  border-color: rgba(28, 34, 41, .14) !important;
  background: rgba(255, 255, 255, .74) !important;
}

html.kz-theme-light .epi-timeline article + article,
html.kz-theme-light .epi-profile-stats article + article {
  border-color: rgba(28, 34, 41, .12) !important;
}

html.kz-theme-light :is(
  .kz-home__card--dark,
  .kz-home__big,
  .kz-final__inner
) {
  color: #20262d !important;
  border-color: rgba(28, 34, 41, .13) !important;
  background:
    radial-gradient(circle at 82% 10%, rgba(205, 212, 218, .3), transparent 20rem),
    linear-gradient(135deg, #ffffff, #e9edf0) !important;
}

html.kz-theme-light :is(
  .kz-home__card--dark,
  .kz-home__big,
  .kz-final__inner
) :is(h2, h3, strong) {
  color: #1c2229 !important;
}

html.kz-theme-light :is(
  .kz-home__card--dark,
  .kz-home__big,
  .kz-final__inner
) :is(p, span) {
  color: #56606a !important;
}

html.kz-theme-light :is(
  .kz-test,
  .kz-explain,
  .kz-faq__item,
  .kz-when__card,
  .kz-meter,
  .kz-home__card
) {
  border-color: rgba(28, 34, 41, .12) !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 22px 54px -46px rgba(24, 30, 36, .34) !important;
}

html.kz-theme-light :is(
  .kz-test,
  .kz-explain,
  .kz-faq__item,
  .kz-when__card,
  .kz-meter,
  .kz-home__card
) :is(h2, h3, strong) {
  color: #1d232a !important;
}

html.kz-theme-light :is(
  .kz-test,
  .kz-explain,
  .kz-faq__item,
  .kz-when__card,
  .kz-meter,
  .kz-home__card
) :is(p, span, label) {
  color: #56606a;
}

html.kz-theme-light .kz-footer {
  color: #3e4750 !important;
  border-color: rgba(28, 34, 41, .12) !important;
  background: #e7ebee !important;
}

html.kz-a11y-link-underline a:not(.kz-brand__mark) {
  text-decoration: underline !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.17em !important;
}

html.kz-a11y-reduce-motion,
html.kz-a11y-reduce-motion body {
  scroll-behavior: auto !important;
}

html.kz-a11y-reduce-motion *,
html.kz-a11y-reduce-motion *::before,
html.kz-a11y-reduce-motion *::after {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  scroll-behavior: auto !important;
  transition-duration: 0.001ms !important;
}

@media (max-width: 1480px) {
  .kz-a11y-launch--header {
    min-width: 66px;
    padding: 8px 10px;
  }

  .kz-a11y-launch--header .kz-a11y-label-full {
    display: none;
  }

  .kz-a11y-launch--header .kz-a11y-label-short {
    display: inline-block;
  }
}

@media (max-width: 1380px) {
  .kz-header .kz-header__inner,
  .kz-header__inner.kz-wrap {
    flex-wrap: wrap !important;
    row-gap: 8px;
  }

  .kz-a11y-launch--header {
    order: 2;
    margin-left: auto;
  }

  .kz-header .kz-nav {
    order: 3 !important;
    flex: 1 0 100% !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin-left: 0 !important;
    padding-top: 8px !important;
    border-top: 1px solid rgba(79, 57, 42, 0.1) !important;
  }
}

@media (max-width: 979px) {
  .kz-a11y-launch--header {
    order: 2;
    grid-column: 2;
    grid-row: 1;
    min-width: 30px;
    width: 30px;
    min-height: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .kz-a11y-launch--header:hover,
  .kz-a11y-launch--header:focus-visible {
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  .kz-header .kz-nav {
    order: 4 !important;
    flex: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding-top: 0 !important;
    border-top: 0 !important;
  }

  .kz-header.is-mobile-menu-open .kz-nav {
    padding-top: 12px !important;
    border-top: 1px solid rgba(79, 57, 42, 0.11) !important;
  }

  .kz-a11y-launch--header .kz-a11y-label-short {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
  }

  .kz-a11y-launch--floating {
    left: 14px;
    bottom: 14px;
    width: 38px;
    height: 38px;
  }

  .kz-a11y-dialog {
    padding: 10px;
  }

  .kz-a11y-dialog__panel {
    max-height: calc(100vh - 20px);
    padding: 24px 18px;
    border-radius: 22px;
  }

  .kz-a11y-font-options {
    grid-template-columns: 1fr;
  }

  .kz-a11y-guidelines {
    width: 100%;
    margin-left: 0;
  }
}
