/* Shared live-parity styles: Intranasal / Dosage Query / Order */

body:has(.calc-live-page) {
  background: #f3faff;
}
body:has(.calc-live-page) .navbar-pc {
  background: #f3faff !important;
  box-shadow: none !important;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.calc-live-page {
  margin-top: 0;
  padding-top: 0;
  background: #f3faff;
}
.calc-live-page .calc-live-hero {
  background: #f3faff !important;
  margin: 0 !important;
  padding-top: 3rem !important;
  padding-bottom: 1.5rem !important;
  overflow: hidden;
  display: flow-root;
}
.calc-live-page .calc-live-lower {
  background: #fff;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 2.5rem;
}

/* Live .enter-Revpeptides – desktop 350px (media queries in live-full shrink) */
.calc-live-page .calculator-section-2 .enter-Revpeptides,
.calc-live-page .calculator-section-2 .peptides-value-input {
  box-shadow: 0 6px 14px #00000012 inset;
  background: #254f73;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-align-last: center;
  outline: none;
  border: none;
  color: #fff !important;
  width: 350px;
  max-width: 100%;
  padding: 8px;
  flex-basis: 254px;
}
.calc-live-page .calculator-section-2 .enter-Revpeptides::-webkit-outer-spin-button,
.calc-live-page .calculator-section-2 .enter-Revpeptides::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calc-live-page .calculator-section-2 select.enter-Revpeptides:not(.spray-drop) {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 28px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACSSURBVHgBjY49DoJAEIV3ErHWaGenxgNYehIvpAcw8RI2JraG0FIQjkDFOVi+IVNQ7ACTfCHh/ewLwS7GeIFNmDn1wDUlfOEF2UR4C0/1psQj5PCGfULfwQN+cPZe0JLKSrLR/5Wtq92ws2StRRYuUmHxSvh8oIQObnCHRkS6sORsyd/WnDyfTBSodhhMIq3n6wGrWItMTdKHUAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 7px;
}

.calc-live-page .calculator-section-2 .form-group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.calc-live-page .calculator-section-2 .form-group p,
.calc-live-page .calculator-section-2 .form-group p.Calc-text-2,
.calc-live-page .calculator-section-2 .form-group p.convt-unit-text {
  flex-basis: 40%;
  font-family: var(--base-font);
  font-weight: 600;
  font-size: 22px !important;
  line-height: 28px !important;
  color: #fff;
  margin: 0;
}

/* Live row rhythm via .form-group margin-bottom (not flex gap on section) */
.calc-live-page #intra-vial > .mt-1,
.calc-live-page #intra-powder > .mt-1,
.calc-live-page #intra-spray > .mt-1 {
  margin-top: .25rem !important;
}
.calc-live-page #intra-vial .form-group,
.calc-live-page #intra-powder .form-group,
.calc-live-page #intra-spray .form-group {
  margin-bottom: 20px !important;
}
.calc-live-page #intra-vial .rev-pep-cal-highlight,
.calc-live-page #intra-powder .rev-pep-cal-highlight,
.calc-live-page #intra-spray .rev-pep-cal-highlight {
  margin: 0;
}

/* Unit suffixes inside pills – live Intra-calcul-* :after */
.calc-live-page .Intra-calcul-mg,
.calc-live-page .Intra-calcul-ml,
.calc-live-page .Intra-calcul-mcg {
  position: relative;
}
.calc-live-page .Intra-calcul-mg:after,
.calc-live-page .Intra-calcul-ml:after,
.calc-live-page .Intra-calcul-mcg:after {
  display: block !important;
  position: absolute;
  color: #fff;
  top: 10px;
  right: 16%;
  pointer-events: none;
  font-size: 14px;
  font-weight: 600;
  transform: none;
}
.calc-live-page .Intra-calcul-mg:after { content: "mg"; }
.calc-live-page .Intra-calcul-ml:after { content: "ml"; }
.calc-live-page .Intra-calcul-mcg:after { content: "mcg"; }

.calc-live-page .rev-pep-cal-highlight {
  background: linear-gradient(0deg, #f3faff1a, #f3faff1a), linear-gradient(0deg, #daf0ff, #daf0ff);
  padding: 18px 27px;
  border-radius: 10px;
}
.calc-live-page .rev-pep-cal-highlight p {
  color: #1a3f60;
  font-family: var(--base-font);
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.calc-live-page .rev-pep-cal-highlight .bold-text-result {
  color: #1a3f60;
  font-weight: 700;
}
.calc-live-page .rev-pep-cal-highlight .intra-unit {
  color: #1a3f60;
}

.intra-unit {
  font-weight: 400;
  opacity: .9;
}

/* Live info-bubble tooltip */
.calc-live-page .info-bubble {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-left: 8px;
  vertical-align: middle;
}
.calc-live-page .info-bubble__btn {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.65);
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.calc-live-page .info-bubble__btn:focus {
  outline: rgba(255, 255, 255, 0.7) solid 2px;
  outline-offset: 2px;
}
.calc-live-page .info-bubble__tooltip {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  min-width: 220px;
  max-width: 320px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.92);
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 12px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  opacity: 0;
  pointer-events: none;
  z-index: 50;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
  overflow: hidden;
  font-weight: 400;
}
.calc-live-page .info-bubble:hover .info-bubble__tooltip,
.calc-live-page .info-bubble:focus-within .info-bubble__tooltip {
  opacity: 1;
}
.bold-text-result {
  font-weight: 700;
}
.i-icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
}

.Intra-calcul-mg,
.Intra-calcul-ml,
.Intra-calcul-mcg,
.main-dosage-input-section,
.main-dosage-input-section2 {
  position: relative;
}
.main-dosage-input-section:after,
.main-dosage-input-section2:after {
  position: absolute;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 18%;
  pointer-events: none;
  font-size: 14px;
  font-weight: 600;
}
.main-dosage-input-section:after { content: "mg"; }
.main-dosage-input-section2:after { content: "mcg"; }

/* Dosage query sits on light blue card */
.main-doseChart-Section2 {
  background: #daf0ff;
  padding: 26px 38px;
  border-radius: 6px;
}
.main-doseChart-Section2 .form-group p {
  color: #1a3f60 !important;
}
.main-doseChart-Section2 .Calc-text-2 {
  color: #1a3f60 !important;
}

/* Order calculator – live oc-* parity */
.calc-live-page .oc-container {
  background: linear-gradient(180deg, #2d587b, #52a1e1) !important;
  padding: 2rem !important;
  border-radius: 12px !important;
  margin: auto;
  font-family: "Segoe UI", var(--base-font), sans-serif;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}
.calc-live-page .oc-field {
  margin-bottom: 1rem;
}
.calc-live-page .oc-field label,
.calc-live-page .oc-container .col-6 > label {
  display: block;
  margin-bottom: .5rem;
  font-weight: 500;
  color: #fff !important;
  font-family: inherit;
}
.calc-live-page .oc-container .form-control,
.calc-live-page .oc-field input,
.calc-live-page .oc-field select {
  width: 100%;
  padding: .6rem .75rem !important;
  border-radius: .6rem !important;
  border: 1px solid #416c9b !important;
  outline: none;
  font-size: 1rem;
  background-color: #254f73 !important;
  color: #fff !important;
  transition: .2s ease;
}
.calc-live-page .oc-field select option {
  background: #254f73;
  color: #fff;
}
.calc-live-page .oc-row {
  display: flex;
  gap: 1rem;
}
.calc-live-page .oc-row input,
.calc-live-page .oc-row select {
  flex: 1;
}
.calc-live-page .cbc-arrow {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAICAYAAADwdn+XAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACSSURBVHgBjY49DoJAEIV3ErHWaGenxgNYehIvpAcw8RI2JraG0FIQjkDFOVi+IVNQ7ACTfCHh/ewLwS7GeIFNmDn1wDUlfOEF2UR4C0/1psQj5PCGfULfwQN+cPZe0JLKSrLR/5Wtq92ws2StRRYuUmHxSvh8oIQObnCHRkS6sORsyd/WnDyfTBSodhhMIq3n6wGrWItMTdKHUAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 7px;
  padding-right: 2rem !important;
}
.calc-live-page .du-week {
  font-size: 12px;
  font-weight: 400;
  opacity: .9;
}
.calc-live-page .oc-result {
  background: #d9f2ff !important;
  color: #000 !important;
  padding: 1rem !important;
  border-radius: 10px !important;
  margin-top: 2rem !important;
}
.calc-live-page .oc-result p,
.calc-live-page .oc-result li {
  margin: .5rem 0;
  color: #000;
  font-size: 1rem;
  line-height: 1.45;
}
.calc-live-page .oc-result ul {
  margin: .35rem 0 1rem 1.25rem;
  padding: 0;
}
.calc-live-page .oc-checkbox {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin-top: 1rem;
  color: #000;
  font-weight: 500;
  cursor: pointer;
}
.calc-live-page .oc-checkbox input {
  width: auto !important;
  accent-color: #254f73;
}
.calc-live-page .oc-note {
  font-style: italic;
  margin-top: 1rem !important;
  color: #000;
}
.calc-live-page #oc-custom-wrap {
  margin-top: .75rem;
}
.calc-live-page #oc-custom-wrap input {
  max-width: 160px;
  margin-bottom: .5rem;
}
.calc-live-page #oc-custom-wrap p {
  color: #000;
  margin: .35rem 0 0;
}
@media (max-width: 568px) {
  .calc-live-page .oc-container {
    padding: 1rem !important;
  }
}

@media (max-width: 768px) {
  .calc-live-page .calculator-section-2 .enter-Revpeptides,
  .calc-live-page .calculator-section-2 .peptides-value-input {
    width: 170px !important;
    font-size: 16px;
  }
  .calc-live-page .calculator-section-2 .form-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .calc-live-page .calculator-section-2 .form-group p {
    font-size: 18px;
  }
  .calc-live-page .Intra-calcul-mg:after,
  .calc-live-page .Intra-calcul-ml:after,
  .calc-live-page .Intra-calcul-mcg:after {
    display: none !important;
  }
  .main-doseChart-Section2 {
    padding: 18px 14px;
  }
}
