.uhs-cq{font-family:inherit;max-width:860px;margin:0 auto}
.uhs-cq__card{border:1px solid rgba(0,0,0,.12);border-radius:16px;padding:22px;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.06)}
.uhs-cq__header{margin-bottom:16px}
.uhs-cq__title{margin:0 0 6px 0;font-size:26px;line-height:1.2}
.uhs-cq__subtitle{margin:0;color:rgba(0,0,0,.70)}
.uhs-cq__step{display:none}
.uhs-cq__step.is-active{display:block}
.uhs-cq__stepTitle{margin:14px 0 12px 0;font-size:18px}
.uhs-cq__optionsGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media (max-width:760px){.uhs-cq__optionsGrid{grid-template-columns:1fr}}
.uhs-cq__optionCard{border:1px solid rgba(0,0,0,.14);border-radius:14px;padding:14px;cursor:pointer;display:flex;flex-direction:column;gap:6px;transition:all .15s ease}
.uhs-cq__optionCard input{margin-bottom:6px}
.uhs-cq__optionTitle{font-weight:700}
.uhs-cq__optionMeta{color:rgba(0,0,0,.65);font-size:13px}
.uhs-cq__optionCard:has(input:checked){border-color:rgba(0,0,0,.45);box-shadow:0 8px 18px rgba(0,0,0,.08)}
.uhs-cq__grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
@media (max-width:760px){.uhs-cq__grid3{grid-template-columns:1fr}}
.uhs-cq__grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
@media (max-width:760px){.uhs-cq__grid2{grid-template-columns:1fr}}
.uhs-cq__field label{display:block;font-weight:600;margin-bottom:6px}
.uhs-cq__field input,.uhs-cq__field select{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.18);background:#fff}
.uhs-cq__addons{display:flex;flex-direction:column;gap:10px}
.uhs-cq__check{display:flex;align-items:center;gap:10px}
.uhs-cq__check input{width:18px;height:18px}
.uhs-cq__checkRow{
display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.uhs-cq__qty{
display: none;
  width: 240px;           /* desktop width */
  max-width: 100%;
  margin-left: 28px;      /* aligns under checkbox text */
  margin-top: 6px;
}
.uhs-cq__qty label{display:block;font-size:12px;color:rgba(0,0,0,.70);margin-bottom:4px}
.uhs-cq__qty input{width:100%;padding:8px 10px;border-radius:12px;border:1px solid rgba(0,0,0,.18)}
.uhs-cq__note{margin:10px 0 0 0;color:rgba(0,0,0,.65);font-size:13px}
.uhs-cq__footer{display:flex;justify-content:space-between;align-items:flex-end;gap:14px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(0,0,0,.10)}
@media (max-width:760px){.uhs-cq__footer{flex-direction:column;align-items:stretch}}
.uhs-cq__nav{display:flex;gap:10px}
.uhs-cq__navBtn{border-radius:999px;padding:10px 14px;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer}
.uhs-cq__navBtn.is-primary{background:#6b21a8;color:#fff;border-color:#6b21a8}
.uhs-cq__navBtn:disabled{opacity:.5;cursor:not-allowed}
.uhs-cq__summary{margin-left:auto;text-align:right}
@media (max-width:760px){.uhs-cq__summary{text-align:left}}
.uhs-cq__summaryLine{display:flex;gap:10px;align-items:baseline;justify-content:flex-end}
@media (max-width:760px){.uhs-cq__summaryLine{justify-content:space-between}}
.uhs-cq__summaryLabel{color:rgba(0,0,0,.70);font-size:13px}
.uhs-cq__summaryValue{font-size:22px;font-weight:800}
.uhs-cq__summarySmall{color:rgba(0,0,0,.60);font-size:12px;margin-top:4px}
.uhs-cq__submitRow{margin-top:14px;display:flex;justify-content:center}
.uhs-cq__button{border-radius:999px;padding:12px 18px;border:1px solid #6b21a8;background:#6b21a8;color:#fff;font-weight:700;cursor:pointer}
.uhs-cq__button:hover{filter:brightness(0.95)}
.uhs-cq__status{margin-top:12px;text-align:center;color:rgba(0,0,0,.70)}

@media (max-width: 760px){
  .uhs-cq__checkRow{ width: 100%; }
  .uhs-cq__qty{
    width: 100%;
    margin-left: 0;
  }
}


/* Frequency selector (Step 1) */
.uhs-cq__fieldGroup { margin-top: 16px; }
.uhs-cq__subTitle { margin: 0 0 10px 0; font-size: 14px; font-weight: 700; color: #111; }
.uhs-cq__stack { display: flex; flex-direction: column; gap: 10px; }

.uhs-cq__optionLine {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 12px 12px;
  border: 1px solid #e7e7e7;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.uhs-cq__optionLine input { margin-top: 3px; }
.uhs-cq__optionLine .uhs-cq__optionTitle { font-weight: 700; color: #111; display: block; }
.uhs-cq__optionLine .uhs-cq__optionMeta { color: #555; display: block; font-size: 12px; margin-top: 2px; }

/* Selected state */
.uhs-cq__optionLine:has(input:checked) { border-color: #b9b9ff; box-shadow: 0 0 0 3px rgba(132, 94, 247, 0.12); }

.uhs-cq__optionLine.is-selected { border-color: #b9b9ff; box-shadow: 0 0 0 3px rgba(132, 94, 247, 0.12); }

.uhs-cq__summaryLine--discount .uhs-cq__summaryLabel { color: #2b2b2b; }
.uhs-cq__summaryLine--discount .uhs-cq__summaryValue { color: #2b2b2b; font-weight: 700; }


/* Force frequency options vertical */
.uhs-cq__stack {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
}

.uhs-cq__optionLine {
  display: flex;
  align-items: flex-start;
}
