.elementor-1917 .elementor-element.elementor-element-b1c808c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-58e6103 *//* ==========================================================
   UK TRT - HAEMATOCRIT ARTICLE
   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 30px;

  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-page a {
  text-decoration: none;
}

.lowt-editorial-shell {
  width: 90%;
  max-width: 1240px;

  margin: 0 auto;
}


/* ==========================================================
   HERO
========================================================== */

.lowt-editorial-hero {
  width: 100%;
  max-width: 960px;

  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 {
  width: 100%;
  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,
.trt-centered-heading .lowt-editorial-accent,
.trt-final-section .lowt-editorial-accent,
.trt-faq-head .lowt-editorial-accent {
  margin-left: auto !important;
  margin-right: auto !important;
}


/* ==========================================================
   SECTIONS
========================================================== */

.lowt-editorial-section {
  padding: 58px 0;

  border-top:
    1px solid var(--border-faint);
}

.lowt-editorial-section--first {
  padding-top: 0;

  border-top: none;
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.lowt-editorial-copy,
.lowt-editorial-narrow,
.lowt-editorial-feature__content {
  min-width: 0;
}

.lowt-editorial-copy h2,
.lowt-editorial-narrow h2,
.lowt-editorial-feature__content h2,
.trt-final-section 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-narrow h3,
.lowt-editorial-feature__content h3 {
  margin: 0 0 12px;

  color: var(--text-main);

  font-weight: 800;
}

.lowt-editorial-copy p,
.lowt-editorial-narrow p,
.lowt-editorial-feature__content p,
.trt-final-section 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,
.lowt-editorial-feature__content p:last-child,
.trt-final-section p:last-child {
  margin-bottom: 0;
}

.lowt-editorial-copy strong,
.lowt-editorial-narrow strong,
.lowt-editorial-feature__content strong {
  color: var(--text-main);
}


/* ==========================================================
   NARROW CONTENT
========================================================== */

.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: 900px;
}


/* ==========================================================
   CENTERED SECTION HEADERS
========================================================== */

.trt-centered-heading {
  width: 100%;
  max-width: 900px;

  margin: 0 auto 34px;

  text-align: center;
}

.trt-centered-heading h2 {
  max-width: 860px;

  margin: 0 auto 14px;

  color: var(--text-main);

  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -.03em;
  font-weight: 800;
}

.trt-centered-heading p {
  max-width: 820px;

  margin: 0 auto;

  color: var(--text-body);

  font-size: 17px;
  line-height: 1.9;
}


/* ==========================================================
   SPLIT GRID
========================================================== */

.lowt-editorial-grid {
  display: grid;

  grid-template-columns:
    minmax(0,1.02fr)
    minmax(0,.98fr);

  gap: 58px;

  align-items: center;
}

.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;
}


/* ==========================================================
   KEY TAKEAWAYS
========================================================== */

.lowt-editorial-summary {
  display: flex;

  justify-content: center;
}

.lowt-editorial-summary__card {
  width: 100%;
  max-width: 1020px;

  padding: 34px 36px;

  border:
    1px solid var(--border-soft);

  border-radius: 24px;

  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: 30px;
  line-height: 1.15;
  letter-spacing: -.02em;
  font-weight: 800;
}

.lowt-editorial-summary__grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 14px 18px;

  margin-top: 22px;

  text-align: left;
}

.lowt-editorial-summary__item {
  position: relative;

  display: flex;

  align-items: flex-start;

  min-height: 92px;

  padding:
    18px
    20px
    18px
    44px;

  border:
    1px solid var(--border-soft);

  border-radius: 14px;

  background:
    rgba(255,255,255,.015);

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.6;
  font-weight: 600;
}

.lowt-editorial-summary__item::before {
  content: "";

  position: absolute;

  top: 25px;
  left: 19px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--accent);

  box-shadow:
    0 0 8px rgba(179,180,1,.25);
}


/* ==========================================================
   SCIENCE PROCESS
========================================================== */

.trt-science-process {
  display: flex;

  flex-direction: column;

  gap: 18px;

  max-width: 980px;

  margin: 36px auto 0;
}

.trt-science-step {
  display: grid;

  grid-template-columns:
    auto minmax(0,1fr);

  gap: 20px;

  padding: 26px 28px;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 8px 20px rgba(0,0,0,.14);
}

.trt-science-number {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border:
    1px solid rgba(179,180,1,.35);

  border-radius: 50%;

  background:
    rgba(179,180,1,.06);

  color: var(--accent);

  font-size: 11px;
  font-weight: 800;
}

.trt-science-step h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 21px;
  line-height: 1.3;
  font-weight: 800;
}

.trt-science-step p {
  margin: 0 0 12px;

  color: var(--text-soft);

  font-size: 15px;
  line-height: 1.8;
}

.trt-science-step p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   SCIENCE EQUATION
========================================================== */

.trt-science-equation {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  flex-wrap: wrap;

  max-width: 1080px;

  margin: 30px auto 0;

  padding: 24px;

  border:
    1px solid rgba(179,180,1,.16);

  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.045),
      rgba(255,255,255,.008)
    );
}

.trt-science-equation span {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 40px;

  padding: 0 14px;

  border:
    1px solid rgba(255,255,255,.07);

  border-radius: 999px;

  background:
    rgba(255,255,255,.02);

  color: var(--text-main);

  font-size: 11px;
  font-weight: 800;

  letter-spacing: .06em;

  text-align: center;
}

.trt-science-equation strong {
  color: var(--accent);

  font-size: 18px;
}


/* ==========================================================
   CONTEXT / NOTE
========================================================== */

.lowt-editorial-aside {
  display: flex;

  justify-content: center;
}

.lowt-editorial-note {
  width: 100%;
  max-width: 980px;

  padding: 30px 34px;

  border:
    1px solid var(--border-soft);

  border-radius: 22px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.lowt-editorial-note h2 {
  margin: 0 0 14px;

  color: var(--text-main);

  font-size: 30px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 800;
}

.lowt-editorial-note p {
  margin: 0 0 16px;

  color: var(--text-soft);

  font-size: 15.5px;
  line-height: 1.8;
}

.lowt-editorial-note p:last-child {
  margin-bottom: 0;
}

.trt-haematocrit-context,
.trt-blood-donation-note {
  border-color:
    rgba(179,180,1,.22);

  border-left:
    4px solid var(--accent);

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.07),
      rgba(255,255,255,.01)
    );
}


/* ==========================================================
   CAUSES GRID
========================================================== */

.lowt-editorial-causes {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 34px;

  align-items: stretch;
}

.lowt-editorial-cause {
  position: relative;

  display: flex;

  padding:
    24px
    24px
    24px
    48px;

  border:
    1px solid var(--border-soft);

  border-radius: 16px;

  background: var(--bg-card);

  box-shadow:
    0 6px 18px rgba(0,0,0,.14);
}

.lowt-editorial-cause::before {
  content: "";

  position: absolute;

  top: 30px;
  left: 20px;

  width: 8px;
  height: 8px;

  border-radius: 50%;

  background: var(--accent);
}

.lowt-editorial-cause > div {
  display: flex;

  flex-direction: column;

  width: 100%;
  height: 100%;
}

.lowt-editorial-card-title {
  display: block;

  margin-bottom: 8px;

  color: var(--text-main);

  font-size: 16px;
  line-height: 1.4;
  font-weight: 800;
}

.lowt-editorial-card-text {
  display: block;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.7;
}


/* ==========================================================
   HYDRATION GRID
========================================================== */

.trt-hydration-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 20px;

  margin-top: 36px;
}

.trt-hydration-panel {
  display: flex;

  flex-direction: column;

  min-height: 300px;

  padding: 26px 24px;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 8px 20px rgba(0,0,0,.15);
}

.trt-hydration-label {
  display: inline-flex;

  align-self: flex-start;

  margin-bottom: 12px;

  color: var(--danger-soft);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.trt-hydration-panel--normal
.trt-hydration-label {
  color: var(--accent);
}

.trt-hydration-panel--warning
.trt-hydration-label {
  color: #e4b66f;
}

.trt-hydration-panel h3 {
  margin: 0 0 12px;

  color: var(--text-main);

  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.trt-hydration-panel p {
  margin: 0 0 14px;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.75;
}

.trt-hydration-panel p:last-child {
  margin-bottom: 0;
}

.trt-hydration-panel--normal {
  border-color:
    rgba(179,180,1,.24);

  background:
    linear-gradient(
      180deg,
      rgba(179,180,1,.045),
      #121212
    );
}

.trt-hydration-panel--warning {
  border-color:
    rgba(228,182,111,.20);
}


/* ==========================================================
   HYDRATION RULE
========================================================== */

.trt-hydration-rule {
  max-width: 900px;

  margin: 28px auto 0;

  padding: 24px 28px;

  border:
    1px solid rgba(179,180,1,.18);

  border-left:
    4px solid var(--accent);

  border-radius: 16px;

  background:
    rgba(179,180,1,.035);
}

.trt-hydration-rule strong {
  display: block;

  margin-bottom: 10px;

  color: var(--text-main);

  font-size: 16px;
  line-height: 1.5;
}

.trt-hydration-rule p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.75;
}


/* ==========================================================
   FEATURE BAR
========================================================== */

.lowt-editorial-feature {
  display: grid;

  grid-template-columns:
    56px minmax(0,1fr);

  gap: 24px;

  width: 100%;
  max-width: 980px;

  margin: 0 auto;

  align-items: stretch;
}

.lowt-editorial-feature__line {
  width: 100%;

  min-height: 220px;

  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      var(--accent) 0%,
      rgba(179,180,1,.08) 100%
    );
}


/* ==========================================================
   BLOOD MARKER GRID
========================================================== */

.trt-blood-marker-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 20px;

  margin-top: 34px;
}

.trt-blood-marker-card {
  padding: 26px 24px;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.14);
}

.trt-blood-marker-card > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 46px;
  height: 46px;

  margin-bottom: 16px;

  border:
    1px solid rgba(179,180,1,.34);

  border-radius: 50%;

  background:
    rgba(179,180,1,.06);

  color: var(--accent);

  font-size: 11px;
  font-weight: 800;
}

.trt-blood-marker-card h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 19px;
  line-height: 1.35;
  font-weight: 800;
}

.trt-blood-marker-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.75;
}


/* ==========================================================
   WARNING / 0.54
========================================================== */

.trt-haematocrit-warning {
  width: 100%;
  max-width: 920px;

  margin: 0 auto;

  padding: 30px 32px;

  border:
    1px solid rgba(216,95,95,.28);

  border-left:
    4px solid var(--danger);

  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(216,95,95,.08),
      rgba(255,255,255,.008)
    );

  box-shadow: var(--shadow-md);
}

.trt-warning-label {
  display: inline-block;

  margin-bottom: 9px;

  color: var(--danger-soft);

  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.trt-haematocrit-warning h2 {
  margin: 0 0 14px;

  color: var(--text-main);

  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -.02em;
  font-weight: 800;
}

.trt-haematocrit-warning p {
  margin: 0 0 14px;

  color: var(--text-soft);

  font-size: 15px;
  line-height: 1.8;
}

.trt-haematocrit-warning p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   TREND GRID
========================================================== */

.trt-trend-grid {
  display: grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap: 16px;

  margin-top: 34px;
}

.trt-trend-card {
  display: flex;

  flex-direction: column;

  min-height: 240px;

  padding: 24px 22px;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.14);
}

.trt-trend-card > span {
  margin-bottom: 14px;

  color: var(--accent);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.trt-trend-card > strong {
  display: block;

  margin-bottom: 14px;

  color: var(--text-main);

  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.trt-trend-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 13.75px;
  line-height: 1.7;
}

.trt-trend-card--warning {
  border-color:
    rgba(216,95,95,.30);

  background:
    linear-gradient(
      180deg,
      rgba(216,95,95,.06),
      #121212
    );
}

.trt-trend-card--warning > span,
.trt-trend-card--warning > strong {
  color: var(--danger-soft);
}

.trt-example-note {
  max-width: 820px;

  margin: 22px auto 0;

  color: #8f8f8f;

  font-size: 12.75px;
  line-height: 1.65;

  text-align: center;
}


/* ==========================================================
   MONITORING GRID
========================================================== */

.trt-monitoring-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 36px;
}

.trt-monitoring-card {
  min-height: 235px;

  padding: 26px 24px;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  box-shadow:
    0 7px 20px rgba(0,0,0,.15);
}

.trt-monitoring-card > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 40px;
  height: 40px;

  margin-bottom: 16px;

  border:
    1px solid rgba(179,180,1,.34);

  border-radius: 50%;

  background:
    rgba(179,180,1,.06);

  color: var(--accent);

  font-size: 11px;
  font-weight: 800;
}

.trt-monitoring-card h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.trt-monitoring-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.72;
}


/* ==========================================================
   BUTTONS
========================================================== */

.trt-section-action {
  display: flex;

  align-items: center;

  gap: 12px;

  flex-wrap: wrap;

  margin-top: 24px;
}

.trt-compact-btn,
.trt-compact-btn:visited {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 44px;

  padding: 0 18px;

  border:
    1px solid rgba(179,180,1,.34);

  border-radius: 999px;

  background:
    rgba(179,180,1,.08);

  color: #ffffff !important;

  font-size: 13.5px;
  font-weight: 700;

  transition:
    transform .2s ease,
    background .2s ease,
    border-color .2s ease;
}

.trt-compact-btn:hover {
  transform: translateY(-2px);

  background:
    rgba(179,180,1,.14);

  border-color:
    rgba(179,180,1,.52);
}


/* ==========================================================
   RELATED ARTICLES
========================================================== */

.trt-haematocrit-related-grid {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 20px;

  max-width: 980px;

  margin: 36px auto 0;
}

.trt-haematocrit-related-card,
.trt-haematocrit-related-card:visited {
  display: flex;

  flex-direction: column;

  min-height: 240px;

  padding: 26px 24px;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  color: inherit;

  box-shadow:
    0 8px 22px rgba(0,0,0,.16);

  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.trt-haematocrit-related-card:hover {
  transform: translateY(-4px);

  border-color:
    rgba(179,180,1,.32);

  box-shadow:
    0 12px 28px rgba(0,0,0,.26);
}

.trt-haematocrit-related-card > span {
  margin-bottom: 10px;

  color: var(--accent);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.trt-haematocrit-related-card h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 20px;
  line-height: 1.35;
  font-weight: 800;
}

.trt-haematocrit-related-card p {
  margin: 0 0 20px;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.72;

  flex-grow: 1;
}

.trt-haematocrit-related-card strong {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 37px;

  padding: 0 14px;

  margin-top: auto;

  border:
    1px solid rgba(179,180,1,.30);

  border-radius: 999px;

  background:
    rgba(179,180,1,.07);

  color: #ffffff;

  font-size: 12px;
  font-weight: 700;
}


/* ==========================================================
   FINAL SECTION
========================================================== */

.trt-final-section {
  margin: 0 auto;

  text-align: center;
}

.trt-final-section p {
  max-width: 820px;

  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   FAQ
========================================================== */

.trt-faq {
  --accent: #b3b401;
  --text-main: #ffffff;
  --text-body: #bbbbbb;
  --border-soft: rgba(255,255,255,.06);

  width: 90%;
  max-width: 1240px;

  margin: 0 auto;

  padding: 28px 0 76px;

  border-top:
    1px solid rgba(255,255,255,.04);

  font-family: 'Montserrat', sans-serif;
}

.trt-faq-head {
  max-width: 850px;

  margin: 0 auto 24px;

  text-align: center;
}

.trt-faq-head h2 {
  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-list {
  display: grid;

  grid-template-columns:
    repeat(2,minmax(0,1fr));

  gap: 14px;

  align-items: start;

  max-width: 1120px;

  margin: 24px auto 0;
}

.trt-faq-item {
  overflow: hidden;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);
}

.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::after {
  content: "+";

  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;
}


/* ==========================================================
   DISCLAIMER
========================================================== */

.trt-page-disclaimer {
  width: 90%;
  max-width: 860px;

  margin: 0 auto;

  padding: 0 0 28px;

  text-align: center;
}

.trt-page-disclaimer p {
  margin: 0;

  color:
    rgba(255,255,255,.42);

  font-size: 13.5px;
  line-height: 1.75;
}


/* ==========================================================
   LARGE TABLET
========================================================== */

@media (max-width: 1100px) {

  .lowt-editorial-grid {
    grid-template-columns: 1fr;

    gap: 36px;
  }

  .lowt-editorial-image-card {
    max-width: 760px;

    margin: 0 auto;
  }

  .lowt-editorial-causes,
  .trt-hydration-grid,
  .trt-blood-marker-grid,
  .trt-monitoring-grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

  .trt-trend-grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

  .lowt-editorial-page {
    padding: 82px 0 24px;
  }

  .lowt-editorial-hero h1 {
    font-size: 42px;
  }

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-feature__content h2,
  .trt-centered-heading h2,
  .trt-final-section h2 {
    font-size: 34px;
  }

  .lowt-editorial-intro p,
  .lowt-editorial-copy p,
  .lowt-editorial-narrow p,
  .lowt-editorial-feature__content p,
  .trt-centered-heading p,
  .trt-final-section p {
    font-size: 16px;
  }

  .lowt-editorial-summary__grid,
  .trt-haematocrit-related-grid,
  .trt-faq-list {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-feature {
    grid-template-columns: 1fr;

    gap: 18px;
  }

  .lowt-editorial-feature__line {
    width: 84px;
    height: 3px;
    min-height: 3px;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 640px) {

  .lowt-editorial-page {
    padding: 62px 0 18px;
  }

  .lowt-editorial-shell {
    width: 92%;
  }

  .lowt-editorial-hero h1 {
    font-size: 35px;

    line-height: 1.08;
  }

  .lowt-editorial-section {
    padding: 44px 0;
  }

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-feature__content h2,
  .trt-centered-heading h2,
  .trt-final-section h2 {
    font-size: 28px;
  }

  .lowt-editorial-summary__card {
    padding: 26px 20px;
  }

  .lowt-editorial-summary__card h2 {
    font-size: 24px;
  }

  .lowt-editorial-image-card {
    border-radius: 18px;
  }

  .lowt-editorial-image-card img {
    min-height: 300px;
    max-height: 410px;
  }

  .trt-science-step {
    grid-template-columns: 1fr;

    padding: 22px 20px;
  }

  .trt-science-number {
    width: 38px;
    height: 38px;
  }

  .trt-science-equation {
    flex-direction: column;

    align-items: stretch;
  }

  .trt-science-equation span {
    width: 100%;

    min-height: 42px;
  }

  .trt-science-equation strong {
    transform: rotate(90deg);

    align-self: center;
  }

  .lowt-editorial-causes,
  .trt-hydration-grid,
  .trt-blood-marker-grid,
  .trt-monitoring-grid,
  .trt-trend-grid {
    grid-template-columns: 1fr;
  }

  .trt-hydration-panel,
  .trt-trend-card,
  .trt-monitoring-card {
    min-height: 0;
  }

  .trt-section-action {
    width: 100%;
  }

  .trt-compact-btn {
    width: 100%;
  }

  .trt-haematocrit-warning {
    padding: 24px 20px;
  }

  .trt-haematocrit-warning h2 {
    font-size: 23px;
  }

  .trt-faq {
    width: 92%;
  }

  .trt-faq-item summary {
    min-height: 74px;

    padding: 18px;

    font-size: 16px !important;
  }

  .trt-faq-answer {
    padding:
      0
      18px
      20px;
  }

}/* End custom CSS */