/* DerKassenDoc extras on top of Creative-Tobi style.css */

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

.float-cta { display: none !important; }

html[data-palette="kd"] .user-card__media {
  background: #182848;
}
html[data-palette="kd"] .user-card__media > img,
html[data-palette="kd"] .user-card__media .ki-marker-wrap > img:not(.ki-marker-eu-icon) {
  object-position: center 18%;
  object-fit: cover;
}
html[data-palette="kd"] .user-card__media .ki-marker-wrap {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 0;
  z-index: 0;
}
html[data-palette="kd"] .user-card__media .ki-marker-wrap > img:not(.ki-marker-eu-icon) {
  width: 100%;
  height: 100%;
  max-height: none;
}
html[data-palette="kd"] .user-card__media::after {
  z-index: 1;
}
html[data-palette="kd"] .user-card__media > .ki-marker-badge {
  top: 0.75rem;
  right: 0.75rem;
  bottom: auto;
  left: auto;
  z-index: 6;
}

html[data-palette="kd"] .user-card__social {
  position: absolute;
  z-index: 5;
  top: 3.55rem;
  right: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  margin: 0;
  padding: 4px;
  border-radius: 999px;
  background: rgba(8, 12, 20, 0.42);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
html[data-palette="kd"] .user-card__social a {
  width: 34px;
  height: 34px;
  color: rgba(255, 255, 255, 0.9);
}
html[data-palette="kd"] .user-card__social a:hover,
html[data-palette="kd"] .user-card__social a:focus-visible {
  background: rgba(255, 255, 255, 0.14);
  color: #ec7014;
}

@media (max-width: 991px) {
  html[data-palette="kd"] .user-card {
    margin: 12px 16px 4px;
    padding: 0;
  }
  html[data-palette="kd"] .user-card::before,
  html[data-palette="kd"] .user-card::after {
    display: none;
  }
  html[data-palette="kd"] .user-card__media {
    height: auto;
    min-height: 0;
    overflow: visible;
    border-radius: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 5.25rem 1fr;
    grid-template-rows: auto auto auto;
    gap: 0.7rem 0.9rem;
    align-items: center;
  }
  html[data-palette="kd"] .user-card__media::after {
    display: none;
  }
  html[data-palette="kd"] .user-card__media > img,
  html[data-palette="kd"] .user-card__media > .ki-marker-wrap {
    grid-column: 1;
    grid-row: 1;
    position: relative !important;
    inset: auto !important;
    width: 5.25rem !important;
    height: 5.25rem !important;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    z-index: 1;
    box-shadow:
      0 8px 20px rgba(24, 40, 72, 0.16),
      0 0 0 3px #fff,
      0 0 0 5px rgba(16, 108, 176, 0.22);
  }
  html[data-palette="kd"] .user-card__media > img,
  html[data-palette="kd"] .user-card__media .ki-marker-wrap > img:not(.ki-marker-eu-icon) {
    width: 100% !important;
    height: 100% !important;
    min-height: 0;
    max-height: none;
    object-fit: cover !important;
    object-position: 50% 8% !important;
  }
  html[data-palette="kd"] .user-card__mark {
    display: none;
  }
  html[data-palette="kd"] .user-card__name {
    position: static;
    grid-column: 2;
    grid-row: 1;
    writing-mode: horizontal-tb;
    transform: none;
    margin: 0;
    padding: 0;
    background: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    color: var(--text);
    font-size: 1.15rem;
    letter-spacing: -0.02em;
  }
  html[data-palette="kd"] .user-card__info {
    position: static;
    grid-column: 1 / -1;
    grid-row: 3;
    left: auto;
    right: auto;
    bottom: auto;
    color: var(--text);
  }
  html[data-palette="kd"] .user-card__intro {
    color: var(--t56);
    font-size: 0.92rem;
  }
  html[data-palette="kd"] .user-card__line {
    background: var(--line);
    margin: 12px 0;
  }
  html[data-palette="kd"] .user-card__social {
    position: static;
    grid-column: 1 / -1;
    grid-row: 2;
    top: auto;
    right: auto;
    left: auto;
    flex-direction: row;
    justify-content: flex-start;
    width: max-content;
    background: var(--bg-2);
    color: var(--text);
  }
  html[data-palette="kd"] .user-card__social a {
    width: 36px;
    height: 36px;
    color: var(--t72);
  }
  html[data-palette="kd"] .user-card__media > .ki-marker-badge {
    left: 3.15rem;
    top: 3.55rem;
    right: auto;
    transform: scale(0.42);
    transform-origin: top left;
  }
  html[data-palette="kd"] .btn-down {
    color: var(--t72);
  }
}

html[data-palette="kd"] .topbar__dock--lead {
  display: none;
}
@media (min-width: 1280px) {
  html[data-palette="kd"] .topbar__dock--lead {
    display: flex;
  }
}

a.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--primary-ink);
  box-shadow: var(--shadow);
}
a.pill:hover { color: var(--primary-ink); filter: brightness(1.08); }

/* Nachhaltigkeit: weiße Fläche, Rest der Site bleibt Navy/Blau */
html[data-palette="kd"] .home-sustain__panel {
  display: grid;
  gap: 28px;
  align-items: center;
  background: #ffffff;
  color: rgba(24, 40, 72, 0.92);
  padding: 28px 22px 32px;
}
html[data-palette="kd"] .home-sustain__copy h2 {
  margin: 0 0 12px;
  color: #182848;
  font-size: clamp(1.7rem, 3.2vw, 2.55rem);
  letter-spacing: -0.04em;
  line-height: 1.05;
}
html[data-palette="kd"] .home-sustain__copy p {
  margin: 0;
  max-width: 42ch;
  color: rgba(24, 40, 72, 0.62);
  font-size: 1.08rem;
  line-height: 1.6;
}
html[data-palette="kd"] .home-sustain__copy .feat__when {
  color: #106cb0;
}
html[data-palette="kd"] .home-sustain__copy a.feat__more {
  color: #182848;
}
html[data-palette="kd"] .home-sustain__copy a.feat__more:hover {
  color: #ec7014;
}
html[data-palette="kd"] .home-sustain .shot,
html[data-palette="kd"] .home-sustain .shot img.ai-mark,
html[data-palette="kd"] .home-sustain .ki-marker-wrap > img:not(.ki-marker-eu-icon) {
  background: #ffffff;
}
@media (min-width: 800px) {
  html[data-palette="kd"] .home-sustain__panel {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    padding: 36px 32px 40px;
  }
}

html[data-palette="kd"][data-theme="light"] body.page-nachhaltigkeit {
  --bg: #ffffff;
  --bg-2: #f4f6f8;
  --card: #ffffff;
}

.feat--plain { cursor: default; }
a.feat__more {
  text-decoration: none;
  color: var(--text);
}
a.feat__more:hover { color: var(--primary); }

.now,
.source-list,
.social-flow__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Hessisch */
.hessen-star {
  font-size: 0.65em;
  font-weight: 600;
  color: var(--primary);
  margin-left: 0.05em;
}
.hessen-note {
  margin: -4px 0 22px;
  max-width: 42em;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  color: var(--t40);
}
.intro .hessen-note { margin: -8px 0 18px; }
.hessen-note__label {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* Cutout / KI photos sit in the frame, not cropped */
.shot img.ai-mark,
.shot .ki-marker-wrap > img:not(.ki-marker-eu-icon) {
  object-fit: contain;
  object-position: bottom center;
  background: var(--bg-2);
  width: 100%;
  height: auto;
}
.feat .shot img.ai-mark,
.feat .shot .ki-marker-wrap > img:not(.ki-marker-eu-icon),
.page__hero.shot img.ai-mark,
.page__hero.shot .ki-marker-wrap > img:not(.ki-marker-eu-icon) {
  aspect-ratio: auto;
  max-height: min(70dvh, 38rem);
}

/* Mosaic without giant photos (inner pages + home audience) */
.content .do-mosaic {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: none !important;
  min-height: 0 !important;
  gap: 10px;
  margin-top: 8px;
}
.content .do-tile {
  min-height: 180px;
  background: var(--bg-2);
  position: relative;
}
.content .do-tile__copy {
  position: relative;
  z-index: 2;
  padding: 22px 20px;
}
.content .do-tile h3 { transform: none; }
@media (min-width: 720px) {
  .content .do-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: none !important;
    min-height: 0 !important;
  }
}

/* FAQ details as now-like rows */
.content details {
  border-top: 1px solid var(--line);
  padding: 0;
  max-width: 46em;
}
.content details:last-of-type { border-bottom: 1px solid var(--line); }
.content summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: baseline;
  padding: 22px 0;
  font-size: 1.12rem;
  line-height: 1.45;
  color: var(--text);
}
.content summary::-webkit-details-marker { display: none; }
.content summary::after {
  content: "+";
  font-family: var(--mono);
  color: var(--primary);
  font-size: 1.1rem;
  line-height: 1;
}
.content details[open] summary::after { content: "–"; }
.content details p {
  margin: 0 0 20px;
  color: var(--t56);
  max-width: 54ch;
  line-height: 1.6;
}

/* Form extras (firma, phone, select) */
.field select {
  width: 100%;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  color: inherit;
  font: inherit;
  font-size: 1.08rem;
  outline: none;
  appearance: none;
  border-radius: 0;
}
.field select:focus { border-bottom-color: var(--primary); }
.form .form__consent { margin-top: 16px; }
.form [hidden] { display: none !important; }

/* page__also stays CT; keep link color on inner pages */
.page__also a { color: var(--text); text-decoration: none; }
.page__also a:hover { color: var(--primary); }

/* Partner logos */
.shot img.partner-logo,
.page__hero.shot img.partner-logo {
  width: auto;
  max-width: min(100%, 18rem);
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: var(--bg-2);
  padding: 28px;
  display: block;
}
[data-theme="dark"] img.partner-logo {
  filter: invert(1);
  background: transparent;
}

.feat .shot .ki-marker-wrap > img:not(.ki-marker-eu-icon),
.shot .ki-marker-wrap > img:not(.ki-marker-eu-icon) {
  width: 100%;
  height: auto;
  aspect-ratio: auto;
  max-height: min(70vh, 38rem);
  object-fit: contain;
  object-position: bottom center;
  background: var(--bg-2);
}

/* Quiz + Pflicht-Tool as now + fields */
.kasse-quiz,
.pflicht-tool {
  max-width: 46em;
  margin-top: 8px;
}
.kasse-quiz__progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}
.kasse-quiz__dots { display: flex; gap: 6px; }
.kasse-quiz__dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--line);
}
.kasse-quiz__dot.is-done,
.kasse-quiz__dot.is-current { background: var(--primary); }
.kasse-quiz__meta {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--t40);
}
.kasse-quiz__q,
.kasse-quiz__result-title {
  font-family: var(--display);
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}
.kasse-quiz__hint,
.kasse-quiz__result-lead {
  color: var(--t56);
  margin-bottom: 18px;
  line-height: 1.55;
}
.kasse-quiz__options { display: grid; gap: 0; }
.kasse-quiz__opt {
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  gap: 12px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  text-align: left;
  width: 100%;
  background: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
}
.kasse-quiz__options .kasse-quiz__opt:last-child { border-bottom: 1px solid var(--line); }
.kasse-quiz__opt-mark {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  color: var(--primary);
  padding-top: 4px;
}
.kasse-quiz__opt strong { display: block; font-size: 1.12rem; }
.kasse-quiz__opt small { display: block; color: var(--t56); margin-top: 4px; }
.kasse-quiz__opt.is-selected .kasse-quiz__opt-text strong { color: var(--primary); }
.kasse-quiz__nav,
.kasse-quiz .btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  margin-top: 22px;
}
.kasse-quiz__list-label {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--t40);
  margin: 18px 0 6px;
}
.kasse-quiz__wish {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  cursor: pointer;
}
.kasse-quiz__wishes .kasse-quiz__wish:last-child { border-bottom: 1px solid var(--line); }
.kasse-quiz__wish input { margin-top: 4px; accent-color: var(--primary); }
.kasse-quiz__wish-body strong { display: block; }
.kasse-quiz__wish-body span { color: var(--t56); }
.kasse-quiz__badge {
  font-style: normal;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
}
.kasse-quiz__lock { color: var(--primary); padding-top: 2px; }

.kasse-quiz__form { display: grid; gap: 4px; max-width: 58ch; }
.kasse-quiz__field { display: block; margin-bottom: 8px; }
.kasse-quiz__field > span {
  display: block;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--t40);
  margin-bottom: 2px;
}
.kasse-quiz__field input,
.kasse-quiz__field textarea,
.kasse-quiz__field select {
  width: 100%;
  padding: 16px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: none;
  color: inherit;
  font: inherit;
  font-size: 1.08rem;
  outline: none;
  border-radius: 0;
}
.kasse-quiz__field textarea { resize: vertical; }
.kasse-quiz__field input:focus,
.kasse-quiz__field textarea:focus,
.kasse-quiz__field select:focus { border-bottom-color: var(--primary); }
.kasse-quiz__checkline {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 16px 0 0;
  color: var(--t72);
  font-size: 0.92rem;
  line-height: 1.5;
  cursor: pointer;
}
.kasse-quiz__checkline input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  accent-color: var(--primary);
}
.kasse-quiz__error { color: var(--primary); margin-top: 12px; font-size: 0.88rem; }
.kasse-quiz__optional { text-transform: none; letter-spacing: 0; color: var(--t40); }

.kasse-quiz .btn,
.pflicht-tool .btn,
.kasse-quiz a.btn,
.pflicht-tool a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: var(--primary-ink);
  font: inherit;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  box-shadow: var(--shadow);
}
.kasse-quiz .btn--ghost,
.pflicht-tool .btn--ghost,
.kasse-quiz a.btn--ghost,
.pflicht-tool a.btn--ghost {
  background: transparent;
  color: var(--text);
  box-shadow: inset 0 0 0 1px var(--line);
}

.pflicht-tool__value {
  font-family: var(--display);
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}
.pflicht-tool__slider {
  width: 100%;
  accent-color: var(--primary);
}
.pflicht-tool__slider-ends {
  display: flex;
  justify-content: space-between;
  font-family: var(--mono);
  font-size: 0.68rem;
  color: var(--t40);
  margin-top: 8px;
}
.pflicht-tool__mark { color: var(--primary); }
.pflicht-tool__disclaimer {
  margin-top: 18px;
  color: var(--t40);
  font-size: 0.88rem;
}
.pflicht-tool__live { margin-top: 24px; }
.pflicht-tool__tone {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 8px;
}
.pflicht-tool__perk { margin-top: 18px; }
.pflicht-tool__perk-title { font-weight: 600; margin-bottom: 8px; }
.pflicht-tool__perk-list { list-style: none; padding: 0; }
.pflicht-tool__perk-list li {
  padding: 12px 0 12px 1.6rem;
  position: relative;
  color: var(--t72);
  border-top: 1px solid var(--line);
}
.pflicht-tool__perk-list li:last-child { border-bottom: 1px solid var(--line); }
.pflicht-tool__perk-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-family: var(--mono);
}
.pflicht-tool__refs {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: grid;
  gap: 0;
}
.pflicht-tool__refs li {
  display: grid;
  grid-template-columns: 11.5rem 1fr;
  gap: 8px 12px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}
.pflicht-tool__refs li:last-child { border-bottom: 1px solid var(--line); }
.pflicht-tool__refs span {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--primary);
}
@media (max-width: 620px) {
  .pflicht-tool__refs li { grid-template-columns: 1fr; }
}

/* Social follow as now rows */
.social-flow__link {
  display: grid;
  grid-template-columns: 2.2rem 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 22px 0;
  border-top: 1px solid var(--line);
  text-decoration: none;
  color: inherit;
}
.social-flow__list li:last-child .social-flow__link { border-bottom: 1px solid var(--line); }
.social-flow__icon { color: var(--primary); display: grid; place-items: center; }
.social-flow__icon svg { width: 18px; height: 18px; }
.social-flow__body strong { display: block; }
.social-flow__body span { color: var(--t56); font-size: 0.92rem; }
.social-flow__go { color: var(--t40); font-family: var(--mono); }
.social-flow__link:hover { color: var(--primary); }

/* KI marker + gallery */
.ki-marker-badge {
  position: absolute;
  right: 0.4rem;
  bottom: 0.4rem;
  z-index: 5;
  display: inline-flex;
  padding: 0.15rem;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--line);
  text-decoration: none;
  line-height: 0;
}
.ki-marker-eu-icon {
  display: block;
  width: 7.25rem !important;
  height: auto !important;
  max-width: 7.25rem !important;
  max-height: 2.4rem !important;
}
.ki-marker-label { display: none; }
.ki-demo__note { color: var(--t56); margin-top: 12px; font-size: 0.92rem; }
.ki-icon-gallery { display: grid; gap: 36px; margin: 28px 0 40px; max-width: 52rem; }
.ki-icon-gallery__row { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; }
.ki-icon-gallery__item { margin: 0; }
.ki-icon-gallery__item figcaption {
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--t40);
  margin-top: 6px;
}
.ki-icon-gallery__item--round img {
  width: 48px;
  height: 48px;
}
.ki-icon-gallery__item--wide img {
  width: 160px;
  height: auto;
}
.ki-marker-text {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.js-count { font-variant-numeric: tabular-nums; }

/* Textmenü statt Icon-Kapsel */
html[data-palette="kd"] .menu-btn {
  width: 44px;
  height: 44px;
}
html[data-palette="kd"] .icon-nav {
  min-width: 15.5rem;
  padding: 12px 10px;
  gap: 6px;
}
html[data-palette="kd"] .icon-nav a {
  height: 46px;
  gap: 12px;
  padding: 0 12px;
  border-radius: 8px;
}
html[data-palette="kd"] .icon-nav svg {
  width: 18px;
  height: 18px;
  order: -1;
}
html[data-palette="kd"] .icon-nav__tip {
  font-size: 1rem;
  font-weight: 550;
}

@media (min-width: 992px) {
  html[data-palette="kd"] .topbar {
    top: 20px;
    right: 28px;
    left: auto;
    width: auto;
  }
  html[data-palette="kd"] .topbar__dock--end {
    height: auto;
    min-height: 0;
    max-width: none;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    flex-wrap: nowrap;
  }
  html[data-palette="kd"] .icon-nav {
    min-width: 0;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    padding: 0;
    background: none;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
  }
  html[data-palette="kd"] .icon-nav ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2px;
    order: 0;
  }
  html[data-palette="kd"] .icon-nav .topbar__sep--nav {
    display: block;
    order: 1;
    margin: 0 10px;
    height: 14px;
    opacity: 0.7;
  }
  html[data-palette="kd"] .icon-nav .topbar__prefs {
    order: 2;
    padding: 0;
    border: 0;
  }
  html[data-palette="kd"] .icon-nav__top {
    display: none;
  }
  html[data-palette="kd"] .icon-nav svg {
    display: none;
  }
  html[data-palette="kd"] .icon-nav a {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 6px 9px;
    border-radius: 0;
    justify-content: center;
    gap: 0;
    background: none;
    color: var(--t56);
    font-family: var(--mono);
    font-size: 0.68rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }
  html[data-palette="kd"] .icon-nav a:hover,
  html[data-palette="kd"] .icon-nav a.is-active {
    color: var(--primary);
    background: none;
  }
  html[data-palette="kd"] .icon-nav a.is-active {
    box-shadow: inset 0 -2px 0 var(--primary);
  }
  html[data-palette="kd"] .icon-nav a[href="kontakt.html"] {
    color: var(--primary);
  }
  html[data-palette="kd"] .icon-nav .theme-btn {
    width: 32px;
    min-width: 32px;
    height: 32px;
    padding: 0;
    border-radius: 999px;
    font-size: 0.9rem;
  }
  html[data-palette="kd"] .icon-nav__tip {
    display: block;
    position: static;
    left: auto;
    top: auto;
    transform: none;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: inherit;
    background: none;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    pointer-events: none;
  }
  html[data-palette="kd"] .content {
    padding-top: 76px;
  }
}
