.elementor-1225 .elementor-element.elementor-element-dc814a4{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-9bed92d *//* ==========================================================
   UK TRT - BLOOD TESTING GUIDE
   FULL EDITORIAL THEME
========================================================== */

.lowt-editorial-page {
  --accent: #b3b401;
  --accent-hover: #d6d73a;

  --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,0.06);
  --border-faint: rgba(255,255,255,0.04);

  --shadow-lg:
    0 18px 44px rgba(0,0,0,0.28);

  --shadow-md:
    0 12px 28px rgba(0,0,0,0.18);

  background: var(--bg);
  color: var(--text-main);

  padding: 110px 0 60px;

  font-family: 'Montserrat', sans-serif;
}


/* ==========================================================
   GLOBAL
========================================================== */

.lowt-editorial-page *,
.lowt-editorial-page *::before,
.lowt-editorial-page *::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 46px;
  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 18px;

  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.92;
}

.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);
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.lowt-editorial-copy,
.lowt-editorial-feature__content {
  min-width: 0;
}

.lowt-editorial-copy h2,
.lowt-editorial-narrow h2,
.lowt-editorial-feature__content 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 h3,
.lowt-editorial-aside h3 {
  margin-bottom: 12px;
}

.lowt-editorial-copy p,
.lowt-editorial-narrow p,
.lowt-editorial-feature__content p {
  margin: 0 0 18px;

  color: var(--text-body);

  font-size: 17px;
  line-height: 1.95;
}

.lowt-editorial-copy p:last-child,
.lowt-editorial-narrow p:last-child,
.lowt-editorial-feature__content p:last-child {
  margin-bottom: 0;
}

.lowt-editorial-copy strong,
.lowt-editorial-narrow strong,
.lowt-editorial-feature__content strong {
  color: var(--text-main);
}

.lowt-editorial-heading-center {
  text-align: center;
}

.lowt-editorial-text-center {
  text-align: center;
}


/* ==========================================================
   NARROW
========================================================== */

.lowt-editorial-narrow {
  width: 100%;
  max-width: 920px;
}

.lowt-editorial-narrow--center {
  margin-left: auto;
  margin-right: auto;
}

.lowt-editorial-narrow--final {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}


/* ==========================================================
   INLINE LINKS
========================================================== */

.lowt-editorial-page a.lowt-editorial-inline-link,
.lowt-editorial-page a.lowt-editorial-inline-link:visited,
.lowt-editorial-page a.lowt-editorial-link,
.lowt-editorial-page a.lowt-editorial-link:visited {
  color: var(--accent) !important;

  font-weight: 700;

  text-decoration: none !important;

  border-bottom:
    1px solid rgba(179,180,1,.35);

  transition:
    color .18s ease,
    border-color .18s ease,
    opacity .18s ease;
}

.lowt-editorial-page a.lowt-editorial-inline-link:hover,
.lowt-editorial-page a.lowt-editorial-link:hover {
  color: var(--accent-hover) !important;

  border-bottom-color:
    rgba(179,180,1,.7);

  opacity: .96;
}


/* ==========================================================
   BUTTONS
========================================================== */

.lowt-editorial-btn,
.lowt-editorial-btn:visited {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 54px;

  padding: 0 30px;

  border:
    1px solid var(--accent);

  border-radius: 999px;

  background:
    rgba(179,180,1,.08);

  color: #fff !important;

  font-size: 15px;
  line-height: 1.3;
  font-weight: 700;

  text-decoration: none !important;

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease,
    box-shadow .2s ease;
}

.lowt-editorial-btn:hover {
  transform: translateY(-2px);

  background:
    rgba(179,180,1,.16);

  border-color: var(--accent-hover);

  box-shadow:
    0 8px 24px rgba(179,180,1,.12);
}

.lowt-editorial-btn--secondary {
  background: transparent;

  border-color:
    rgba(255,255,255,.18);
}

.lowt-editorial-btn--secondary:hover {
  background:
    rgba(255,255,255,.025);

  border-color:
    rgba(179,180,1,.42);
}


/* ==========================================================
   STANDARD 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;

  justify-content: center;
  align-items: center;
}


/* ==========================================================
   STANDARD 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: 360px;
  max-height: 470px;

  object-fit: cover;
  object-position: center;
}


/* ==========================================================
   INITIAL DIAGNOSTIC BLOOD TEST
   WIDER IMAGE / LESS CROPPING
========================================================== */

.bloodtest-initial {
  width: 100%;
  max-width: 1160px;

  margin: 0 auto;
}

.bloodtest-initial__main {
  display: grid;

  grid-template-columns:
    minmax(0,.95fr)
    minmax(420px,1.05fr);

  gap: 42px;

  align-items: center;
}

.bloodtest-initial__copy {
  min-width: 0;

  padding: 6px 0;
}

.bloodtest-initial__copy h2 {
  margin: 0 0 14px;

  color: var(--text-main);

  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 800;
}

.bloodtest-initial__copy p,
.bloodtest-initial__lower > p {
  margin: 0 0 18px;

  color: var(--text-body);

  font-size: 17px;
  line-height: 1.92;
}


/* INITIAL IMAGE */

.bloodtest-initial__media {
  width: 100%;
  overflow: hidden;

  border: 1px solid var(--border-soft);
  border-radius: 24px;

  background: var(--bg-card);
  box-shadow: var(--shadow-lg);

  aspect-ratio: 16 / 11.5;
}

.bloodtest-initial__media img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center 42%;
}


/* INITIAL LOWER CONTENT */

.bloodtest-initial__lower {
  width: 100%;
  max-width: 1040px;

  margin: 30px auto 0;
}

.bloodtest-initial__panel {
  margin: 28px 0;

  padding: 30px 32px;

  border:
    1px solid var(--border-soft);

  border-radius: 20px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.bloodtest-initial__panel-head {
  max-width: 720px;
  margin-bottom: 22px;
}

.bloodtest-initial__panel-label {
  display: inline-block;

  margin-bottom: 8px;

  color: var(--accent);

  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.bloodtest-initial__panel-head h3 {
  margin: 0 0 8px;

  color: #fff;

  font-size: 24px;
  line-height: 1.3;
  font-weight: 800;
}

.bloodtest-initial__panel-head p {
  margin: 0;

  color: var(--text-body);

  font-size: 14.5px;
  line-height: 1.75;
}


/* INITIAL MARKERS */

.bloodtest-initial__markers {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 12px 16px;
}

.bloodtest-initial__marker {
  position: relative;

  min-height: 94px;

  padding:
    17px
    18px
    17px
    42px;

  border:
    1px solid rgba(255,255,255,.055);

  border-radius: 13px;

  background:
    rgba(255,255,255,.015);

  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease;
}

.bloodtest-initial__marker:hover {
  transform: translateY(-1px);

  border-color:
    rgba(179,180,1,.22);

  background:
    rgba(255,255,255,.022);
}

.bloodtest-initial__marker::before {
  content: "";

  position: absolute;

  top: 23px;
  left: 18px;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);

  box-shadow:
    0 0 8px rgba(179,180,1,.35);
}

.bloodtest-initial__marker strong {
  display: block;

  margin-bottom: 5px;

  color: #fff;

  font-size: 15px;
  line-height: 1.4;
  font-weight: 700;
}

.bloodtest-initial__marker span {
  display: block;

  color: var(--text-soft);

  font-size: 13.5px;
  line-height: 1.6;
}

.bloodtest-initial__linkline {
  margin-bottom: 0 !important;
}


/* ==========================================================
   REFERENCES / BULLETS
========================================================== */

.lowt-editorial-references {
  margin: 0;

  padding: 0;

  list-style: none;
}

.lowt-editorial-references li {
  position: relative;

  margin-bottom: 14px;

  padding-left: 19px;

  color: var(--text-soft);

  font-size: 16px;
  line-height: 1.8;
}

.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);
}


/* ==========================================================
   CONTEXT LINK LINE
========================================================== */

.lowt-editorial-context-link {
  max-width: 900px;

  margin: 28px auto 0;

  text-align: center;
}

.lowt-editorial-context-link p {
  margin: 0;

  color: var(--text-body);

  font-size: 15px;
  line-height: 1.8;
}


/* ==========================================================
   CAUSE / BLOOD MARKER CARDS
========================================================== */

.lowt-editorial-causes {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 16px;

  margin: 30px 0 24px;

  align-items: stretch;
}

.lowt-editorial-causes-stacked {
  display: flex;

  flex-direction: column;

  gap: 16px;

  margin: 30px 0 24px;
}

.lowt-editorial-cause {
  position: relative;

  display: flex;

  align-items: flex-start;

  min-width: 0;

  padding:
    22px
    24px
    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);
}

.lowt-editorial-cause::before {
  content: "";

  position: absolute;

  top: 30px;
  left: 20px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--accent);

  box-shadow:
    0 0 8px rgba(179,180,1,.4);
}

.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;

  margin: 0;

  color: var(--text-soft);

  font-size: 15px;
  line-height: 1.68;
}

.lowt-editorial-cause
.lowt-editorial-inline-link {
  display: inline-block;

  margin-top: 13px;

  font-size: 13.5px;
}


/* ==========================================================
   VITAMIN / NUTRIENT FEATURE
   THICK YELLOW BAR
========================================================== */

.lowt-editorial-feature {
  display: grid;

  grid-template-columns:
    64px minmax(0,1fr);

  gap: 26px;

  align-items: stretch;

  width: 100%;
  max-width: 980px;

  margin: 0 auto;
}

.lowt-editorial-feature__line {
  width: 100%;
  height: 100%;

  min-height: 210px;

  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      var(--accent) 0%,
      rgba(179,180,1,.08) 100%
    );
}

.lowt-editorial-feature__content {
  min-width: 0;
  padding: 4px 0;
}

.lowt-editorial-feature__content h2 {
  margin-bottom: 16px;
}


/* ==========================================================
   SUMMARY / EARLY FOLLOW-UP PANEL
========================================================== */

.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: 34px 36px;

  border:
    1px solid var(--border-soft);

  border-radius: 26px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.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;

  text-align: center;
}

.lowt-editorial-summary__card > p {
  color: var(--text-body);

  text-align: center;
}

.lowt-editorial-summary__grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 14px 18px;

  margin-top: 20px;
}

.lowt-editorial-summary__item {
  position: relative;

  display: flex;
  align-items: flex-start;

  min-width: 0;

  padding:
    18px
    20px
    18px
    44px;

  border:
    1px solid var(--border-soft);

  border-radius: 13px;

  background:
    rgba(255,255,255,.018);

  transition:
    transform .2s ease,
    border-color .2s ease,
    background .2s ease;
}

.lowt-editorial-summary__item:hover {
  transform: translateY(-1px);

  border-color:
    rgba(179,180,1,.28);

  background:
    rgba(255,255,255,.025);
}

.lowt-editorial-summary__item::before {
  content: "";

  position: absolute;

  top: 25px;
  left: 19px;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);

  box-shadow:
    0 0 8px rgba(179,180,1,.4);
}


/* ==========================================================
   6-WEEK / EARLY FOLLOW-UP
========================================================== */

.lowt-editorial-6week-card {
  margin-top: 36px;

  padding: 36px 38px 38px;

  border-color:
    rgba(179,180,1,.15);

  background:
    linear-gradient(
      180deg,
      rgba(179,180,1,.025) 0%,
      #171717 18%,
      #121212 100%
    );
}

.lowt-editorial-6week-head {
  max-width: 780px;

  margin: 0 auto 30px;

  text-align: center;
}

.lowt-editorial-6week-eyebrow {
  display: inline-block;

  margin-bottom: 10px;

  color: var(--accent);

  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .15em;

  text-transform: uppercase;
}

.lowt-editorial-6week-head h3 {
  margin: 0 auto 14px !important;

  color: #fff !important;

  font-size: 28px !important;
  line-height: 1.22 !important;
  letter-spacing: -.025em;
  font-weight: 800 !important;
}

.lowt-editorial-6week-head
.lowt-editorial-accent {
  margin: 0 auto 20px !important;
}

.lowt-editorial-6week-head p {
  max-width: 730px;

  margin: 0 auto !important;

  color: var(--text-soft) !important;

  font-size: 15px !important;
  line-height: 1.8 !important;
}

.lowt-editorial-6week-card
.lowt-editorial-summary__grid {
  margin-top: 0;
}


/* ==========================================================
   MAIN CTA
========================================================== */

.lowt-editorial-main-cta {
  margin-top: 44px;

  text-align: center;
}


/* ==========================================================
   GENERIC NOTE / CTA CARD
========================================================== */

.lowt-editorial-aside {
  display: flex;

  align-items: flex-start;
  justify-content: center;
}

.lowt-editorial-note {
  width: 100%;

  padding: 30px;

  border:
    1px solid var(--border-soft);

  border-radius: 22px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.lowt-editorial-note h3 {
  margin: 0 0 12px;

  color: var(--text-main);

  font-size: 24px;
  line-height: 1.35;
  font-weight: 800;
}


/* ==========================================================
   UK TRT TOOLS & CLINICAL GUIDES
   HEADER
========================================================== */

.lowt-editorial-tools-head {
  max-width: 840px;

  margin: 0 auto 34px;

  text-align: center;
}

.lowt-editorial-tools-head h2 {
  margin: 0 0 14px;

  color: #fff;

  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 800;
}

.lowt-editorial-tools-head
.lowt-editorial-accent {
  margin: 0 auto 22px !important;
}

.lowt-editorial-tools-head p {
  max-width: 760px;

  margin: 0 auto;

  color: var(--text-soft);

  font-size: 16px;
  line-height: 1.8;
}


/* ==========================================================
   TOOLS / GUIDES GRID
   IMAGE TOP + TEXT BELOW
========================================================== */

.lowt-editorial-resource-grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 22px;

  width: 100%;
  max-width: 980px;

  margin: 0 auto;
}


/* ==========================================================
   TOOL / GUIDE CARD
========================================================== */

.lowt-editorial-resource-card,
.lowt-editorial-resource-card:visited {
  display: flex;

  flex-direction: column;

  height: 100%;
  min-width: 0;

  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-editorial-resource-card:hover {
  transform: translateY(-4px);

  border-color:
    rgba(179,180,1,.35);

  box-shadow:
    0 13px 28px rgba(0,0,0,.28),
    0 0 14px rgba(179,180,1,.05);
}


/* CARD IMAGE */

.lowt-editorial-resource-card__image {
  width: 100%;

  aspect-ratio: 16 / 8.5;

  overflow: hidden;

  background: #111;
}

.lowt-editorial-resource-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  transition:
    transform .3s ease;
}

.lowt-editorial-resource-card:hover
.lowt-editorial-resource-card__image img {
  transform: scale(1.04);
}


/* CARD CONTENT */

.lowt-editorial-resource-card__content {
  display: flex;

  flex-direction: column;

  flex: 1;

  min-width: 0;

  padding: 20px 22px 22px;
}

.lowt-editorial-resource-card__category {
  display: inline-block;

  margin-bottom: 7px;

  color: var(--accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .11em;

  text-transform: uppercase;
}

.lowt-editorial-resource-card__content h3 {
  margin: 0 0 8px;

  color: #fff;

  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.lowt-editorial-resource-card__content p {
  margin: 0 0 16px;

  color: var(--text-soft);

  font-size: 13px;
  line-height: 1.6;

  flex-grow: 1;
}


/* SMALL CARD BUTTON */

.lowt-editorial-resource-card__button {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 36px;

  padding: 0 14px;

  margin-top: auto;

  border:
    1px solid rgba(179,180,1,.30);

  border-radius: 999px;

  background:
    rgba(179,180,1,.07);

  color: #fff;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;

  transition:
    background .2s ease,
    border-color .2s ease;
}

.lowt-editorial-resource-card:hover
.lowt-editorial-resource-card__button {
  background:
    rgba(179,180,1,.13);

  border-color:
    rgba(179,180,1,.5);
}


/* TOOLS FOOTER */

.lowt-editorial-tools-footer {
  max-width: 780px;

  margin: 30px auto 0;

  text-align: center;
}

.lowt-editorial-tools-footer p {
  margin: 0;

  color: var(--text-body);

  font-size: 15px;
  line-height: 1.8;
}


/* ==========================================================
   CTA CARD
========================================================== */

.lowt-editorial-cta-card {
  max-width: 820px;

  padding: 38px 34px;

  text-align: center;
}

.lowt-editorial-cta-card h2 {
  margin: 0 0 14px;

  color: #fff;

  font-size: 36px;
  line-height: 1.12;
  letter-spacing: -.025em;
  font-weight: 800;
}

.lowt-editorial-cta-card p {
  max-width: 680px;

  margin: 0 auto 30px;

  color: var(--text-soft);

  font-size: 16px;
  line-height: 1.8;
}

.lowt-editorial-cta-buttons {
  display: flex;

  gap: 16px;

  justify-content: center;
  flex-wrap: wrap;
}


/* ==========================================================
   FAQ
========================================================== */

.trt-faq {
  width: 100%;

  margin: 0 auto;

  padding: 60px 0 54px;

  border-top:
    1px solid var(--border-faint);
}

.trt-faq-head {
  margin-bottom: 26px;

  text-align: center;
}

.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 h2::before {
  content: "Questions and answers";

  display: block;

  margin: 0 0 14px;

  color: var(--accent) !important;

  font-size: 12px !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;

  letter-spacing: .16em !important;

  text-transform: uppercase !important;
}

.trt-faq-head p {
  max-width: 640px;

  margin: 0 auto;

  color: var(--text-body);

  font-size: 15px;
  line-height: 1.75;
}

.trt-faq-list {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 14px;

  align-items: start;

  width: 100%;
  max-width: 1120px;

  margin: 24px auto 0;
}

.trt-faq-item {
  min-width: 0;

  overflow: hidden;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 8px 22px rgba(0,0,0,.10);

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.trt-faq-item:hover {
  border-color:
    rgba(179,180,1,.18);
}

.trt-faq-item[open] {
  border-color:
    rgba(179,180,1,.38);

  box-shadow:
    0 12px 28px rgba(0,0,0,.14);
}

.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;
  line-height: 1;
  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;
}


/* ==========================================================
   DISCLAIMER
========================================================== */

.lowt-editorial-disclaimer-section {
  padding: 8px 0 24px;
}

.lowt-editorial-disclaimer-section p {
  margin: 0;

  color:
    rgba(255,255,255,.42);

  font-size: 13.5px;
  line-height: 1.75;

  text-align: center;
}

.lowt-editorial-disclaimer-section strong {
  color:
    rgba(255,255,255,.62);
}


/* ==========================================================
   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 {
    max-width: 760px;

    margin: 0 auto;
  }

  .lowt-editorial-causes {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


/* ==========================================================
   INITIAL SECTION TABLET
========================================================== */

@media (max-width: 1000px) {

  .bloodtest-initial__main {
    grid-template-columns: 1fr;

    gap: 28px;
  }

  .bloodtest-initial__media {
    width: 100%;
    max-width: 820px;

    margin: 0 auto;

    aspect-ratio: 16 / 9;
  }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

  .lowt-editorial-page {
    padding: 82px 0 48px;
  }

  .lowt-editorial-hero h1 {
    font-size: 42px;
  }

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-feature__content h2,
  .lowt-editorial-tools-head h2,
  .bloodtest-initial__copy h2 {
    font-size: 34px;
  }

  .lowt-editorial-intro p,
  .lowt-editorial-copy p,
  .lowt-editorial-narrow p,
  .lowt-editorial-feature__content p,
  .bloodtest-initial__copy p,
  .bloodtest-initial__lower > p {
    font-size: 16px;
  }

  .lowt-editorial-causes {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-summary__grid {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-resource-grid {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-resource-card {
    max-width: 720px;

    width: 100%;

    margin: 0 auto;
  }

  .lowt-editorial-resource-card__image {
    aspect-ratio: 16 / 8;
  }

  .trt-faq-list {
    grid-template-columns: 1fr;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 640px) {

  .lowt-editorial-page {
    padding: 62px 0 34px;
  }

  .lowt-editorial-shell {
    width: 92%;
  }


  /* HERO */

  .lowt-editorial-hero {
    margin-bottom: 34px;
  }

  .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;
  }


  /* HEADINGS */

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-feature__content h2,
  .lowt-editorial-tools-head h2,
  .bloodtest-initial__copy h2 {
    font-size: 28px;

    line-height: 1.12;
  }


  /* INITIAL SECTION */

  .bloodtest-initial__copy p,
  .bloodtest-initial__lower > p {
    font-size: 16px;

    line-height: 1.8;
  }

  .bloodtest-initial__media {
    border-radius: 18px;

    aspect-ratio: 16 / 10;
  }

  .bloodtest-initial__panel {
    padding: 24px 20px;

    border-radius: 18px;
  }

  .bloodtest-initial__panel-head h3 {
    font-size: 21px;
  }

  .bloodtest-initial__markers {
    grid-template-columns: 1fr;
  }

  .bloodtest-initial__marker {
    min-height: 0;
  }


  /* STANDARD IMAGE */

  .lowt-editorial-image-card {
    border-radius: 18px;
  }

  .lowt-editorial-image-card img {
    min-height: 260px;
    max-height: 360px;
  }


  /* VITAMIN FEATURE */

  .lowt-editorial-feature {
    grid-template-columns:
      34px minmax(0,1fr);

    gap: 18px;
  }

  .lowt-editorial-feature__line {
    min-height: 100%;
  }


  /* CAUSE CARDS */

  .lowt-editorial-cause {
    padding:
      20px
      18px
      20px
      42px;
  }

  .lowt-editorial-cause::before {
    top: 28px;
    left: 17px;
  }

  .lowt-editorial-card-title {
    font-size: 15px;
  }

  .lowt-editorial-card-text {
    font-size: 14px;
  }


  /* 6 WEEK */

  .lowt-editorial-6week-card {
    padding:
      27px
      19px
      22px;

    border-radius: 20px;
  }

  .lowt-editorial-6week-head {
    margin-bottom: 24px;
  }

  .lowt-editorial-6week-head h3 {
    font-size: 22px !important;

    line-height: 1.28 !important;
  }

  .lowt-editorial-6week-head p {
    font-size: 14px !important;
  }

  .lowt-editorial-summary__item {
    padding:
      16px
      16px
      16px
      40px;
  }

  .lowt-editorial-summary__item::before {
    left: 16px;
  }


  /* RESOURCE CARDS */

  .lowt-editorial-tools-head {
    margin-bottom: 26px;
  }

  .lowt-editorial-resource-grid {
    gap: 15px;
  }

  .lowt-editorial-resource-card {
    max-width: 100%;
  }

  .lowt-editorial-resource-card__image {
    aspect-ratio: 16 / 9;
  }

  .lowt-editorial-resource-card__content {
    padding: 18px 18px 20px;
  }

  .lowt-editorial-resource-card__content h3 {
    font-size: 17px;
  }


  /* CTA */

  .lowt-editorial-cta-card {
    padding: 28px 20px;
  }

  .lowt-editorial-cta-card h2 {
    font-size: 27px;
  }

  .lowt-editorial-cta-buttons {
    flex-direction: column;
  }

  .lowt-editorial-btn {
    width: 100%;
  }


  /* FAQ */

  .trt-faq {
    padding: 48px 0 40px;
  }

  .trt-faq-item summary {
    min-height: 74px;

    padding: 18px;

    font-size: 16px !important;
  }

  .trt-faq-answer {
    padding:
      0
      18px
      18px;
  }

  .trt-faq-answer p {
    font-size: 15px !important;
  }

}/* End custom CSS */