/* SHOTUNE PORTFOLIO CLIFF — SERVER-RENDERED QUESTION CARD START */

body.shotune-page-scorecard .shotune-scorecard-form-shell {
  width: min(960px, calc(100% - 48px)) !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

body.shotune-page-scorecard fieldset.gfield.shotune-score-question {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  max-width: 860px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 0 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.shotune-page-scorecard fieldset.gfield.shotune-score-question::before {
  content: none !important;
  display: none !important;
}

body.shotune-page-scorecard fieldset.gfield.shotune-score-question > legend.shotune-pc-native-legend {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
  opacity: 0.001 !important;
}

body.shotune-page-scorecard .shotune-pc-question-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  width: 100% !important;
  max-width: 860px !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: clamp(32px, 4.5vw, 48px) !important;
  overflow: visible !important;
  box-sizing: border-box !important;
  background: #FFFFFF !important;
  border: 1px solid #D9E1E8 !important;
  border-radius: 6px !important;
  box-shadow: 0 22px 58px rgba(16, 42, 67, 0.10) !important;
}

body.shotune-page-scorecard .shotune-pc-question-card > .shotune-pc-cliff-label {
  display: inline-flex !important;
  align-self: flex-start !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 0 20px !important;
  padding: 7px 11px !important;
  color: #806127 !important;
  background: #F7F5EF !important;
  border: 0 !important;
  border-radius: 2px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 0.69rem !important;
  font-weight: 700 !important;
  line-height: 1.35 !important;
  letter-spacing: 0.15em !important;
  text-transform: uppercase !important;
}

body.shotune-page-scorecard .shotune-pc-question-card > .shotune-pc-question-text {
display: block !important;
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
  color: #102A43 !important;
  background: transparent !important;
  font-family: "Source Serif 4", Georgia, serif !important;
  font-size: clamp(1.65rem, 3vw, 1.15rem) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
  letter-spacing: -0.022em !important;
}

body.shotune-page-scorecard .shotune-pc-question-card > .ginput_container {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.shotune-page-scorecard .shotune-pc-question-card .gfield_radio {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.shotune-page-scorecard .shotune-pc-question-card .gfield_radio .gchoice {
  position: relative !important;
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.shotune-page-scorecard .shotune-pc-question-card .gchoice > input[type="radio"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  opacity: 0 !important;
}

body.shotune-page-scorecard .shotune-pc-question-card .gchoice > label {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  max-width: none !important;
  min-height: 74px !important;
  margin: 0 !important;
  padding: 17px 24px 17px 82px !important;
  box-sizing: border-box !important;
  color: #102A43 !important;
  background: #FFFFFF !important;
  border: 1px solid #D9E1E8 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  cursor: pointer !important;
}

body.shotune-page-scorecard .shotune-pc-question-card .gchoice > label::before {
  position: absolute !important;
  top: 50% !important;
  left: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  color: #5C6F7D !important;
  background: #F7F5EF !important;
  border: 1px solid #D9E1E8 !important;
  border-radius: 3px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
}

body.shotune-page-scorecard .shotune-pc-question-card .gchoice:nth-child(1) > label::before { content: "A" !important; }
body.shotune-page-scorecard .shotune-pc-question-card .gchoice:nth-child(2) > label::before { content: "B" !important; }
body.shotune-page-scorecard .shotune-pc-question-card .gchoice:nth-child(3) > label::before { content: "C" !important; }
body.shotune-page-scorecard .shotune-pc-question-card .gchoice:nth-child(4) > label::before { content: "D" !important; }

body.shotune-page-scorecard .shotune-pc-question-card .gchoice > label:hover {
  background: #F7F5EF !important;
  border-color: #A8843D !important;
}

body.shotune-page-scorecard .shotune-pc-question-card .gchoice > input[type="radio"]:checked + label {
  background: #F7F5EF !important;
  border-color: #A8843D !important;
  box-shadow: inset 4px 0 0 #A8843D !important;
}

body.shotune-page-scorecard .shotune-pc-question-card .gchoice > input[type="radio"]:checked + label::before {
  color: #FFFFFF !important;
  background: #102A43 !important;
  border-color: #102A43 !important;
}

body.shotune-page-scorecard .shotune-pc-ready .gform_page_footer {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 860px !important;
  margin: 24px auto 0 !important;
  padding: 0 !important;
}

body.shotune-page-scorecard .shotune-pc-ready .gform_page_footer .gform_previous_button,
body.shotune-page-scorecard .shotune-pc-ready .gform_page_footer .gform_next_button,
body.shotune-page-scorecard .shotune-pc-ready .gform_page_footer .gform_button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: auto !important;
  min-width: 126px !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 13px 22px !important;
  border-radius: 4px !important;
  font-family: Inter, Arial, sans-serif !important;
  font-size: 0.88rem !important;
  font-weight: 700 !important;
}

body.shotune-page-scorecard .shotune-pc-ready .gform_page_footer .gform_previous_button {
  color: #102A43 !important;
  background: #FFFFFF !important;
  border: 1px solid #102A43 !important;
  box-shadow: none !important;
}

body.shotune-page-scorecard .shotune-pc-ready .gform_page_footer .gform_next_button,
body.shotune-page-scorecard .shotune-pc-ready .gform_page_footer .gform_button {
  color: #FFFFFF !important;
  background: #102A43 !important;
  border: 1px solid #102A43 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  body.shotune-page-scorecard .shotune-scorecard-form-shell {
    width: calc(100% - 24px) !important;
  }

  body.shotune-page-scorecard .shotune-pc-question-card {
    padding: 28px 20px !important;
  }

  body.shotune-page-scorecard .shotune-pc-question-card > .shotune-pc-question-text {
    max-width: 100% !important;
    margin-bottom: 24px !important;
    font-size: clamp(1.45rem, 7vw, 1.85rem) !important;
  }

  body.shotune-page-scorecard .shotune-pc-question-card .gchoice > label {
    min-height: 68px !important;
    padding: 15px 18px 15px 70px !important;
    font-size: 0.95rem !important;
  }

  body.shotune-page-scorecard .shotune-pc-question-card .gchoice > label::before {
    left: 14px !important;
    width: 38px !important;
    height: 38px !important;
  }
}

/* SHOTUNE PORTFOLIO CLIFF — SERVER-RENDERED QUESTION CARD END */
