:root {
  --incider-quiz-bg: #ffffff;
  --incider-quiz-bg-soft: #faf8f7;
  --incider-quiz-text: #000000;
  --incider-quiz-muted: #5f5f5f;
  --incider-quiz-border: #ece7e3;
  --incider-quiz-border-strong: #dfd6cf;
  --incider-quiz-accent: #000000;
  --incider-quiz-accent-soft: #f5f3f1;
  --incider-quiz-secondary: #c22e1e;
  --incider-quiz-secondary-soft: rgba(194, 46, 30, 0.08);
  --incider-quiz-secondary-glow: rgba(194, 46, 30, 0.18);
  --incider-quiz-shadow: 0 22px 60px rgba(0, 0, 0, 0.1);
  --incider-quiz-shadow-soft: 0 12px 34px rgba(0, 0, 0, 0.06);
  --incider-quiz-radius: 22px;
  --incider-quiz-radius-sm: 16px;
  --incider-quiz-font-headings: "Lato", Arial, Helvetica, sans-serif;
  --incider-quiz-font-base: "Lato", Arial, Helvetica, sans-serif;
}

.incider-quiz-root {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  color: var(--incider-quiz-text);
  font-family: var(--incider-quiz-font-base);
}

.incider-quiz-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #ffffff 0%, #fdfcfc 100%);
  border: 1px solid var(--incider-quiz-border);
  border-top: 4px solid var(--incider-quiz-secondary);
  border-radius: var(--incider-quiz-radius);
  box-shadow: var(--incider-quiz-shadow);
  padding: 38px;
}

.incider-quiz-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(194, 46, 30, 0.04) 0%, rgba(194, 46, 30, 0) 100%);
  pointer-events: none;
}

.incider-quiz-head {
  position: relative;
  z-index: 1;
}

.incider-quiz-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 12px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--incider-quiz-secondary);
  background: rgba(194, 46, 30, 0.06);
  border: 1px solid rgba(194, 46, 30, 0.12);
  border-radius: 999px;
  font-family: var(--incider-quiz-font-headings);
  font-weight: 700;
}

.incider-quiz-title,
.incider-quiz-question__title,
.incider-quiz-winner__title,
.incider-quiz-podium__title {
  font-family: var(--incider-quiz-font-headings);
  color: var(--incider-quiz-text);
}

.incider-quiz-title {
  margin: 0 0 12px;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  font-weight: 700;
}

.incider-quiz-intro,
.incider-quiz-winner__text,
.incider-quiz-empty,
.incider-quiz-loading p,
.incider-quiz-error p,
.incider-quiz-bundle-link {
  margin: 0;
  color: var(--incider-quiz-muted);
  line-height: 1.65;
  font-size: 16px;
}

.incider-quiz-progress {
  margin-top: 28px;
}

.incider-quiz-progress__text {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--incider-quiz-muted);
  font-weight: 700;
}

.incider-quiz-progress__bar {
  width: 100%;
  height: 10px;
  overflow: hidden;
  background: #f0ece9;
  border-radius: 999px;
}

.incider-quiz-progress__bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, var(--incider-quiz-secondary) 100%);
  border-radius: inherit;
  transition: width 0.25s ease;
}

.incider-quiz-question {
  margin-top: 30px;
}

.incider-quiz-question__title {
  margin: 0 0 20px;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.22;
  letter-spacing: -0.01em;
  font-weight: 700;
}

.incider-quiz-answers {
  display: grid;
  gap: 14px;
}

.incider-quiz-answer,
.incider-quiz-primary,
.incider-quiz-secondary,
.incider-floating-launcher__button,
.incider-floating-panel__close {
  appearance: none;
  border: 0;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease, color 0.18s ease, opacity 0.18s ease;
  font-family: var(--incider-quiz-font-base);
}

.incider-quiz-answer {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px 56px 20px 20px;
  border-radius: 18px;
  background: #ffffff;
  color: var(--incider-quiz-text);
  font-weight: 700;
  text-transform: none !important;
  letter-spacing: normal !important;
  border: 1px solid var(--incider-quiz-border);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}

.incider-quiz-answer::after {
  content: "›";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.25);
  transition: color 0.18s ease, transform 0.18s ease;
}


.incider-quiz-primary,
.incider-quiz-secondary,
.incider-floating-launcher__button,
.incider-floating-panel__close {
  text-transform: none !important;
  letter-spacing: normal !important;
}

.incider-quiz-answer:hover,
.incider-quiz-answer:focus-visible,
.incider-quiz-answer.is-selected {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f7 100%);
  border-color: rgba(194, 46, 30, 0.35);
  box-shadow: 0 12px 30px rgba(194, 46, 30, 0.1);
  transform: translateY(-2px);
}

.incider-quiz-answer:hover::after,
.incider-quiz-answer:focus-visible::after,
.incider-quiz-answer.is-selected::after {
  color: var(--incider-quiz-secondary);
  transform: translate(2px, -50%);
}

.incider-quiz-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.incider-quiz-primary,
.incider-quiz-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
}

.incider-quiz-primary {
  background: linear-gradient(180deg, #cf3a28 0%, var(--incider-quiz-secondary) 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(194, 46, 30, 0.22);
}

.incider-quiz-primary:hover,
.incider-quiz-primary:focus-visible,
.incider-quiz-secondary:hover,
.incider-quiz-secondary:focus-visible,
.incider-floating-launcher__button:hover,
.incider-floating-launcher__button:focus-visible,
.incider-floating-panel__close:hover,
.incider-floating-panel__close:focus-visible {
  transform: translateY(-1px);
}

.incider-quiz-secondary {
  background: #ffffff;
  color: var(--incider-quiz-text);
  border: 1px solid var(--incider-quiz-border-strong);
}

.incider-quiz-loading,
.incider-quiz-error {
  display: grid;
  gap: 16px;
  justify-items: start;
  margin-top: 28px;
}

.incider-quiz-spinner {
  width: 30px;
  height: 30px;
  border: 3px solid #e2dbd7;
  border-top-color: var(--incider-quiz-secondary);
  border-radius: 50%;
  animation: incider-spin 0.7s linear infinite;
}

@keyframes incider-spin {
  to {
    transform: rotate(360deg);
  }
}

.incider-quiz-winner {
  margin-top: 26px;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(194, 46, 30, 0.08) 0%, rgba(194, 46, 30, 0.04) 100%);
  border: 1px solid rgba(194, 46, 30, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.incider-quiz-winner__title {
  margin: 0 0 8px;
  font-size: 26px;
  line-height: 1.15;
}

.incider-quiz-results {
  margin-top: 28px;
}

.incider-quiz-results--podium {
  display: block;
}

.incider-quiz-podium {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr) minmax(0, 1fr);
  align-items: end;
  gap: 24px;
  margin-top: 8px;
}

.incider-quiz-podium__slot {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}

.incider-quiz-podium__product {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 22px 20px 18px;
  border: 1px solid var(--incider-quiz-border);
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fcfbfa 100%);
  box-shadow: var(--incider-quiz-shadow-soft);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.incider-quiz-podium__slot:hover .incider-quiz-podium__product,
.incider-quiz-podium__slot:focus-visible .incider-quiz-podium__product {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
  border-color: rgba(194, 46, 30, 0.28);
}

.incider-quiz-podium__place {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 14px;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.incider-quiz-podium__image-wrap {
  width: 100%;
  max-width: 235px;
  height: clamp(150px, 24vw, 235px);
  margin-top: 16px;
  border-radius: 20px;
  overflow: hidden;
  background: var(--incider-quiz-bg-soft);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.03);
  display: flex;
  align-items: center;
  justify-content: center;
}

.incider-quiz-podium__image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: transform 0.28s ease;
}

.incider-quiz-podium__slot:hover .incider-quiz-podium__image,
.incider-quiz-podium__slot:focus-visible .incider-quiz-podium__image {
  transform: scale(1.03);
}

.incider-quiz-podium__title {
  margin: 16px 0 8px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.incider-quiz-podium__price {
  font-weight: 700;
  color: var(--incider-quiz-secondary);
  font-size: 17px;
}

.incider-quiz-podium__description {
  margin: 10px 0 0;
  color: var(--incider-quiz-muted);
  line-height: 1.6;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.incider-quiz-podium__base {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #212121 0%, #000000 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: inset 0 3px 0 rgba(194, 46, 30, 0.75), 0 10px 24px rgba(0, 0, 0, 0.1);
}

.incider-quiz-podium__base span {
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
  font-family: var(--incider-quiz-font-headings);
}

.incider-quiz-podium__slot--first {
  transform: translateY(-8px);
}

.incider-quiz-podium__slot--first .incider-quiz-podium__product {
  padding-top: 24px;
}

.incider-quiz-podium__slot--first .incider-quiz-podium__place {
  background: linear-gradient(180deg, #cf3a28 0%, var(--incider-quiz-secondary) 100%);
}

.incider-quiz-podium__slot--first .incider-quiz-podium__title {
  font-size: 28px;
}

.incider-quiz-podium__slot--first .incider-quiz-podium__base {
  min-height: 210px;
}

.incider-quiz-podium__slot--second .incider-quiz-podium__base {
  min-height: 152px;
}

.incider-quiz-podium__slot--third .incider-quiz-podium__base {
  min-height: 116px;
}

.incider-quiz-bundle-link {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid var(--incider-quiz-border);
}

.incider-quiz-bundle-link a {
  color: var(--incider-quiz-secondary);
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}

.incider-quiz-bundle-link a:hover,
.incider-quiz-bundle-link a:focus-visible {
  color: #9f2417;
}

.incider-floating-launcher {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99990;
}

.incider-floating-launcher__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 0 18px 0 16px;
  border-radius: 999px;
  background: #000000;
  color: #ffffff;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.22);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
}

.incider-floating-launcher__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  box-shadow: none;
  flex: 0 0 24px;
}

.incider-floating-launcher__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.incider-floating-launcher__icon-fallback {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-weight: 700;
}

.incider-floating-panel {
  position: fixed;
  right: 24px;
  bottom: 100px;
  z-index: 99991;
  width: min(520px, calc(100vw - 24px));
  max-height: calc(100vh - 124px);
}

.incider-floating-panel__inner {
  position: relative;
}

.incider-floating-panel .incider-quiz-card {
  padding-top: 60px;
}

.incider-floating-panel__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 44px !important;
  min-width: 44px !important;
  max-width: 44px;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px;
  aspect-ratio: 1 / 1;
  border-radius: 999px !important;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.94);
  color: var(--incider-quiz-text);
  font-size: 28px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}

.incider-quiz-root--widget .incider-quiz-title,
.incider-quiz-root--embedded-widget .incider-quiz-title {
  font-size: 28px;
}

.incider-quiz-root--widget .incider-quiz-card,
.incider-quiz-root--embedded-widget .incider-quiz-card {
  padding: 26px;
}

.incider-quiz-root--widget .incider-quiz-podium,
.incider-quiz-root--embedded-widget .incider-quiz-podium {
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr) minmax(0, 1fr);
}

.incider-quiz-root--widget .incider-quiz-podium__product,
.incider-quiz-root--embedded-widget .incider-quiz-podium__product {
  padding: 14px 10px 12px;
  border-radius: 18px;
}

.incider-quiz-root--widget .incider-quiz-podium__image-wrap,
.incider-quiz-root--embedded-widget .incider-quiz-podium__image-wrap {
  max-width: none;
  height: clamp(82px, 24vw, 124px);
  border-radius: 14px;
}

.incider-quiz-root--widget .incider-quiz-podium__title,
.incider-quiz-root--embedded-widget .incider-quiz-podium__title {
  font-size: 16px;
}

.incider-quiz-root--widget .incider-quiz-podium__description,
.incider-quiz-root--embedded-widget .incider-quiz-podium__description {
  font-size: 12px;
  -webkit-line-clamp: 3;
}

.incider-quiz-root--widget .incider-quiz-podium__slot--first .incider-quiz-podium__base,
.incider-quiz-root--embedded-widget .incider-quiz-podium__slot--first .incider-quiz-podium__base {
  min-height: 126px;
}

.incider-quiz-root--widget .incider-quiz-podium__slot--second .incider-quiz-podium__base,
.incider-quiz-root--embedded-widget .incider-quiz-podium__slot--second .incider-quiz-podium__base {
  min-height: 96px;
}

.incider-quiz-root--widget .incider-quiz-podium__slot--third .incider-quiz-podium__base,
.incider-quiz-root--embedded-widget .incider-quiz-podium__slot--third .incider-quiz-podium__base {
  min-height: 72px;
}

@media (max-width: 767px) {
  .incider-quiz-card {
    padding: 24px;
    border-radius: 20px;
  }

  .incider-quiz-title {
    font-size: 30px;
  }

  .incider-quiz-question__title {
    font-size: 24px;
  }

  .incider-quiz-answer {
    padding: 18px 48px 18px 18px;
  }

  .incider-quiz-podium {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr) minmax(0, 1fr);
    gap: 8px;
  }

  .incider-quiz-podium__slot--first {
    order: 2;
    transform: translateY(-4px);
  }

  .incider-quiz-podium__slot--second {
    order: 1;
  }

  .incider-quiz-podium__slot--third {
    order: 3;
  }

  .incider-quiz-podium__product {
    padding: 12px 8px 10px;
    border-radius: 16px;
  }

  .incider-quiz-podium__place {
    min-height: 26px;
    padding: 0 8px;
    font-size: 10px;
  }

  .incider-quiz-podium__image-wrap {
    max-width: none;
    height: clamp(84px, 24vw, 118px);
    margin-top: 10px;
    border-radius: 12px;
  }

  .incider-quiz-podium__title {
    margin: 10px 0 6px;
    font-size: 15px;
    line-height: 1.15;
  }

  .incider-quiz-podium__price {
    font-size: 13px;
  }

  .incider-quiz-podium__description {
    margin-top: 6px;
    font-size: 11px;
    line-height: 1.35;
    -webkit-line-clamp: 2;
  }

  .incider-quiz-podium__base,
  .incider-quiz-podium__slot--first .incider-quiz-podium__base,
  .incider-quiz-podium__slot--second .incider-quiz-podium__base,
  .incider-quiz-podium__slot--third .incider-quiz-podium__base {
    border-radius: 14px 14px 0 0;
  }

  .incider-quiz-podium__slot--first .incider-quiz-podium__base {
    min-height: 92px;
  }

  .incider-quiz-podium__slot--second .incider-quiz-podium__base {
    min-height: 70px;
  }

  .incider-quiz-podium__slot--third .incider-quiz-podium__base {
    min-height: 54px;
  }

  .incider-quiz-podium__base span {
    font-size: 24px;
  }

  .incider-floating-panel {
    right: 12px;
    bottom: 84px;
    width: calc(100vw - 24px);
    max-height: calc(100vh - 108px);
  }

  .incider-floating-launcher {
    right: 12px;
    bottom: 12px;
  }

  .incider-floating-launcher__button {
    min-height: 56px;
    padding-right: 16px;
  }
}


/* Floating widget usability refinements */
.incider-floating-panel {
  width: min(520px, calc(100vw - 24px));
  max-height: min(760px, calc(100dvh - 124px));
}

.incider-floating-panel__inner {
  position: relative;
  max-height: inherit;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 24px;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 0, 0, 0.18) transparent;
}

.incider-floating-panel__inner::-webkit-scrollbar {
  width: 8px;
}

.incider-floating-panel__inner::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.18);
  border-radius: 999px;
}

.incider-floating-panel__inner::-webkit-scrollbar-track {
  background: transparent;
}

.incider-floating-panel .incider-quiz-card {
  min-height: 0;
  padding-top: 56px;
}

.incider-floating-panel__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 24px;
  line-height: 1;
}

.incider-quiz-root--widget .incider-quiz-card,
.incider-quiz-root--embedded-widget .incider-quiz-card {
  padding: 20px 18px 18px;
}

.incider-quiz-root--widget .incider-quiz-kicker,
.incider-quiz-root--embedded-widget .incider-quiz-kicker {
  display: none !important;
}

.incider-quiz-root--widget .incider-quiz-title,
.incider-quiz-root--embedded-widget .incider-quiz-title {
  font-size: clamp(22px, 6vw, 30px);
  margin-bottom: 10px;
}

.incider-quiz-root--widget .incider-quiz-intro,
.incider-quiz-root--widget .incider-quiz-winner__text,
.incider-quiz-root--widget .incider-quiz-bundle-link,
.incider-quiz-root--embedded-widget .incider-quiz-intro,
.incider-quiz-root--embedded-widget .incider-quiz-winner__text,
.incider-quiz-root--embedded-widget .incider-quiz-bundle-link {
  font-size: 15px;
  line-height: 1.55;
}

.incider-quiz-root--widget .incider-quiz-progress,
.incider-quiz-root--embedded-widget .incider-quiz-progress {
  margin-top: 18px;
}

.incider-quiz-root--widget .incider-quiz-question,
.incider-quiz-root--embedded-widget .incider-quiz-question {
  margin-top: 20px;
}

.incider-quiz-root--widget .incider-quiz-question__title,
.incider-quiz-root--embedded-widget .incider-quiz-question__title {
  margin-bottom: 14px;
  font-size: clamp(18px, 5.8vw, 24px);
  line-height: 1.18;
}

.incider-quiz-root--widget .incider-quiz-answers,
.incider-quiz-root--embedded-widget .incider-quiz-answers {
  gap: 10px;
}

.incider-quiz-root--widget .incider-quiz-answer,
.incider-quiz-root--embedded-widget .incider-quiz-answer {
  padding: 14px 42px 14px 14px;
  border-radius: 16px;
}

.incider-quiz-root--widget .incider-quiz-answer::after,
.incider-quiz-root--embedded-widget .incider-quiz-answer::after {
  right: 14px;
  font-size: 24px;
}

.incider-quiz-root--widget .incider-quiz-actions,
.incider-quiz-root--embedded-widget .incider-quiz-actions {
  margin-top: 18px;
}

.incider-quiz-root--widget .incider-quiz-winner,
.incider-quiz-root--embedded-widget .incider-quiz-winner {
  margin-top: 20px;
  padding: 18px 16px;
}

.incider-quiz-root--widget .incider-quiz-results,
.incider-quiz-root--embedded-widget .incider-quiz-results {
  margin-top: 20px;
}

.incider-quiz-root--widget .incider-quiz-bundle-link,
.incider-quiz-root--embedded-widget .incider-quiz-bundle-link {
  margin-top: 18px;
  padding-top: 16px;
}

@media (max-height: 760px) {
  .incider-floating-panel {
    max-height: calc(100dvh - 96px);
  }

  .incider-floating-panel .incider-quiz-card {
    padding-top: 52px;
  }

  .incider-floating-panel__close {
    top: 12px;
    right: 12px;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px;
    border-radius: 999px !important;
  }

  .incider-quiz-root--widget .incider-quiz-card,
  .incider-quiz-root--embedded-widget .incider-quiz-card {
    padding: 18px 16px 16px;
  }

  .incider-quiz-root--widget .incider-quiz-title,
  .incider-quiz-root--embedded-widget .incider-quiz-title {
    font-size: clamp(20px, 5.4vw, 28px);
  }

  .incider-quiz-root--widget .incider-quiz-intro,
  .incider-quiz-root--embedded-widget .incider-quiz-intro {
    font-size: 14px;
    line-height: 1.45;
  }

  .incider-quiz-root--widget .incider-quiz-progress,
  .incider-quiz-root--embedded-widget .incider-quiz-progress {
    margin-top: 14px;
  }

  .incider-quiz-root--widget .incider-quiz-question,
  .incider-quiz-root--embedded-widget .incider-quiz-question {
    margin-top: 16px;
  }

  .incider-quiz-root--widget .incider-quiz-question__title,
  .incider-quiz-root--embedded-widget .incider-quiz-question__title {
    margin-bottom: 12px;
    font-size: clamp(17px, 5vw, 22px);
  }

  .incider-quiz-root--widget .incider-quiz-answer,
  .incider-quiz-root--embedded-widget .incider-quiz-answer {
    padding: 12px 38px 12px 12px;
  }

  .incider-quiz-root--widget .incider-quiz-actions,
  .incider-quiz-root--embedded-widget .incider-quiz-actions {
    margin-top: 14px;
  }
}

@media (max-width: 767px) {
  .incider-floating-panel {
    max-height: calc(100dvh - 96px);
  }

  .incider-floating-panel__inner {
    border-radius: 20px;
  }
}


.incider-floating-launcher__label {
  color: #ffffff;
  text-transform: none;
  white-space: nowrap;
}
