:root {
  --gislen-red: #bf2033;
  --heading: #1a1a1a;
  --body: #212529;
  --block-bg: #292838;
  --result-navy: #1f2a44;
  --result-blue: #1e4b8f;
  --muted: #6c757d;
  --line: #dee2e6;
  --surface: #ffffff;
  --page-bg: #f4f5f7;
  --blue-soft: #eef1f5;
  --hero-bg: #eef4f8;
  --result-success-bg: #e8f5eb;
  --result-success-border: #b7dfc3;
  --result-success-text: #1f5d34;
  --focus-green: #2ea44f;
  --tip-bg: #e8f5eb;
  --tip-border: #b7dfc3;
  --tip-text: #1f5d34;
  --choice-selected-bg: #f6f8fb;
  --choice-selected-border: #c5cad3;
}

.cp-app,
.cp-analysis-form {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--body);
  max-width: 970px;
  margin: 0 auto;
}

.cp-btn:focus-visible,
.cp-form-field input:focus-visible,
.cp-form-field select:focus-visible,
.cp-form-field textarea:focus-visible,
.cp-options input:focus-visible,
.cp-choice-card:has(input:focus-visible) {
  outline: 3px solid var(--focus-green);
  outline-offset: 2px;
}

.cp-spend-exact input:focus-visible,
.cp-spend-currency__select:focus-visible {
  border-color: var(--choice-selected-border);
  outline: 2px solid rgba(26, 26, 26, 0.14);
  outline-offset: 1px;
}

.cp-app h2:focus,
.cp-fieldset:focus,
.cp-fieldset:focus-within {
  outline: none;
}

.cp-options input:focus:not(:focus-visible) {
  outline: none;
}

.cp-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(26, 26, 26, 0.04);
}

/* Brand header — full viewport width */
.gcc-calculator-page {
  width: 100%;
  background: var(--surface);
  overflow-x: hidden;
}

.gcc-calculator-embed {
  --gislen-red: #bf2033;
  --heading: #1a1a1a;
  --body: #212529;
  --muted: #6c757d;
  --line: #dee2e6;
  --surface: #ffffff;
  margin: 0 0 1.5rem;
  max-width: 100%;
}

.gcc-calculator-embed .gcc-calculator-wrap:not(.is-result) {
  max-width: 1120px;
  margin: 0 auto;
  padding: 1.5rem 1.25rem 2rem !important;
  background: #ffffff !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 18px !important;
  box-shadow: 0 10px 28px rgba(26, 26, 26, 0.06) !important;
  box-sizing: border-box !important;
}

.gcc-calculator-embed .gcc-calculator-wrap.is-result {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.gcc-calculator-embed {
  scroll-margin-top: 7rem;
}

.gcc-calculator-embed .gcc-embed-stepper {
  margin: 0 0 1rem;
}

.gcc-calculator-embed .cp-app {
  max-width: 100%;
  margin: 0;
}

.gcc-calculator-embed .cp-stepper__list {
  max-width: 100%;
}

.gcc-calculator-embed .gcc-cf7-panel:not(.gcc-hidden) {
  margin-top: 1rem;
}

.gcc-brand-header {
  width: 100vw;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 120px;
  margin-bottom: 0;
  background: var(--surface);
  box-sizing: border-box;
}

.gcc-brand-header__inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

.gcc-brand-header__row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  min-height: 120px;
}

.gcc-brand-header__logo {
  flex-shrink: 0;
  min-width: 220px;
}

.gcc-brand-logo {
  display: block;
  width: auto;
  height: 170px;
  max-width: 220px;
  object-fit: contain;
}

.gcc-brand-header__intro {
  text-align: center;
  padding: 0 0.5rem;
}

.gcc-brand-header__title {
  margin: 0 0 0.35rem;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--heading);
  letter-spacing: -0.02em;
}

.gcc-brand-header__subtitle {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: var(--body);
}

.gcc-brand-privacy {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  max-width: 220px;
  padding: 0.65rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  font-size: 0.8rem;
  line-height: 1.35;
  color: var(--body);
}

.gcc-brand-privacy__icon {
  color: var(--gislen-red);
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.gcc-brand-privacy strong {
  display: block;
  color: var(--heading);
  font-size: 0.82rem;
  margin-bottom: 0.15rem;
}

.gcc-brand-privacy p {
  margin: 0;
}

/* Stepper band — full viewport width */
.gcc-stepper-band {
  width: 100vw;
  max-width: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 1.25rem;
  background: var(--surface);
  box-sizing: border-box;
}

.gcc-stepper-band__inner {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0.5rem 2rem 0.35rem;
  box-sizing: border-box;
}

/* Numbered stepper */
.cp-stepper {
  margin: 0;
}

.cp-stepper__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  gap: 0;
  width: 100%;
  max-width: 720px;
}

.cp-stepper__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 120px;
  text-align: center;
}

.cp-stepper__connector {
  flex: 1 1 auto;
  min-width: 72px;
  max-width: none;
  height: 2px;
  margin-top: 17px;
  background: var(--line);
  list-style: none;
}

.cp-stepper__connector.is-done {
  background: var(--gislen-red);
}

.cp-stepper__connector.is-progress {
  background: linear-gradient(to right, var(--gislen-red) 50%, var(--line) 50%);
}

.cp-stepper__marker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid var(--line);
  background: var(--surface);
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 600;
}

.cp-stepper__step.is-active .cp-stepper__marker {
  border-color: var(--gislen-red);
  background: var(--gislen-red);
  color: #fff;
  font-weight: 700;
}

.cp-stepper__step.is-done .cp-stepper__marker {
  border-color: var(--gislen-red);
  background: var(--gislen-red);
  color: #fff;
}

.cp-stepper__label {
  font-size: 0.84rem;
  line-height: 1.3;
  color: var(--muted);
  max-width: 140px;
  font-weight: 400;
}

.cp-stepper__step.is-active .cp-stepper__label {
  color: var(--heading);
  font-weight: 700;
}

.cp-stepper__step.is-done .cp-stepper__label {
  color: var(--heading);
  font-weight: 600;
}

.cp-eyebrow {
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cp-app h2,
.cp-analysis-form h2 {
  font-size: 24px;
  letter-spacing: -0.02em;
  margin: 6px 0 12px;
  color: var(--heading);
}

.cp-fieldset {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 12px;
  margin: 10px 0;
}

.cp-fieldset legend {
  font-weight: 700;
  font-size: 14px;
  padding: 0 6px;
  color: var(--heading);
}

.cp-options label {
  display: block;
  margin: 4px 0;
  font-size: 14px;
  line-height: 1.35;
  color: var(--body);
}

.cp-options input[type='checkbox'],
.cp-options input[type='radio'] {
  accent-color: var(--focus-green);
}

.cp-select-all {
  display: block;
  margin: 0 0 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
  font-weight: 700;
  font-size: 14px;
}

.cp-field-hint {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
  margin: 2px 0 0;
}

.cp-form-field input[type='number'],
.cp-form-field input[type='email'],
.cp-form-field input[type='text'] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  color: var(--body);
  box-sizing: border-box;
}

.cp-pdf-gate {
  margin-top: 16px;
  padding: 0;
}

.cp-pdf-gate__title {
  margin: 0 0 0.5rem;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: var(--gislen-red);
}

.cp-pdf-gate__text {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--body);
}

.cp-form-status-wrap {
  margin-top: 16px;
}

.cp-form-status-wrap:empty {
  display: none;
}

.cp-form-status {
  margin: 0;
}

.cp-submit-btn:disabled {
  opacity: 0.72;
  cursor: not-allowed;
}

.cp-btn {
  display: inline-block;
  border: 0;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  color: var(--body);
  background: #e9ecef;
}

.cp-nav-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
  align-items: center;
}

.cp-btn-primary {
  background-color: var(--gislen-red);
  color: #fff;
}

.cp-btn-primary:hover {
  filter: brightness(0.95);
}

.gcc-calculator-page .cp-nav-buttons .cp-btn.cp-btn-primary,
.gcc-calculator-page .cp-app .cp-btn.cp-btn-primary,
.gcc-calculator-embed .cp-nav-buttons .cp-btn.cp-btn-primary,
.gcc-calculator-embed .cp-app .cp-btn.cp-btn-primary {
  background-color: var(--gislen-red);
  color: #fff;
  border: 0;
}

.gcc-calculator-page .cp-nav-buttons .cp-btn.cp-btn-primary:hover,
.gcc-calculator-page .cp-app .cp-btn.cp-btn-primary:hover,
.gcc-calculator-embed .cp-nav-buttons .cp-btn.cp-btn-primary:hover,
.gcc-calculator-embed .cp-app .cp-btn.cp-btn-primary:hover {
  background-color: var(--gislen-red);
  color: #fff;
  filter: brightness(0.95);
}

.cp-live-estimate {
  display: none;
  background: var(--block-bg);
  color: #fff;
  border-radius: 14px;
  padding: 16px;
  margin-top: 16px;
}

.cp-result {
  max-width: 1050px;
  margin: 0 auto;
}

.cp-result.cp-card {
  padding: 22px 22px 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 6px 18px rgba(26, 26, 26, 0.04);
  box-sizing: border-box;
}

.cp-result-header {
  margin-bottom: 14px;
}

.cp-result-eyebrow {
  margin: 0 0 8px;
  color: var(--gislen-red);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cp-result h2 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.15;
  color: var(--heading);
}

.cp-result-intro {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--body);
}

.cp-result-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 12px;
}

.cp-badge {
  display: inline-block;
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid transparent;
}

.cp-badge--rule {
  background: #fdecee;
  color: var(--gislen-red);
  border-color: #f3c2c9;
}

.cp-badge--info {
  background: #edf3fb;
  color: var(--result-blue);
  border-color: #c8daf3;
}

.cp-result-alert {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  padding: 12px 14px;
  border: 1px solid var(--result-success-border);
  border-radius: 10px;
  background: var(--result-success-bg);
  color: var(--result-success-text);
}

.cp-result-alert--error {
  border-color: #f1c2c8;
  background: #fdf1f3;
  color: #8a1c2b;
}

.cp-result-alert__icon {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 18px;
  height: 18px;
  line-height: 0;
  color: #2f8f4e;
}

.cp-result-alert--error .cp-result-alert__icon {
  color: var(--gislen-red);
}

.cp-result-alert__icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.cp-result-alert p {
  margin: 0;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 1.45;
}

.cp-spend-currency {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--body);
}

.cp-spend-currency label {
  margin: 0;
  font-weight: 600;
  color: var(--heading);
}

.cp-spend-currency__select {
  min-width: 132px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  color: var(--heading);
  font: inherit;
  font-size: 14px;
  box-sizing: border-box;
}

.cp-result-top-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.cp-btn-soft {
  border: 0;
  border-radius: 999px;
  padding: 10px 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.cp-btn-soft--red {
  background: #fdecee;
  color: var(--gislen-red);
}

.cp-btn-soft--blue {
  background: #edf3fb;
  color: var(--result-blue);
}

.cp-result-hero {
  background: #edf4fb;
  border: 1px solid #d5e3f3;
  border-radius: 16px;
  padding: 22px 22px 18px;
  font-size: 14px;
  color: var(--body);
  margin-bottom: 18px;
}

.cp-result-currency {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  font-size: 14px;
  color: var(--body);
}

.cp-result-currency__change {
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--result-blue);
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.cp-result-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 0 0 18px;
  padding: 14px 18px;
  border: 1px solid #f5d9df;
  border-radius: 12px;
  background: #feeef1;
}

.cp-result-cta__visual {
  flex: 0 0 auto;
  line-height: 0;
  background: transparent;
}

.cp-result-cta__visual img {
  display: block;
  width: 88px;
  height: auto;
  background: transparent;
}

.cp-result-cta__copy {
  flex: 1 1 200px;
  min-width: 0;
}

.cp-result-cta__title {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: var(--heading);
}

.cp-result-cta__text {
  margin: 0;
  max-width: 420px;
  font-size: 13px;
  line-height: 1.45;
  color: var(--body);
}

.cp-result-cta__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  flex: 0 0 auto;
}

.cp-result-cta__btn {
  min-width: 210px;
  border-radius: 8px;
  padding: 10px 16px;
  font-size: 13px;
  white-space: nowrap;
}

.cp-result-cta__note {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--muted);
}

.cp-result-cta__lock {
  flex: 0 0 auto;
}

@media (max-width: 768px) {
  .cp-result-cta {
    flex-direction: column;
    align-items: stretch;
    text-align: left;
  }

  .cp-result-cta__visual {
    align-self: center;
  }

  .cp-result-cta__action {
    align-items: stretch;
  }

  .cp-result-cta__btn {
    width: 100%;
    min-width: 0;
  }

  .cp-result-cta__note {
    justify-content: center;
  }
}

.cp-pdf-gate__note {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--body);
}

.cp-result-hero__label {
  font-weight: 700;
  color: var(--heading);
  margin-bottom: 6px;
}

.cp-result-hero-value {
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  margin: 0 0 4px;
  color: var(--gislen-red);
}

.cp-result-hero-annual {
  color: var(--muted);
  margin-bottom: 10px;
}

.cp-result-hero-meta,
.cp-result-hero-confidence {
  margin-top: 4px;
  line-height: 1.45;
}

.cp-result-hero-meta strong,
.cp-result-confidence {
  color: var(--heading);
}

.cp-result-confidence {
  color: var(--result-blue);
}

.cp-result-cards {
  margin: 18px 0 16px;
}

.cp-result-cards--single {
  max-width: 100%;
}

.cp-result-cards--single .cp-result-card {
  align-items: center;
}

.cp-result-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  min-height: 100%;
}

.cp-result-card__body {
  flex: 1 1 auto;
  min-width: 0;
}

.cp-result-card__eyebrow {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cp-result-card__metric,
.cp-result-card__title {
  display: block;
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.15;
  color: var(--heading);
}

.cp-result-card__title {
  font-size: 18px;
}

.cp-result-card__highlight {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--gislen-red);
}

.cp-result-card__muted,
.cp-result-card__relevance {
  font-size: 14px;
  line-height: 1.45;
  color: var(--body);
}

.cp-result-card__relevance {
  margin-top: 8px;
}

.cp-result-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--gislen-red);
  color: #fff;
  flex-shrink: 0;
}

.cp-card-nested {
  box-shadow: none;
  padding: 16px;
  font-size: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--surface);
}

.cp-card-nested strong {
  color: var(--heading);
}

.cp-focus-areas,
.cp-reset-wrap {
  margin: 16px 0;
}

.cp-focus-areas h3 {
  font-size: 18px;
  margin: 6px 0 10px;
  color: var(--heading);
}

.cp-muted {
  color: var(--muted);
  font-size: 14px;
  margin-top: 8px;
}

.cp-waterfall {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
}

.cp-waterfall-row__head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 8px;
}

.cp-waterfall-row__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #eef1f5;
  color: var(--result-navy);
}

.cp-waterfall-row--red .cp-waterfall-row__icon {
  color: var(--gislen-red);
  background: #fdecee;
}

.cp-waterfall-row__label {
  font-size: 14px;
  line-height: 1.35;
  color: var(--body);
}

.cp-waterfall-row__value {
  font-size: 14px;
  font-weight: 700;
  color: var(--heading);
  white-space: nowrap;
}

.cp-waterfall-bar {
  height: 10px;
  border-radius: 999px;
  background: #eef0f3;
  overflow: hidden;
}

.cp-waterfall-bar > span {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.cp-waterfall-row--navy .cp-waterfall-bar > span {
  background: var(--result-navy);
}

.cp-waterfall-row--red .cp-waterfall-bar > span {
  background: var(--gislen-red);
}

.cp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.cp-privacy-note {
  color: var(--muted);
  font-size: 14px;
  margin-top: 16px;
}

.cp-error {
  color: var(--gislen-red);
  margin: 12px 0;
}

.cp-success {
  color: #198754;
}

.cp-sticky-cta {
  display: none;
}

@media (max-width: 900px) {
  .gcc-brand-header__inner {
    padding: 0.85rem 1rem 0.5rem;
  }

  .gcc-stepper-band__inner {
    padding: 0.35rem 1rem 0.35rem;
  }

  .gcc-stepper-band {
    margin-bottom: 1rem;
  }

  .gcc-brand-header,
  .gcc-brand-header__row {
    min-height: 0;
  }

  .gcc-brand-header__row {
    grid-template-columns: 1fr;
    gap: 0.85rem;
    padding: 0;
  }

  .gcc-brand-header__logo {
    min-width: 0;
  }

  .gcc-brand-logo {
    height: 56px;
    max-width: 200px;
  }

  .gcc-brand-header__intro {
    text-align: left;
  }

  .gcc-brand-header__title {
    font-size: 1.45rem;
  }

  .gcc-brand-header__subtitle {
    font-size: 0.9rem;
    line-height: 1.4;
  }

  .gcc-brand-privacy {
    max-width: none;
    width: 100%;
    box-sizing: border-box;
  }

  .cp-stepper__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 0.35rem;
    max-width: none;
    width: 100%;
  }

  .cp-stepper__connector {
    display: none;
  }

  .cp-stepper__step {
    min-width: 0;
    width: auto;
    gap: 0.35rem;
  }

  .cp-stepper__marker {
    width: 30px;
    height: 30px;
    font-size: 0.85rem;
  }

  .cp-stepper__label {
    font-size: 0.68rem;
    line-height: 1.2;
    max-width: none;
    padding: 0 0.15rem;
  }

  .gcc-calculator-embed .gcc-calculator-wrap:not(.is-result) {
    padding: 1rem 0.85rem 1.5rem !important;
  }

  .cp-card {
    padding: 14px;
  }
}

@media (max-width: 480px) {
  .gcc-brand-header__inner {
    padding: 0.75rem 0.85rem 0.35rem;
  }

  .gcc-brand-header__title {
    font-size: 1.2rem;
  }

  .gcc-brand-header__subtitle {
    font-size: 0.84rem;
  }

  .gcc-brand-logo {
    height: 48px;
    max-width: 180px;
  }

  .gcc-stepper-band__inner {
    padding: 0.25rem 0.85rem 0.25rem;
  }

  .cp-stepper__marker {
    width: 28px;
    height: 28px;
    font-size: 0.8rem;
  }

  .cp-stepper__label {
    font-size: 0.62rem;
  }

  .cp-result h2 {
    font-size: 22px;
  }

  .cp-result.cp-card {
    padding: 12px;
  }

  .cp-result-hero {
    padding: 14px;
  }

  .cp-result-hero-value {
    font-size: 22px;
    line-height: 1.2;
  }

  .cp-waterfall-row__head {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 8px;
  }

  .cp-waterfall-row__value {
    grid-column: 2;
    white-space: normal;
    font-size: 13px;
  }

  .cp-result-card {
    flex-direction: column;
  }

  .cp-result-card__icon {
    align-self: flex-end;
  }

  .cp-result-card__metric,
  .cp-result-card__title {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .cp-grid-3 {
    grid-template-columns: 1fr;
  }

  .cp-nav-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cp-nav-buttons .cp-btn {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
  }

  .cp-sticky-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;
    background: #fff;
    border-top: 1px solid var(--line);
    z-index: 20;
  }
}

@media print {
  .cp-sticky-cta,
  .cp-pdf-gate,
  .cp-analysis-form,
  .cp-nav-buttons,
  .cp-reset-wrap,
  .cp-pre-assessment form button,
  .gcc-brand-privacy {
    display: none !important;
  }

  .cp-card,
  .cp-result-hero,
  .cp-waterfall,
  .cp-result-cards {
    break-inside: avoid;
  }

  .cp-app,
  .cp-pre-assessment {
    max-width: none;
  }
}

.cp-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.cp-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.cp-form-field span {
  font-weight: 700;
  color: var(--heading);
}

.cp-form-field input,
.cp-form-field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px 14px;
  font: inherit;
}

.cp-form-field--full {
  grid-column: 1 / -1;
}

.cp-checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}

.cp-checkbox input {
  width: auto;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .cp-form-grid {
    grid-template-columns: 1fr;
  }
}

.gcc-hidden {
  display: none !important;
}

.gcc-calculator-wrap .gcc-cf7-panel:not(.gcc-hidden) .cp-pdf-gate {
  margin: 0 0 1rem;
  padding: 0;
  border-bottom: 0;
}

.gcc-cf7-panel .full a,
.gcc-cf7-panel .gcc-cf7-gdpr a {
  color: var(--result-blue);
  text-decoration: underline;
}

.gcc-calculator-wrap .gcc-cf7-panel:not(.gcc-hidden) {
  margin-top: 1.5rem;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 22px 22px 20px;
  box-shadow: 0 6px 18px rgba(26, 26, 26, 0.04);
  box-sizing: border-box;
  scroll-margin-top: 120px;
}

.gcc-calculator-wrap .gcc-cf7-panel:not(.gcc-hidden) .cp-pdf-gate {
  scroll-margin-top: 120px;
}

/* Override theme rules such as div.wpcf7 { max-width: 50% } on gislen.com (app.scss) */
.gcc-calculator-embed #gcc-cf7-report div.wpcf7,
.gcc-calculator-embed #gcc-cf7-report .gcc-cf7-form-shell,
#gcc-cf7-report.gcc-cf7-panel div.wpcf7,
#gcc-cf7-report.gcc-cf7-panel .gcc-cf7-form-shell,
.gcc-calculator-wrap div.wpcf7,
.gcc-calculator-embed div.wpcf7,
.gcc-cf7-panel div.wpcf7 {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
}

@media screen and (min-width: 775px) {
  .gcc-calculator-embed #gcc-cf7-report div.wpcf7,
  .gcc-calculator-embed #gcc-cf7-report .gcc-cf7-form-shell,
  #gcc-cf7-report.gcc-cf7-panel div.wpcf7,
  #gcc-cf7-report.gcc-cf7-panel .gcc-cf7-form-shell,
  .gcc-calculator-wrap div.wpcf7,
  .gcc-calculator-embed div.wpcf7,
  .gcc-cf7-panel div.wpcf7 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.gcc-cf7-panel .gcc-cf7-form,
.gcc-cf7-panel form.wpcf7-form {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: none;
  margin: 0;
}

.gcc-cf7-fields-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
  width: 100%;
}

/* Fallback when the fields row wrapper is not present yet */
.gcc-cf7-panel .gcc-cf7-form:not(:has(.gcc-cf7-fields-row)),
.gcc-cf7-panel form.wpcf7-form:not(:has(.gcc-cf7-fields-row)) {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 16px;
}

.gcc-cf7-panel .gcc-cf7-form:not(:has(.gcc-cf7-fields-row)) > :not(.gcc-cf7-field),
.gcc-cf7-panel form.wpcf7-form:not(:has(.gcc-cf7-fields-row)) > :not(.gcc-cf7-field) {
  grid-column: 1 / -1;
}

@media (max-width: 768px) {
  .gcc-cf7-fields-row,
  .gcc-cf7-panel .gcc-cf7-form:not(:has(.gcc-cf7-fields-row)),
  .gcc-cf7-panel form.wpcf7-form:not(:has(.gcc-cf7-fields-row)) {
    grid-template-columns: 1fr;
  }
}

.gcc-cf7-panel .gcc-cf7-check + .gcc-cf7-check {
  margin-top: 2px;
}

.gcc-cf7-panel .gcc-cf7-check.full {
  margin-top: 4px;
}

.gcc-cf7-panel .wpcf7-form-control-wrap {
  width: 100%;
}

/* CF7 acceptance: checkbox left, label text flows normally on the right */
.gcc-calculator-wrap .gcc-cf7-check .wpcf7-form-control-wrap,
.gcc-calculator-wrap .gcc-cf7-gdpr .wpcf7-form-control-wrap,
.gcc-calculator-embed .gcc-cf7-check .wpcf7-form-control-wrap,
.gcc-calculator-embed .gcc-cf7-gdpr .wpcf7-form-control-wrap,
#gcc-cf7-report .gcc-cf7-check .wpcf7-form-control-wrap,
#gcc-cf7-report .gcc-cf7-gdpr .wpcf7-form-control-wrap,
.gcc-cf7-panel .gcc-cf7-check .wpcf7-form-control-wrap,
.gcc-cf7-panel .gcc-cf7-gdpr .wpcf7-form-control-wrap,
.gcc-calculator-wrap .gcc-cf7-check .wpcf7-acceptance,
.gcc-calculator-wrap .gcc-cf7-gdpr .wpcf7-acceptance,
.gcc-calculator-embed .gcc-cf7-check .wpcf7-acceptance,
.gcc-calculator-embed .gcc-cf7-gdpr .wpcf7-acceptance,
#gcc-cf7-report .gcc-cf7-check .wpcf7-acceptance,
#gcc-cf7-report .gcc-cf7-gdpr .wpcf7-acceptance,
.gcc-cf7-panel .gcc-cf7-check .wpcf7-acceptance,
.gcc-cf7-panel .gcc-cf7-gdpr .wpcf7-acceptance,
.gcc-cf7-panel span.wpcf7-form-control.wpcf7-acceptance {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.gcc-cf7-panel .gcc-cf7-check,
.gcc-cf7-panel .gcc-cf7-gdpr {
  margin: 0;
  display: block;
  width: 100%;
}

.gcc-calculator-wrap .gcc-cf7-check .wpcf7-acceptance label,
.gcc-calculator-wrap .gcc-cf7-gdpr .wpcf7-acceptance label,
.gcc-calculator-embed .gcc-cf7-check .wpcf7-acceptance label,
.gcc-calculator-embed .gcc-cf7-gdpr .wpcf7-acceptance label,
#gcc-cf7-report .gcc-cf7-check .wpcf7-acceptance label,
#gcc-cf7-report .gcc-cf7-gdpr .wpcf7-acceptance label,
.gcc-cf7-panel .wpcf7-acceptance label,
.gcc-cf7-panel .wpcf7-acceptance .wpcf7-list-item {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important;
  gap: 10px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  box-sizing: border-box !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: var(--body) !important;
  cursor: pointer !important;
}

.gcc-calculator-wrap .gcc-cf7-check .wpcf7-acceptance label > input[type='checkbox'],
.gcc-calculator-wrap .gcc-cf7-gdpr .wpcf7-acceptance label > input[type='checkbox'],
.gcc-calculator-embed .gcc-cf7-check .wpcf7-acceptance label > input[type='checkbox'],
.gcc-calculator-embed .gcc-cf7-gdpr .wpcf7-acceptance label > input[type='checkbox'],
#gcc-cf7-report .gcc-cf7-check .wpcf7-acceptance label > input[type='checkbox'],
#gcc-cf7-report .gcc-cf7-gdpr .wpcf7-acceptance label > input[type='checkbox'],
.gcc-cf7-panel .wpcf7-acceptance label > input[type='checkbox'],
.gcc-cf7-panel .wpcf7-acceptance .wpcf7-list-item > input[type='checkbox'],
.gcc-cf7-panel .gcc-cf7-check input[type='checkbox'],
.gcc-cf7-panel .gcc-cf7-gdpr input[type='checkbox'],
.gcc-cf7-panel .wpcf7-acceptance input[type='checkbox'],
.gcc-cf7-panel .gcc-cf7-check input[type='checkbox'].form-control,
.gcc-cf7-panel .gcc-cf7-gdpr input[type='checkbox'].form-control,
.gcc-cf7-panel .wpcf7-acceptance input[type='checkbox'].form-control {
  flex: 0 0 16px !important;
  align-self: flex-start !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  accent-color: var(--gislen-red);
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  margin: 2px 0 0 !important;
  padding: 0 !important;
  position: static !important;
  pointer-events: auto !important;
  float: none !important;
  box-sizing: border-box !important;
}

.gcc-calculator-wrap .gcc-cf7-check-text,
.gcc-calculator-embed .gcc-cf7-check-text,
#gcc-cf7-report .gcc-cf7-check-text,
.gcc-cf7-panel .gcc-cf7-check-text,
.gcc-calculator-wrap .wpcf7-acceptance .wpcf7-list-item-label,
.gcc-calculator-embed .wpcf7-acceptance .wpcf7-list-item-label,
#gcc-cf7-report .wpcf7-acceptance .wpcf7-list-item-label,
.gcc-cf7-panel .wpcf7-acceptance .wpcf7-list-item-label {
  flex: 1 1 auto !important;
  display: block !important;
  width: auto !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.45 !important;
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
}

.gcc-cf7-panel form.wpcf7-form > p {
  margin: 0;
}

/* Hidden CF7 fields — theme .form-control can make these visible and take grid space */
.gcc-cf7-panel form.wpcf7-form input[type='hidden'],
.gcc-cf7-panel form.wpcf7-form input.wpcf7-hidden {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.gcc-cf7-panel form.wpcf7-form > p:has(input[type='hidden']),
.gcc-cf7-panel form.wpcf7-form > p:has(input.wpcf7-hidden),
.gcc-cf7-panel .wpcf7-form-control-wrap:has(input[type='hidden']),
.gcc-cf7-panel .wpcf7-form-control-wrap:has(input.wpcf7-hidden) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.gcc-cf7-panel .gcc-cf7-field,
.gcc-cf7-panel form.wpcf7-form > label:not(.gcc-cf7-check) {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-weight: 700;
  font-size: 14px;
  margin: 0;
  color: var(--heading);
}

.gcc-cf7-panel .gcc-cf7-field input,
.gcc-cf7-panel form.wpcf7-form input[type='text'],
.gcc-cf7-panel form.wpcf7-form input[type='email'],
.gcc-cf7-panel form.wpcf7-form input[type='url'] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
  font-size: 14px;
  box-sizing: border-box;
}


.gcc-cf7-panel .gcc-cf7-actions {
  margin: 8px 0 0;
}

.gcc-cf7-panel input.wpcf7-submit {
  background-color: var(--gislen-red);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

.gcc-cf7-panel input.wpcf7-submit,
.gcc-cf7-panel .wpcf7-form input[type="submit"],
.gcc-calculator-page .gcc-cf7-panel input.wpcf7-submit,
.gcc-calculator-page .gcc-cf7-panel .wpcf7-form input[type="submit"] {
  background-color: var(--gislen-red);
  color: #fff;
  border: 0;
}

.gcc-cf7-panel input.wpcf7-submit:hover {
  filter: brightness(0.95);
}

.gcc-cf7-panel .wpcf7-response-output {
  display: none !important;
  margin: 12px 0 0 !important;
  border: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: inherit !important;
}

.gcc-cf7-panel .wpcf7-response-output.cp-result-alert {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  padding: 12px 14px !important;
  border: 1px solid var(--result-success-border) !important;
  border-radius: 10px !important;
  background: var(--result-success-bg) !important;
  color: var(--result-success-text) !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.gcc-cf7-panel .wpcf7-response-output.cp-result-alert--error {
  border-color: #f1c2c8 !important;
  background: #fdf1f3 !important;
  color: #8a1c2b !important;
}

.gcc-cf7-panel .wpcf7-response-output.cp-result-alert .cp-result-alert__icon {
  color: #2f8f4e;
}

.gcc-cf7-panel .wpcf7-response-output.cp-result-alert--error .cp-result-alert__icon {
  color: var(--gislen-red);
}

.gcc-cf7-panel .wpcf7-response-output.cp-result-alert p {
  margin: 0 !important;
  flex: 1 1 auto;
}

.gcc-calculator-page .gcc-cf7-panel input.wpcf7-submit:hover,
.gcc-calculator-page .gcc-cf7-panel .wpcf7-form input[type="submit"]:hover,
.gcc-cf7-panel input.wpcf7-submit:hover,
.gcc-cf7-panel .wpcf7-form input[type="submit"]:hover {
  background-color: var(--gislen-red);
  color: #fff;
  filter: brightness(0.95);
}

.gcc-calculator-wrap .gcc-sales-form .gs-select-wrapper,
.gcc-calculator-wrap form.wpcf7-form .gs-select-wrapper {
  display: none !important;
}

.gcc-calculator-wrap .sales-fields,
.gcc-calculator-wrap .gcc-sales-fields-visible {
  display: block !important;
}

.gcc-calculator-wrap .sales-fields .half {
  display: block;
  margin-bottom: 12px;
}

.gcc-cf7-missing {
  padding: 1rem;
  border: 1px dashed #c5cad3;
  border-radius: 8px;
  color: #5a6472;
}

body.gcc-calculator-only-page {
  margin: 0;
  background: var(--surface);
}

body.gcc-calculator-only-page .site-header,
body.gcc-calculator-only-page .site-footer,
body.gcc-calculator-only-page .cp-sticky-cta {
  display: none !important;
}

.gcc-calculator-only-shell {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.gcc-calculator-only-shell .cp-app {
  min-height: 320px;
}

.gcc-calculator-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1rem 2rem;
}

.cp-quiz {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 1.25rem 1.5rem;
  align-items: start;
}

.cp-quiz__main {
  min-width: 0;
  height: 100%;
  padding: 1.25rem 1.35rem 1.35rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-sizing: border-box;
}

.cp-quiz__aside {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-self: start;
  height: auto;
  min-height: 0;
  border-left: 0;
  padding: 1.25rem 1.1rem;
  background: #f6f8fb;
  border-radius: 14px;
  box-sizing: border-box;
}

.cp-quiz__aside .cp-aside-item {
  margin-bottom: 0;
}

.cp-question-badge {
  display: block;
  margin: 0 0 0.7rem;
  padding: 0;
  background: none;
  color: var(--gislen-red);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 0;
}

.cp-question-title {
  margin: 0 0 0.4rem !important;
  font-size: 1.42rem !important;
  line-height: 1.3;
}

.cp-title-end {
  white-space: nowrap;
}

.cp-required {
  color: var(--gislen-red);
  font-weight: 700;
}

.cp-question-hint {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.cp-opt-progress {
  margin: -0.35rem 0 0.85rem;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.cp-fieldset--bare {
  border: 0;
  padding: 0;
  margin: 0 0 1rem;
}

.cp-choice-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.cp-choice-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cp-choice-card {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.35;
  box-sizing: border-box;
}

.cp-choice-card.is-wide {
  grid-column: 1 / -1;
}

.cp-choice-card.is-selected {
  border-color: var(--choice-selected-border);
  background: var(--choice-selected-bg);
  box-shadow: none;
}

.cp-choice-card input {
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--focus-green);
}

.cp-choice-card__text {
  min-width: 0;
}

.cp-provider-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  flex: 0 0 28px;
  overflow: hidden;
  line-height: 0;
}

.cp-provider-mark.has-logo {
  background: transparent;
  color: inherit;
}

.cp-provider-mark img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.cp-provider-mark--unknown { background: #9aa3ad; }

.cp-spend-custom-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-column: 1 / -1;
  align-items: center;
}

.cp-spend-exact {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
  min-width: 0;
}

.cp-spend-exact input {
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  font: inherit;
  font-size: 15px;
  line-height: 1.35;
  background: #fff;
  box-sizing: border-box;
}

.cp-spend-exact input::placeholder {
  color: var(--muted);
  font-size: 14px;
}

@media (max-width: 768px) {
  .cp-spend-custom-row {
    grid-template-columns: 1fr;
  }
}

.cp-tip {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 1rem 0 1.25rem;
  padding: 12px 14px;
  background: var(--tip-bg);
  border: 1px solid var(--tip-border);
  border-radius: 10px;
  color: var(--tip-text);
  font-size: 14px;
  line-height: 1.45;
}

.cp-tip p {
  margin: 0;
}

.cp-tip__icon {
  color: var(--focus-green);
  margin-top: 1px;
}

.cp-btn-outline {
  background: #fff !important;
  color: var(--gislen-red) !important;
  border: 1px solid var(--gislen-red) !important;
}

.cp-nav-buttons {
  justify-content: space-between;
  width: 100%;
}

.cp-nav-spacer {
  display: block;
  flex: 1 1 auto;
}

.cp-question-progress {
  grid-column: 1 / -1;
  margin-top: 0.15rem;
  text-align: center;
}

.cp-question-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}

.cp-question-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d7dbe0;
}

.cp-question-dots span.is-active,
.cp-question-dots span.is-done {
  background: var(--gislen-red);
}

.cp-question-progress__label {
  margin: 0.55rem 0 0;
  color: var(--muted);
  font-size: 13px;
}

.cp-aside-item {
  display: flex;
  gap: 12px;
  margin-bottom: 1.4rem;
}

.cp-aside-item__icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border: 1.5px solid var(--gislen-red);
  border-radius: 50%;
  color: var(--gislen-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.cp-aside-item h3 {
  margin: 0 0 0.25rem;
  font-size: 0.98rem;
}

.cp-aside-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.gcc-info-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  max-width: 1120px;
  margin: 2.25rem auto 0;
  padding: 0 0.25rem 0.5rem;
}

.gcc-info-col__head {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-bottom: 0.7rem;
}

.gcc-info-col h3 {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.3;
  color: var(--heading);
}

.gcc-info-col p {
  margin: 0 0 0.75rem;
  color: var(--body);
  font-size: 0.92rem;
  line-height: 1.55;
}

.gcc-info-col p:last-child {
  margin-bottom: 0;
}

.gcc-info-col__list {
  margin: 0 0 0.75rem;
  padding: 0 0 0 1.15rem;
  color: var(--body);
  font-size: 0.92rem;
  line-height: 1.5;
}

.gcc-info-col__list li {
  margin: 0 0 0.35rem;
}

.gcc-info-col__icon,
.gcc-info-col__image {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  border: 1.5px solid var(--gislen-red);
  border-radius: 50%;
  color: var(--gislen-red);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.gcc-info-col__image {
  border: 0;
  border-radius: 0;
  object-fit: contain;
}

.cp-app .cp-result {
  max-width: 100%;
}

@media (max-width: 860px) {
  .cp-quiz {
    grid-template-columns: 1fr;
  }

  .cp-quiz__aside {
    border-left: 0;
    padding: 1rem;
    margin-top: 0;
  }

  .cp-choice-grid {
    grid-template-columns: 1fr;
  }

  .gcc-calculator-wrap .cp-provider-mark,
  .gcc-calculator-embed .cp-provider-mark {
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
  }

  .gcc-calculator-wrap .cp-provider-mark svg,
  .gcc-calculator-embed .cp-provider-mark svg,
  .cp-provider-mark svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px !important;
  }

  .gcc-info-cols {
    grid-template-columns: 1fr;
  }
}

/* Gislen theme front-end sets global img/label rules; admin preview does not. */
.gcc-calculator-wrap .cp-choice-grid,
.gcc-calculator-embed .cp-choice-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.gcc-calculator-wrap label.cp-choice-card,
.gcc-calculator-embed label.cp-choice-card {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  width: auto !important;
  max-width: none !important;
  float: none !important;
}

.gcc-calculator-wrap .cp-provider-mark,
.gcc-calculator-embed .cp-provider-mark {
  display: inline-flex !important;
  flex: 0 0 28px !important;
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  max-width: 28px !important;
  max-height: 28px !important;
  overflow: hidden !important;
}

.gcc-calculator-wrap .cp-provider-mark svg,
.gcc-calculator-embed .cp-provider-mark svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
  max-width: 22px !important;
  max-height: 22px !important;
  flex: 0 0 22px !important;
  overflow: visible !important;
}

.gcc-calculator-wrap .cp-choice-card input[type='checkbox'],
.gcc-calculator-wrap .cp-choice-card input[type='radio'],
.gcc-calculator-embed .cp-choice-card input[type='checkbox'],
.gcc-calculator-embed .cp-choice-card input[type='radio'] {
  flex: 0 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  accent-color: var(--focus-green) !important;
}

.gcc-calculator-wrap .cp-choice-card__text,
.gcc-calculator-embed .cp-choice-card__text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

@media (max-width: 860px) {
  .gcc-calculator-wrap .cp-choice-grid,
  .gcc-calculator-embed .cp-choice-grid {
    grid-template-columns: 1fr !important;
  }

  .gcc-calculator-wrap .cp-provider-mark,
  .gcc-calculator-embed .cp-provider-mark {
    flex: 0 0 24px !important;
    width: 24px !important;
    height: 24px !important;
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
  }

  .gcc-calculator-wrap .cp-provider-mark svg,
  .gcc-calculator-embed .cp-provider-mark svg {
    width: 18px !important;
    height: 18px !important;
    min-width: 18px !important;
    min-height: 18px !important;
    max-width: 18px !important;
    max-height: 18px !important;
    flex: 0 0 18px !important;
  }
}
