.elementor-1869 .elementor-element.elementor-element-fd56315{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-17b59b3 *//* ==========================================================
   UK TRT - NEBIDO / TESTOSTERONE UNDECANOATE
   FULL EDITORIAL THEME
========================================================== */

.lowt-editorial-page {
  --accent: #b3b401;
  --accent-hover: #d6d73a;

  --danger: #d85f5f;
  --danger-soft: #ff8585;

  --bg: #0f0f0f;

  --bg-card:
    linear-gradient(
      180deg,
      #171717 0%,
      #121212 100%
    );

  --text-main: #ffffff;
  --text-body: #bbbbbb;
  --text-soft: #d1d1d1;

  --border-soft: rgba(255,255,255,.06);
  --border-faint: rgba(255,255,255,.04);

  --shadow-lg:
    0 18px 44px rgba(0,0,0,.28);

  --shadow-md:
    0 12px 28px rgba(0,0,0,.18);

  background: var(--bg);
  color: var(--text-main);

  padding: 110px 0 40px;

  font-family: 'Montserrat', sans-serif;
}


/* ==========================================================
   GLOBAL
========================================================== */

.lowt-editorial-page *,
.lowt-editorial-page *::before,
.lowt-editorial-page *::after,
.trt-faq *,
.trt-faq *::before,
.trt-faq *::after {
  box-sizing: border-box;
}

.lowt-editorial-page img {
  display: block;

  width: 100%;
  max-width: 100%;
  height: auto;
}

.lowt-editorial-page h1,
.lowt-editorial-page h2,
.lowt-editorial-page h3,
.lowt-editorial-page h4 {
  margin-top: 0;
}

.lowt-editorial-shell {
  width: 90%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ==========================================================
   HERO
========================================================== */

.lowt-editorial-hero {
  max-width: 940px;

  margin: 0 auto 48px;

  text-align: center;
}

.lowt-editorial-eyebrow {
  display: inline-block;

  margin-bottom: 16px;

  color: var(--accent);

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;

  letter-spacing: .16em;

  text-transform: uppercase;
}

.lowt-editorial-hero h1 {
  margin: 0 0 20px;

  color: var(--text-main);

  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -.035em;
  font-weight: 800;
}

.lowt-editorial-intro {
  max-width: 900px;

  margin: 0 auto;
}

.lowt-editorial-intro p {
  margin: 0 0 18px;

  color: var(--text-body);

  font-size: 18px;
  line-height: 1.9;
}

.lowt-editorial-intro p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   ACCENTS
========================================================== */

.lowt-editorial-accent {
  width: 78px;
  height: 3px;

  margin: 0 auto 28px;

  border-radius: 999px;

  background: var(--accent);
}

.lowt-editorial-accent.small {
  width: 64px;

  margin: 0 0 22px;
}

.lowt-editorial-accent--center {
  margin-left: auto !important;
  margin-right: auto !important;
}


/* ==========================================================
   SECTIONS
========================================================== */

.lowt-editorial-section {
  padding: 60px 0;

  border-top:
    1px solid var(--border-faint);
}

.lowt-editorial-section:first-of-type {
  border-top: none;
}


/* ==========================================================
   CENTRED SECTION HEADERS
========================================================== */

.lowt-editorial-section-head {
  width: 100%;
  max-width: 900px;

  margin: 0 auto 36px;

  text-align: center;
}

.lowt-editorial-section-head
.lowt-editorial-eyebrow {
  display: inline-block;
}

.lowt-editorial-section-head h2 {
  max-width: 880px;

  margin: 0 auto 14px;

  color: var(--text-main);

  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 800;
}

.lowt-editorial-section-head p {
  max-width: 820px;

  margin: 0 auto 15px;

  color: var(--text-body);

  font-size: 17px;
  line-height: 1.9;
}

.lowt-editorial-section-head p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   GENERAL TYPOGRAPHY
========================================================== */

.lowt-editorial-copy {
  min-width: 0;
}

.lowt-editorial-copy h2,
.lowt-editorial-narrow h2 {
  margin: 0 0 14px;

  color: var(--text-main);

  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 800;
}

.lowt-editorial-copy p,
.lowt-editorial-narrow p {
  margin: 0 0 18px;

  color: var(--text-body);

  font-size: 17px;
  line-height: 1.92;
}

.lowt-editorial-copy p:last-child,
.lowt-editorial-narrow p:last-child {
  margin-bottom: 0;
}

.lowt-editorial-copy strong,
.lowt-editorial-narrow strong {
  color: var(--text-main);
}

.lowt-editorial-heading-center,
.lowt-editorial-text-center {
  text-align: center;
}


/* ==========================================================
   NARROW CONTAINER
========================================================== */

.lowt-editorial-narrow {
  width: 100%;
  max-width: 920px;
}

.lowt-editorial-narrow--center {
  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   SUMMARY CARD
========================================================== */

.lowt-editorial-summary {
  display: flex;

  justify-content: center;

  margin: 0 0 58px;
}

.lowt-editorial-summary__card {
  width: 100%;
  max-width: 980px;

  margin-left: auto;
  margin-right: auto;

  padding: 32px 36px;

  border:
    1px solid var(--border-soft);

  border-radius: 26px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);

  text-align: center;
}

.lowt-editorial-summary__card h2 {
  margin: 0 auto 10px;

  color: var(--text-main);

  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -.02em;
  font-weight: 800;
}

.lowt-editorial-summary__intro {
  margin: 0 0 24px;

  color: var(--text-body);

  font-size: 16px;
  line-height: 1.7;
}

.lowt-editorial-summary__grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 12px 20px;

  margin-top: 18px;

  text-align: left;
}

.lowt-editorial-summary__item {
  position: relative;

  display: flex;
  align-items: flex-start;

  min-height: 78px;

  padding:
    16px
    18px
    16px
    42px;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.5;
  font-weight: 600;

  border:
    1px solid var(--border-soft);

  border-radius: 12px;

  background:
    rgba(255,255,255,.015);

  transition:
    transform .2s ease,
    border-color .2s ease;
}

.lowt-editorial-summary__item:hover {
  transform: translateY(-1px);

  border-color:
    rgba(179,180,1,.28);
}

.lowt-editorial-summary__item::before {
  content: "";

  position: absolute;

  top: 23px;
  left: 18px;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);
}


/* ==========================================================
   SPLIT GRID
========================================================== */

.lowt-editorial-grid {
  display: grid;

  grid-template-columns:
    minmax(0,1.02fr)
    minmax(0,.98fr);

  gap: 58px;

  align-items: center;
}

.lowt-editorial-split.reverse
.lowt-editorial-copy {
  order: 2;
}

.lowt-editorial-split.reverse
.lowt-editorial-media {
  order: 1;
}

.lowt-editorial-media {
  display: flex;

  align-items: center;
  justify-content: center;
}


/* ==========================================================
   IMAGE CARDS
========================================================== */

.lowt-editorial-image-card {
  width: 100%;

  overflow: hidden;

  border:
    1px solid var(--border-soft);

  border-radius: 24px;

  background: var(--bg-card);

  box-shadow: var(--shadow-lg);
}

.lowt-editorial-image-card img {
  width: 100%;

  min-height: 470px;
  max-height: 570px;

  object-fit: cover;
  object-position: center;
}


/* SECOND IMAGE */

#nebido-peaks-and-troughs
.lowt-editorial-image-card img {
  min-height: 430px;
  max-height: 520px;
}


/* ==========================================================
   LISTS
========================================================== */

.lowt-editorial-references {
  margin: 22px 0 0;

  padding: 0;

  list-style: none;
}

.lowt-editorial-references li {
  position: relative;

  margin-bottom: 15px;

  padding-left: 20px;

  color: var(--text-soft);

  font-size: 15.5px;
  line-height: 1.75;
}

.lowt-editorial-references li:last-child {
  margin-bottom: 0;
}

.lowt-editorial-references li::before {
  content: "";

  position: absolute;

  top: 10px;
  left: 0;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);
}

.lowt-editorial-references strong {
  color: var(--text-main);
}


/* ==========================================================
   IMPORTANT CALLOUT
========================================================== */

.lowt-editorial-important {
  position: relative;

  width: 100%;
  max-width: 980px;

  margin: 32px auto 0;

  padding:
    22px
    24px
    22px
    54px;

  border:
    1px solid rgba(179,180,1,.22);

  border-left:
    4px solid var(--accent);

  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.075),
      rgba(255,255,255,.008)
    );

  box-shadow:
    0 10px 24px rgba(0,0,0,.12);
}

.lowt-editorial-important::before {
  content: "i";

  position: absolute;

  top: 22px;
  left: 20px;

  display: flex;

  align-items: center;
  justify-content: center;

  width: 22px;
  height: 22px;

  border:
    1px solid rgba(179,180,1,.5);

  border-radius: 50%;

  color: var(--accent);

  font-size: 13px;
  font-weight: 800;
}

.lowt-editorial-important p {
  margin: 0 !important;

  color: var(--text-soft) !important;

  font-size: 15.5px !important;
  line-height: 1.8 !important;
}

.lowt-editorial-important strong {
  color: var(--text-main);
}


/* ==========================================================
   NHS / BENEFIT CARDS
========================================================== */

.lowt-editorial-causes {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 16px;

  width: 100%;
  max-width: 1080px;

  margin: 0 auto;

  align-items: stretch;
}

.lowt-editorial-cause {
  position: relative;

  min-width: 0;

  padding:
    22px
    22px
    22px
    47px;

  border:
    1px solid var(--border-soft);

  border-radius: 16px;

  background: var(--bg-card);

  box-shadow:
    0 4px 14px rgba(0,0,0,.12);

  transition:
    transform .2s ease,
    border-color .2s ease;
}

.lowt-editorial-cause:hover {
  transform: translateY(-2px);

  border-color:
    rgba(179,180,1,.22);
}

.lowt-editorial-cause::before {
  content: "";

  position: absolute;

  top: 29px;
  left: 20px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--accent);
}

.lowt-editorial-card-title {
  display: block;

  margin-bottom: 7px;

  color: var(--text-main);

  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
}

.lowt-editorial-card-text {
  display: block;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.68;
}


/* ==========================================================
   STANDARD STACKED CARDS
========================================================== */

.lowt-editorial-card-stack {
  width: 100%;
  max-width: 980px;

  margin: 38px auto 0;
}

.lowt-editorial-product-card {
  margin: 0 0 24px;

  padding: 30px 34px;

  border:
    1px solid var(--border-soft);

  border-left:
    4px solid var(--accent);

  border-radius: 16px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.lowt-editorial-product-card:last-child {
  margin-bottom: 0;
}

.lowt-editorial-product-card h4 {
  margin: 0 0 12px;

  color: var(--text-main) !important;

  font-size: 21px;
  line-height: 1.35;
  font-weight: 800 !important;
}

.lowt-editorial-product-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 15.5px;
  line-height: 1.8;
}


/* ==========================================================
   PATIENT EXPERIENCE GRID
========================================================== */

.lowt-nebido-experience-grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 18px;

  width: 100%;
  max-width: 980px;

  margin: 36px auto 0;
}

.lowt-nebido-experience-card {
  display: grid;

  grid-template-columns:
    auto minmax(0,1fr);

  gap: 16px;

  min-height: 190px;

  padding: 26px 26px;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.15);

  transition:
    transform .2s ease,
    border-color .2s ease;
}

.lowt-nebido-experience-card:hover {
  transform: translateY(-2px);

  border-color:
    rgba(179,180,1,.22);
}

.lowt-nebido-experience-card__number {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border:
    1px solid rgba(179,180,1,.30);

  border-radius: 50%;

  background:
    rgba(179,180,1,.06);

  color: var(--accent);

  font-size: 12px;
  line-height: 1;
  font-weight: 800;
}

.lowt-nebido-experience-card h3 {
  margin: 0 0 9px;

  color: var(--text-main);

  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.lowt-nebido-experience-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.72;
}


/* ==========================================================
   NHS CONTEXT / NEUTRAL PANEL
========================================================== */

.lowt-editorial-danger {
  display: grid;

  grid-template-columns:
    auto minmax(0,1fr);

  gap: 18px;

  width: 100%;
  max-width: 920px;

  margin: 38px auto 0;

  padding: 28px 30px;

  border:
    1px solid rgba(216,95,95,.30);

  border-left:
    4px solid var(--danger);

  border-radius: 17px;

  background:
    linear-gradient(
      135deg,
      rgba(216,95,95,.085),
      rgba(255,255,255,.008)
    );

  box-shadow: var(--shadow-md);
}

.lowt-editorial-danger--neutral {
  border-color:
    rgba(179,180,1,.22);

  border-left-color:
    var(--accent);

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.065),
      rgba(255,255,255,.008)
    );
}

.lowt-editorial-danger__icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 35px;
  height: 35px;

  border:
    1px solid rgba(216,95,95,.52);

  border-radius: 50%;

  color: var(--danger-soft);

  font-size: 16px;
  font-weight: 800;
}

.lowt-editorial-danger--neutral
.lowt-editorial-danger__icon {
  border-color:
    rgba(179,180,1,.48);

  color: var(--accent);
}

.lowt-editorial-danger__label {
  display: block;

  margin-bottom: 7px;

  color: var(--danger-soft);

  font-size: 10.5px;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.lowt-editorial-danger--neutral
.lowt-editorial-danger__label {
  color: var(--accent);
}

.lowt-editorial-danger h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.lowt-editorial-danger p {
  margin: 0 0 14px;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.75;
}

.lowt-editorial-danger p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   NEBIDO VS SUSTANON COMPARISON
========================================================== */

.lowt-editorial-compare-grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 22px;

  width: 100%;
  max-width: 980px;

  margin: 38px auto 0;
}

.lowt-editorial-compare-card {
  display: flex;

  flex-direction: column;

  padding: 30px 30px;

  border:
    1px solid var(--border-soft);

  border-radius: 20px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.lowt-editorial-compare-card__eyebrow {
  display: inline-block;

  margin-bottom: 9px;

  color: var(--accent);

  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.lowt-editorial-compare-card h3 {
  margin: 0 0 20px;

  padding-bottom: 16px;

  border-bottom:
    1px solid var(--border-soft);

  color: var(--text-main);

  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
}

.lowt-editorial-compare-card p {
  margin: 0 0 16px;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.72;
}

.lowt-editorial-compare-card p:last-child {
  margin-bottom: 0;
}

.lowt-editorial-compare-card strong {
  display: block;

  margin-bottom: 4px;

  color: var(--text-main);

  font-weight: 800;
}


/* ==========================================================
   ACTION BUTTONS
========================================================== */

.lowt-editorial-related-action {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 14px;

  flex-wrap: wrap;

  margin-top: 34px;
}

.lowt-editorial-btn,
.lowt-editorial-btn:visited {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 48px;

  padding: 0 20px;

  border:
    1px solid rgba(179,180,1,.34);

  border-radius: 999px;

  background:
    rgba(179,180,1,.08);

  color: #fff !important;

  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;

  text-decoration: none !important;

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease;
}

.lowt-editorial-btn:hover {
  transform: translateY(-2px);

  background:
    rgba(179,180,1,.14);

  border-color:
    rgba(179,180,1,.52);
}

.lowt-editorial-btn--secondary {
  background: transparent;

  border-color:
    rgba(255,255,255,.14);
}

.lowt-editorial-btn--secondary:hover {
  border-color:
    rgba(179,180,1,.40);
}


/* ==========================================================
   SIDE EFFECT PANEL
========================================================== */

.lowt-editorial-symptom-panel {
  width: 100%;
  max-width: 940px;

  margin: 40px auto 0;

  padding: 30px 32px;

  border:
    1px solid var(--border-soft);

  border-radius: 20px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.lowt-editorial-symptom-panel__grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 12px 16px;
}

.lowt-editorial-symptom-panel__item {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 67px;

  padding:
    15px
    18px
    15px
    42px;

  border:
    1px solid rgba(255,255,255,.055);

  border-radius: 12px;

  background:
    rgba(255,255,255,.015);

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.55;
  font-weight: 600;
}

.lowt-editorial-symptom-panel__item::before {
  content: "";

  position: absolute;

  left: 18px;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);
}


/* ==========================================================
   NEBIDO PROS / CONS BALANCE
========================================================== */

.lowt-nebido-balance-grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 22px;

  width: 100%;
  max-width: 980px;

  margin: 38px auto 0;
}

.lowt-nebido-balance-card {
  padding: 30px;

  border:
    1px solid var(--border-soft);

  border-radius: 20px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.lowt-nebido-balance-card__eyebrow {
  display: inline-block;

  margin-bottom: 9px;

  color: var(--accent);

  font-size: 10.5px;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.lowt-nebido-balance-card h3 {
  margin: 0 0 16px;

  color: var(--text-main);

  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}


/* ==========================================================
   RELATED GUIDES
========================================================== */

.lowt-related-guides {
  width: 100%;
  max-width: 1080px;

  margin: 0 auto;
}

.lowt-related-guides__head {
  max-width: 820px;

  margin: 0 auto 34px;

  text-align: center;
}

.lowt-related-guides__eyebrow {
  display: inline-block;

  margin-bottom: 12px;

  color: var(--accent);

  font-size: 10.5px;
  font-weight: 800;

  letter-spacing: .15em;

  text-transform: uppercase;
}

.lowt-related-guides__head h2 {
  margin: 0 auto 14px;

  color: var(--text-main);

  font-size: 38px;
  line-height: 1.08;
  letter-spacing: -.025em;
  font-weight: 800;
}

.lowt-related-guides__head p {
  max-width: 760px;

  margin: 0 auto;

  color: var(--text-body);

  font-size: 15px;
  line-height: 1.8;
}


/* ==========================================================
   RELATED GUIDE GRID
========================================================== */

.lowt-related-guides__grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 22px;
}


/* ==========================================================
   RELATED GUIDE CARD
========================================================== */

.lowt-related-card,
.lowt-related-card:visited {
  display: flex;

  flex-direction: column;

  height: 100%;

  overflow: hidden;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  color: inherit;

  text-decoration: none !important;

  box-shadow:
    0 8px 22px rgba(0,0,0,.18);

  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.lowt-related-card:hover {
  transform: translateY(-4px);

  border-color:
    rgba(179,180,1,.34);

  box-shadow:
    0 13px 28px rgba(0,0,0,.28),
    0 0 14px rgba(179,180,1,.05);
}


/* IMAGE */

.lowt-related-card__image {
  width: 100%;

  aspect-ratio: 16 / 8.5;

  overflow: hidden;

  background: #111;
}

.lowt-related-card__image img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    transform .28s ease;
}

.lowt-related-card:hover
.lowt-related-card__image img {
  transform: scale(1.04);
}


/* CONTENT */

.lowt-related-card__content {
  display: flex;

  flex-direction: column;

  flex: 1;

  padding: 21px 22px 22px;
}

.lowt-related-card__category {
  display: inline-block;

  margin-bottom: 8px;

  color: var(--accent);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .1em;

  text-transform: uppercase;
}

.lowt-related-card__content h3 {
  margin: 0 0 9px;

  color: #fff;

  font-size: 19px;
  line-height: 1.3;
  font-weight: 800;
}

.lowt-related-card__content p {
  margin: 0 0 18px;

  color: var(--text-soft);

  font-size: 13.25px;
  line-height: 1.65;

  flex-grow: 1;
}

.lowt-related-card__button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 38px;

  padding: 0 15px;

  margin-top: auto;

  border:
    1px solid rgba(179,180,1,.30);

  border-radius: 999px;

  background:
    rgba(179,180,1,.07);

  color: #fff;

  font-size: 12.5px;
  font-weight: 700;
}

.lowt-related-card:hover
.lowt-related-card__button {
  background:
    rgba(179,180,1,.14);

  border-color:
    rgba(179,180,1,.48);
}


/* ==========================================================
   DISCLAIMER
========================================================== */

.lowt-editorial-disclaimer {
  display: grid;

  grid-template-columns:
    auto minmax(0,1fr);

  gap: 18px;

  margin: 0 0 30px;

  padding: 26px 28px;

  border:
    1px solid rgba(179,180,1,.18);

  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.05),
      rgba(255,255,255,.012)
    );
}

.lowt-editorial-disclaimer__icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  border:
    1px solid rgba(179,180,1,.45);

  border-radius: 50%;

  color: var(--accent);

  font-size: 14px;
  font-weight: 800;
}

.lowt-editorial-disclaimer strong {
  display: block;

  margin-bottom: 8px;

  color: var(--text-main);
}

.lowt-editorial-disclaimer p {
  margin: 0 0 10px !important;

  color: var(--text-soft) !important;

  font-size: 14.5px !important;
  line-height: 1.8 !important;
}

.lowt-editorial-disclaimer p:last-child {
  margin-bottom: 0 !important;
}


/* ==========================================================
   FAQ
========================================================== */

.trt-faq {
  --accent: #b3b401;
  --text-main: #ffffff;
  --text-body: #bbbbbb;
  --border-soft: rgba(255,255,255,.06);
  --border-faint: rgba(255,255,255,.04);

  width: 90%;
  max-width: 1240px;

  margin: 0 auto;

  padding: 30px 0 86px;

  border-top:
    1px solid var(--border-faint);

  font-family: 'Montserrat', sans-serif;
}

.trt-faq-head {
  margin-bottom: 24px;

  text-align: center;
}

.trt-faq-head
.lowt-editorial-eyebrow {
  display: inline-block;

  margin-bottom: 14px;

  color: var(--accent);
}

.trt-faq-head h2 {
  max-width: 800px;

  margin: 0 auto 14px !important;

  color: var(--text-main) !important;

  font-size:
    clamp(2rem,4vw,2.9rem) !important;

  line-height: 1.08 !important;
  letter-spacing: -.03em !important;
  font-weight: 800 !important;
}

.trt-faq-head
.lowt-editorial-accent {
  margin: 0 auto 24px !important;
}


/* FAQ GRID */

.trt-faq-list {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 14px;

  align-items: start;

  max-width: 1120px;

  margin: 24px auto 0;
}


/* FAQ ITEM */

.trt-faq-item {
  min-width: 0;

  overflow: hidden;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background:
    linear-gradient(
      180deg,
      #171717 0%,
      #121212 100%
    );

  box-shadow:
    0 8px 22px rgba(0,0,0,.10);
}

.trt-faq-item[open] {
  border-color:
    rgba(179,180,1,.38);
}

.trt-faq-item summary {
  display: flex;

  align-items: center;
  justify-content: space-between;

  min-height: 84px;

  padding: 18px 24px;

  color: var(--text-main) !important;

  font-size: 17px !important;
  line-height: 1.4 !important;
  font-weight: 700 !important;

  cursor: pointer;

  list-style: none;
}

.trt-faq-item summary::-webkit-details-marker {
  display: none;
}

.trt-faq-item summary::marker {
  content: "";
}

.trt-faq-item summary::after {
  content: "+";

  flex-shrink: 0;

  margin-left: 16px;

  color: var(--accent);

  font-size: 25px;
  font-weight: 700;
}

.trt-faq-item[open] summary {
  color: var(--accent) !important;
}

.trt-faq-item[open] summary::after {
  content: "−";
}

.trt-faq-answer {
  padding:
    0
    24px
    24px;

  border-top:
    1px solid var(--border-soft);
}

.trt-faq-answer p {
  margin: 16px 0 0 !important;

  color: var(--text-body) !important;

  font-size: 16px !important;
  line-height: 1.9 !important;
}


/* ==========================================================
   LARGE TABLET
========================================================== */

@media (max-width: 1100px) {

  .lowt-editorial-grid {
    grid-template-columns: 1fr;

    gap: 36px;
  }

  .lowt-editorial-split.reverse
  .lowt-editorial-copy,
  .lowt-editorial-split.reverse
  .lowt-editorial-media {
    order: initial;
  }

  .lowt-editorial-image-card {
    width: 100%;
    max-width: 760px;

    margin: 0 auto;
  }

  .lowt-editorial-image-card img,
  #nebido-peaks-and-troughs
  .lowt-editorial-image-card img {
    min-height: 360px;
    max-height: 490px;
  }

  .lowt-editorial-causes {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

  .lowt-editorial-page {
    padding: 82px 0 32px;
  }

  .lowt-editorial-hero h1 {
    font-size: 42px;
  }

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-section-head h2 {
    font-size: 34px;
  }

  .lowt-editorial-intro p,
  .lowt-editorial-copy p,
  .lowt-editorial-narrow p,
  .lowt-editorial-section-head p {
    font-size: 16px;
  }

  .lowt-editorial-summary__grid,
  .lowt-nebido-experience-grid,
  .lowt-editorial-compare-grid,
  .lowt-editorial-symptom-panel__grid,
  .lowt-nebido-balance-grid,
  .lowt-related-guides__grid,
  .trt-faq-list {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-causes {
    grid-template-columns: 1fr;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 640px) {

  .lowt-editorial-page {
    padding: 62px 0 20px;
  }

  .lowt-editorial-shell {
    width: 92%;
  }


  /* HERO */

  .lowt-editorial-hero h1 {
    font-size: 35px;

    line-height: 1.08;
  }

  .lowt-editorial-intro p {
    font-size: 16px;

    line-height: 1.8;
  }


  /* SECTIONS */

  .lowt-editorial-section {
    padding: 44px 0;
  }

  .lowt-editorial-section-head {
    margin-bottom: 30px;
  }


  /* HEADINGS */

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-section-head h2 {
    font-size: 28px;

    line-height: 1.12;
  }


  /* SUMMARY */

  .lowt-editorial-summary {
    margin-bottom: 40px;
  }

  .lowt-editorial-summary__card {
    padding: 26px 20px;

    border-radius: 20px;
  }

  .lowt-editorial-summary__card h2 {
    font-size: 25px;
  }

  .lowt-editorial-summary__item {
    min-height: 0;

    padding:
      15px
      16px
      15px
      39px;

    font-size: 14px;
  }


  /* IMAGES */

  .lowt-editorial-image-card {
    border-radius: 18px;
  }

  .lowt-editorial-image-card img,
  #nebido-peaks-and-troughs
  .lowt-editorial-image-card img {
    min-height: 290px;
    max-height: 400px;
  }


  /* IMPORTANT */

  .lowt-editorial-important {
    padding:
      20px
      18px
      20px
      48px;
  }

  .lowt-editorial-important::before {
    top: 20px;
    left: 16px;
  }

  .lowt-editorial-important p {
    font-size: 14.5px !important;
  }


  /* NHS CARDS */

  .lowt-editorial-cause {
    padding:
      20px
      18px
      20px
      42px;
  }


  /* STACKED CARDS */

  .lowt-editorial-product-card {
    padding: 24px 20px;
  }

  .lowt-editorial-product-card h4 {
    font-size: 19px;
  }


  /* EXPERIENCE */

  .lowt-nebido-experience-card {
    grid-template-columns: 1fr;

    gap: 13px;

    min-height: 0;

    padding: 22px 20px;
  }


  /* NHS CONTEXT */

  .lowt-editorial-danger {
    grid-template-columns: 1fr;

    gap: 13px;

    padding: 22px 20px;
  }

  .lowt-editorial-danger h3 {
    font-size: 18px;
  }


  /* COMPARISON */

  .lowt-editorial-compare-card {
    padding: 24px 20px;
  }

  .lowt-editorial-compare-card h3 {
    font-size: 20px;
  }


  /* BUTTONS */

  .lowt-editorial-btn {
    width: 100%;
  }


  /* SIDE EFFECTS */

  .lowt-editorial-symptom-panel {
    margin-top: 32px;

    padding: 24px 20px;
  }

  .lowt-editorial-symptom-panel__item {
    min-height: 0;

    padding:
      15px
      16px
      15px
      39px;

    font-size: 14px;
  }


  /* BALANCE */

  .lowt-nebido-balance-card {
    padding: 24px 20px;
  }

  .lowt-nebido-balance-card h3 {
    font-size: 19px;
  }


  /* RELATED GUIDES */

  .lowt-related-guides__head h2 {
    font-size: 28px;
  }

  .lowt-related-card__image {
    aspect-ratio: 16 / 9;
  }

  .lowt-related-card__content {
    padding: 19px 18px 20px;
  }

  .lowt-related-card__content h3 {
    font-size: 18px;
  }


  /* DISCLAIMER */

  .lowt-editorial-disclaimer {
    grid-template-columns: 1fr;

    gap: 12px;

    padding: 22px 20px;
  }


  /* FAQ */

  .trt-faq {
    width: 92%;

    padding:
      22px
      0
      68px;
  }

  .trt-faq-item summary {
    min-height: 74px;

    padding: 18px;

    font-size: 16px !important;
  }

  .trt-faq-answer {
    padding:
      0
      18px
      20px;
  }

  .trt-faq-answer p {
    font-size: 15px !important;
  }

}/* End custom CSS */