/* Reverse Peptides Calculator page – live WY/QM parity helpers */

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

/* Ensure reverse inputs match live (color + unit suffixes) */
.rev-page .enter-Revpeptides,
.rev-page .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: 220px !important;
  max-width: 100%;
  padding: 8px 36px 8px 12px;
  -moz-appearance: textfield;
}
.rev-page .enter-Revpeptides::-webkit-outer-spin-button,
.rev-page .enter-Revpeptides::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rev-page .peptides-select-section,
.rev-page .peptides-select-section2,
.rev-page .peptides-select-section3 {
  position: relative;
}
.rev-page .peptides-select-section:after {
  content: "mg";
  position: absolute;
  color: #fff;
  top: 10px;
  right: 18%;
  pointer-events: none;
}
.rev-page .peptides-select-section2:after {
  content: "mcg";
  position: absolute;
  top: 10px;
  right: 18%;
  color: #fff;
  pointer-events: none;
}
.rev-page .peptides-select-section3:after {
  content: "units";
  position: absolute;
  top: 10px;
  right: 18%;
  color: #fff;
  pointer-events: none;
}

.rev-page .pep-calc2-main-txt:after {
  content: "(mg)";
  margin-left: 6px;
  font-weight: 300;
  font-size: 18px;
  line-height: 23.44px;
}
.rev-page .pep-calc2-main-txt-2:after {
  content: " (per dose)";
  margin-left: 6px;
  font-weight: 300;
  font-size: 18px;
  line-height: 23.44px;
}

.rev-page .rev-pep-cal-text-1 {
  font-family: var(--base-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 32.55px;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: .75rem;
}
.rev-page .rev-pep-cal-highlight {
  background: linear-gradient(0deg, #f3faff1a, #f3faff1a), linear-gradient(0deg, #daf0ff, #daf0ff);
  padding: 18px 27px;
  border-radius: 10px;
}
.rev-page .rev-pep-cal-highlight h6 {
  color: #1a3f60;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 6px !important;
}
.rev-page .rev-pep-cal-highlight p {
  color: #1a3f60;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.rev-page .calculator-section-2 .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
  width: 100%;
}
.rev-page .calculator-section-2 .form-group p {
  flex-basis: 40%;
  font-family: var(--base-font);
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin: 0;
}

.rev-page .banner1Gg {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  .rev-page .enter-Revpeptides {
    width: 130px !important;
    font-size: 16px;
  }
  .rev-page .pep-calc2-main-txt:after,
  .rev-page .pep-calc2-main-txt-2:after {
    font-size: 12px;
  }
  .rev-page .rev-pep-cal-text-1 {
    font-size: 20px !important;
    line-height: 25.55px;
  }
  .rev-page .rev-pep-cal-highlight h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .mobile-rev-calc-space {
    margin-top: 16px;
  }
  .mobile-rev-calc-space-2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 480px) {
  .rev-page .enter-Revpeptides {
    width: 100px !important;
  }
  .rev-page .calculator-section-2 .form-group p {
    font-size: 16px;
  }
  .rev-page .pep-calc2-main-txt:after,
  .rev-page .pep-calc2-main-txt-2:after {
    font-size: 10px;
  }
}
