/* Lakeside Instant Quote V5.2 operational polish
   Presentation only. Workflow visibility remains controlled by the quote app. */

body.instant-quote-page.iq-wizard-v38
  .iq-stepper-nav-v38
  button:is(.is-active, .is-complete)
  .label {
  color: #ffffff !important;
}

body.instant-quote-page.iq-wizard-v38
  .iq-stepper-nav-v38
  button.is-active
  .num {
  color: #ffffff !important;
}

body.instant-quote-page.iq-wizard-v38
  .row.options
  > label.small
  > input:is([type="radio"], [type="checkbox"]) {
  accent-color: var(--iq-v5-green) !important;
}

body.instant-quote-page.iq-wizard-v38 #iq-ai-measure-assist-v0 {
  color: var(--iq-v5-charcoal) !important;
  background: var(--iq-v5-warm-white) !important;
  border: 1px solid var(--iq-v5-line) !important;
  border-top: 4px solid var(--iq-v5-blue) !important;
  border-radius: 5px !important;
  box-shadow: 0 14px 34px rgba(16, 38, 24, 0.1) !important;
}

body.instant-quote-page.iq-wizard-v38 #iq-ai-measure-assist-v0 h3 {
  color: var(--iq-v5-green-ink) !important;
  font-weight: 900 !important;
  letter-spacing: -0.01em !important;
}

body.instant-quote-page.iq-wizard-v38 #iq-ai-measure-assist-v0 p,
body.instant-quote-page.iq-wizard-v38 #iq-ai-measure-assist-v0 small,
body.instant-quote-page.iq-wizard-v38 #iq-ai-v02-result,
body.instant-quote-page.iq-wizard-v38 #iq-ai-v03-review {
  color: var(--iq-v5-muted) !important;
}

body.instant-quote-page.iq-wizard-v38
  #iq-ai-measure-assist-v0
  button:not(.iq-ai-v03-review-btn) {
  min-height: 50px !important;
  color: #ffffff !important;
  background: var(--iq-v5-green) !important;
  border: 1px solid var(--iq-v5-green) !important;
  border-radius: 4px !important;
  font-weight: 900 !important;
}

body.instant-quote-page.iq-wizard-v38
  #iq-ai-v03-review
  .iq-ai-v03-review-btn {
  min-height: 46px !important;
  color: var(--iq-v5-green) !important;
  background: transparent !important;
  border: 1px solid rgba(33, 79, 52, 0.48) !important;
  border-radius: 4px !important;
  font-weight: 900 !important;
}

body.instant-quote-page.iq-wizard-v38
  #iq-ai-v03-review
  .iq-ai-v03-review-btn.primary {
  color: #ffffff !important;
  background: var(--iq-v5-green) !important;
  border-color: var(--iq-v5-green) !important;
}

body.instant-quote-page.iq-wizard-v38 #iq-v52-savings-card {
  gap: 9px !important;
  background: #f7fbf6 !important;
  border-color: rgba(33, 79, 52, 0.3) !important;
  border-left: 4px solid var(--iq-v5-lime) !important;
}

body.instant-quote-page.iq-wizard-v38 .iq-v52-price-line {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 16px !important;
  padding-top: 7px !important;
  color: var(--iq-v5-charcoal) !important;
  border-top: 1px solid var(--iq-v5-line) !important;
  font-size: 0.95rem !important;
}

body.instant-quote-page.iq-wizard-v38 .iq-v52-price-line strong {
  color: var(--iq-v5-green-ink) !important;
  font-size: 1.08rem !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

body.instant-quote-page.iq-wizard-v38 .iq-v52-price-line.iq-v52-savings,
body.instant-quote-page.iq-wizard-v38
  .iq-v52-price-line.iq-v52-savings
  strong {
  color: var(--iq-v5-green) !important;
}

body.instant-quote-page.iq-wizard-v38 #qSeason {
  color: var(--iq-v5-green-ink) !important;
}

body.instant-quote-page.iq-wizard-v38 #qMonthly {
  color: var(--iq-v5-orange-action) !important;
}

body.instant-quote-page.iq-wizard-v38 #iq-v52-weather-bridge {
  color: var(--iq-v5-green-ink) !important;
  background: #f4f8ef !important;
  border: 1px solid rgba(33, 79, 52, 0.24) !important;
  border-left: 4px solid var(--iq-v5-blue) !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  line-height: 1.48 !important;
}

body.instant-quote-page.iq-wizard-v38 #pendingText {
  color: #6f2900 !important;
  font-weight: 800 !important;
}

@media (max-width: 560px) {
  body.instant-quote-page.iq-wizard-v38 .iq-v52-price-line {
    align-items: flex-start !important;
    flex-direction: column !important;
    gap: 3px !important;
  }
}
