html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 {
  container-type: inline-size;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-card {
  padding: 18px 0 24px !important;
  gap: 28px !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-card-toolbar {
  min-height: 44px !important;
  padding-left: 108px !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-popup-actions {
  top: 18px !important;
  gap: 12px !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-popup-actions button {
  width: 44px !important;
  height: 44px !important;
  border: 1px solid #e6e4e0 !important;
  border-radius: 10px !important;
  background: #fffdf9 !important;
  color: #08283e !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-popup-actions svg {
  width: 25px;
  height: 25px;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-progress-row {
  align-items: center;
  gap: 12px !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-progress-track {
  width: clamp(45px, 17cqw, 100px) !important;
  height: 5px !important;
  background: #dcdcdc;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-progress-inline {
  background: #ff6b09 !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-step-count {
  color: #536078;
  font-size: 13px !important;
  font-weight: 500;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-card-body {
  flex: 1;
  display: grid !important;
  grid-template-rows: auto auto minmax(min-content, 3fr) minmax(0, 2fr);
  grid-template-columns: minmax(0, 1fr);
  gap: 12px !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-title {
  text-align: center !important;
  color: #08283e !important;
  font-size: clamp(24px, 5.5cqw, 32px) !important;
  line-height: 1.2 !important;
  letter-spacing: -.035em;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-subtitle {
  text-align: center !important;
  color: #536078;
  font-size: 15px !important;
  font-weight: 400 !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-option-list {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-self: center;
  position: relative;
  top: 80px;
  margin: 12px 0 0 !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-option {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px !important;
  padding: 16px 12px !important;
  border: 1px solid #dedede !important;
  border-radius: 12px !important;
  background: #fffdfb !important;
  box-shadow: 0 10px 24px #08283e06 !important;
  color: #08283e !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center;
  letter-spacing: -.025em;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-option:hover,
html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-option.selected {
  border-color: #ff6b09 !important;
  background: #fff2e7 !important;
  color: #08283e !important;
}

html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-option::before,
html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-option::after {
  display: none !important;
}

@container (max-width: 420px) {
  html body .hero-finder #quiz-steps-wrapper #quiz-card-stack #step6 .quiz-option-list {
    grid-template-columns: 1fr !important;
  }
}
