.lrx-calc {
  --blue: #08658e;
  --teal: #087b68;
  --green: #4fa65a;
  --ink: #173c4c;
  --line: #d2e2df;
  --soft: #f3f7f6;
  font-family: Arial, "Helvetica Neue", sans-serif;
  color: var(--ink);
  background: var(--soft);
  padding: 24px 0;
}
.lrx-calc * {
  box-sizing: border-box;
}
.lrx-shell {
  max-width: 1180px;
  margin: auto;
  padding: 0 18px;
}
.lrx-brand {
  display: flex;
  align-items: center;
  gap: 22px;
  border-bottom: 4px solid var(--teal);
  background: #fff;
  padding: 13px 18px;
  margin-bottom: 28px;
  border-radius: 12px 12px 0 0;
}
.lrx-brand img {
  width: 260px;
  max-width: 65%;
  height: auto;
}
.lrx-brand span {
  border-left: 1px solid var(--line);
  padding-left: 22px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.lrx-intro {
  max-width: 760px;
  margin-bottom: 28px;
}
.lrx-intro > p {
  color: var(--teal);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
}
.lrx-intro h1 {
  color: var(--blue);
  font-size: 36px;
  line-height: 1.1;
  margin: 0 0 12px;
}
.lrx-intro > div {
  color: #60777c;
  line-height: 1.6;
}
.lrx-grid {
  display: grid;
  grid-template-columns: 370px 1fr;
  gap: 24px;
  align-items: start;
}
.lrx-panel,
.lrx-card,
.lrx-notice,
.lrx-empty {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 4px 18px rgba(19, 60, 76, 0.05);
}
.lrx-inputs {
  padding: 22px;
}
.lrx-inputs h2 {
  color: var(--blue);
  border-left: 4px solid var(--green);
  padding-left: 10px;
  margin: 0;
}
.lrx-help {
  font-size: 12px;
  color: #71847e;
  margin: 6px 0 18px;
}
.lrx-hormone {
  border: 1px solid #e0e8e4;
  background: #fbfcfb;
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 12px;
}
.lrx-row-label {
  display: flex;
  justify-content: space-between;
  color: #6d817a;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}
.lrx-row-label button {
  border: 0;
  background: none;
  font-size: 20px;
  color: #899b95;
  cursor: pointer;
}
.lrx-row-controls {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 8px;
}
.lrx-row-controls label {
  position: relative;
}
.lrx-row-controls label span {
  position: absolute;
  right: 10px;
  top: 11px;
  font-size: 11px;
  color: #71847e;
}
.lrx-calc input,
.lrx-calc select {
  width: 100%;
  border: 1px solid #cfdad6;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
  color: var(--ink);
  font: inherit;
}
.lrx-row-controls input {
  padding-right: 34px;
}
.lrx-calc label {
  display: block;
  font-size: 13px;
  font-weight: 700;
  margin-top: 14px;
}
.lrx-calc label input,
.lrx-calc label select {
  margin-top: 7px;
}
.lrx-calc small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #71847e;
  margin-top: 4px;
}
.lrx-calc .lrx-biest-help {
  margin: 8px 0 0;
  color: #4f6f68;
  line-height: 1.4;
}
.lrx-add {
  width: 100%;
  border: 1px dashed #8dbeb2;
  background: #fff;
  color: var(--teal);
  border-radius: 8px;
  padding: 10px;
  font-weight: 700;
  cursor: pointer;
}
.lrx-add:disabled {
  opacity: 0.45;
}
.lrx-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.lrx-calibration {
  margin-top: 18px;
  border: 1px solid #cfe6d6;
  background: #eef8f0;
  color: #326646;
  border-radius: 11px;
  padding: 12px;
  font-size: 12px;
  line-height: 1.5;
}
.lrx-results-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 14px;
}
.lrx-results-heading h2 {
  margin: 0;
  color: var(--blue);
}
.lrx-count {
  font-size: 12px;
  color: #71847e;
}
.lrx-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.lrx-card {
  overflow: hidden;
}
.lrx-card-head {
  display: flex;
  justify-content: space-between;
  padding: 17px;
  background: linear-gradient(100deg, #e9f5f2, #fff);
  border-bottom: 1px solid #dce9e6;
}
.lrx-option {
  display: inline-block;
  background: var(--blue);
  color: #fff;
  border-radius: 999px;
  padding: 4px 9px;
  font-size: 11px;
  font-weight: 700;
}
.lrx-card h3 {
  margin: 10px 0 0;
  font-size: 19px;
}
.lrx-quantity {
  text-align: right;
}
.lrx-quantity b {
  display: block;
  color: var(--teal);
  font-size: 23px;
}
.lrx-quantity span {
  font-size: 11px;
  color: #71847e;
}
.lrx-card-body {
  padding: 17px;
}
.lrx-strength {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.lrx-strength > div:last-child {
  text-align: right;
}
.lrx-strength b {
  display: block;
}
.lrx-strength > div:last-child b {
  font-size: 18px;
}
.lrx-total {
  display: flex;
  justify-content: space-between;
  border-left: 4px solid var(--green);
  background: #f3f8f5;
  border-radius: 7px;
  padding: 9px 10px;
  font-size: 12px;
  margin: 14px 0;
}
.lrx-total b {
  color: var(--teal);
}
.lrx-warning {
  border: 1px solid #f2d699;
  background: #fff8e7;
  border-radius: 10px;
  color: #755413;
  padding: 10px;
  font-size: 11px;
  margin: 12px 0;
}
.lrx-warning p {
  margin: 4px 0;
}
.lrx-card pre {
  white-space: pre-wrap;
  background: #fcfdfc;
  border: 1px solid #dce7e4;
  border-radius: 10px;
  padding: 11px;
  font:
    11px/1.55 Arial,
    sans-serif;
  color: #536b63;
}
.lrx-copy {
  width: 100%;
  border: 0;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  padding: 11px;
  font-weight: 700;
  cursor: pointer;
}
.lrx-copy:hover {
  background: #066553;
}

.lrx-card .lrx-copy {
  border: 1px solid var(--blue) !important;
  padding: 19px 19px !important;
}

button.lrx-copy:hover {
  border: 1px solid var(--blue) !important;
}

.lrx-empty {
  text-align: center;
  padding: 42px 24px;
  grid-column: 1/-1;
}
.lrx-empty p {
  color: #6b8079;
  font-size: 13px;
}
.lrx-notice {
  padding: 17px;
  margin-top: 22px;
  color: #62776f;
  font-size: 11px;
  line-height: 1.55;
}
.lrx-notice strong {
  color: var(--blue);
}
.lrx-notice p {
  margin: 5px 0 0;
}
@media (max-width: 900px) {
  .lrx-grid {
    grid-template-columns: 1fr;
  }
  .lrx-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .lrx-calc {
    padding-top: 0;
  }
  .lrx-brand {
    margin-left: -18px;
    margin-right: -18px;
    border-radius: 0;
  }
  .lrx-brand span {
    display: none;
  }
  .lrx-brand img {
    max-width: 82%;
    width: 260px;
  }
  .lrx-intro h1 {
    font-size: 29px;
  }
  .lrx-cards {
    grid-template-columns: 1fr;
  }
  .lrx-results-heading {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }
  .lrx-two {
    grid-template-columns: 1fr;
  }
}

/* WordPress theme isolation and full-width responsive layout */
.lrx-calc {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: min(1240px, calc(100vw - 32px));
  max-width: none !important;
  margin: 0 !important;
  padding: 28px 0 36px;
  font-size: 16px;
  line-height: 1.5;
}
.lrx-calc .lrx-shell {
  width: 100%;
  max-width: 1200px;
  padding: 0 24px;
}
.lrx-calc h1,
.lrx-calc h2,
.lrx-calc h3,
.lrx-calc p {
  font-family: inherit;
  text-transform: none;
}
.lrx-calc .lrx-intro > p {
  font-size: 13px;
  text-transform: uppercase;
}
.lrx-calc .lrx-intro h1 {
  font-size: 36px;
  line-height: 1.12;
  font-weight: 700;
  letter-spacing: 0;
}
.lrx-calc .lrx-intro > div {
  font-size: 16px;
}
.lrx-calc .lrx-grid {
  grid-template-columns: minmax(330px, 370px) minmax(0, 1fr);
  gap: 28px;
}
.lrx-calc .lrx-inputs h2,
.lrx-calc .lrx-results-heading h2 {
  font-size: 27px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
}
.lrx-calc .lrx-help,
.lrx-calc .lrx-count {
  font-size: 13px;
}
.lrx-calc label {
  font-size: 14px;
  line-height: 1.35;
}
.lrx-calc input,
.lrx-calc select {
  min-height: 44px;
  font-size: 15px;
  line-height: 1.2;
}
.lrx-calc button {
  font-family: inherit;
  line-height: 1.25;
}
.lrx-calc [hidden] {
  display: none !important;
}
.lrx-calc .lrx-hormone {
  display: block !important;
  min-height: 0 !important;
}
.lrx-calc .lrx-row-label {
  align-items: center;
  min-height: 22px;
  margin: 0 0 10px;
  line-height: 1.2;
}
.lrx-calc .lrx-row-label button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px !important;
  min-width: 24px !important;
  height: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50%;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 20px !important;
  line-height: 1 !important;
}
.lrx-calc .lrx-row-controls {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 100px !important;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}
.lrx-calc .lrx-row-controls label {
  display: block;
  min-width: 0;
  margin: 0 !important;
}
.lrx-calc .lrx-row-controls input,
.lrx-calc .lrx-row-controls select {
  height: 44px !important;
  min-height: 44px !important;
  margin: 0 !important;
}
.lrx-calc .lrx-add,
.lrx-calc .lrx-copy {
  min-height: 46px;
  font-size: 14px;
}
.lrx-calc .lrx-card h3 {
  font-size: 20px;
  line-height: 1.25;
}
.lrx-calc .lrx-strength {
  font-size: 15px;
}
.lrx-calc .lrx-total {
  font-size: 13px;
}
.lrx-calc .lrx-card pre {
  font: 12px/1.55 Arial, "Helvetica Neue", sans-serif;
}
.lrx-calc .lrx-notice {
  font-size: 12px;
}

@media (max-width: 1050px) {
  .lrx-calc {
    width: min(960px, calc(100vw - 28px));
  }
  .lrx-calc .lrx-grid {
    grid-template-columns: 330px minmax(0, 1fr);
  }
  .lrx-calc .lrx-cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .lrx-calc {
    width: 100vw;
  }
  .lrx-calc .lrx-shell {
    padding: 0 20px;
  }
  .lrx-calc .lrx-grid {
    grid-template-columns: 1fr;
  }
  .lrx-calc .lrx-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 650px) {
  .lrx-calc {
    padding-top: 0;
  }
  .lrx-calc .lrx-shell {
    padding: 0 16px;
  }
  .lrx-calc .lrx-brand {
    margin-left: -16px;
    margin-right: -16px;
  }
  .lrx-calc .lrx-intro h1 {
    font-size: 30px;
  }
  .lrx-calc .lrx-intro > div {
    font-size: 15px;
  }
  .lrx-calc .lrx-inputs h2,
  .lrx-calc .lrx-results-heading h2 {
    font-size: 24px;
  }
  .lrx-calc .lrx-cards {
    grid-template-columns: 1fr;
  }
  .lrx-calc .lrx-row-controls {
    grid-template-columns: minmax(0, 1fr) 96px !important;
  }
}
