.elementor-983 .elementor-element.elementor-element-f274e62{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-82c445e *//* ==========================================================
   LOW TESTOSTERONE GUIDE EDITORIAL THEME - STACKED LAYOUT
========================================================== */

.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);
  padding: 110px 0 96px;
  font-family: 'Montserrat', sans-serif;
  color: var(--text-main);
}

.lowt-editorial-page * {
  box-sizing: border-box;
}

.lowt-editorial-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lowt-editorial-page h1,
.lowt-editorial-page h2,
.lowt-editorial-page h3 {
  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;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.lowt-editorial-hero h1 {
  margin-bottom: 18px;
  color: var(--text-main);
  font-size: 60px;
  line-height: 1.03;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.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;
}

/* --- MODERN SLEEK HYPERLINKS --- */
.lowt-editorial-page a.lowt-editorial-link,
.lowt-editorial-page a.lowt-editorial-link:visited,
.lowt-editorial-page a.lowt-editorial-link:focus,
.lowt-editorial-page a.lowt-editorial-link:active {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(179, 180, 1, 0.08);
  border: 1px solid rgba(179, 180, 1, 0.28);
  color: var(--accent) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: all 0.22s ease;
}

.lowt-editorial-page a.lowt-editorial-link::after {
  content: "→";
  font-size: 15px;
  line-height: 1;
  transition: transform 0.22s ease;
}

.lowt-editorial-page a.lowt-editorial-link:hover {
  background: rgba(179, 180, 1, 0.16);
  border-color: rgba(179, 180, 1, 0.55);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(179, 180, 1, 0.1);
}

.lowt-editorial-page a.lowt-editorial-link:hover::after {
  transform: translateX(4px);
}

/* Inline text links */
.lowt-editorial-page p a {
  transition: color 0.2s ease, opacity 0.2s ease;
}
.lowt-editorial-page p a:hover {
  color: var(--accent-hover) !important;
  opacity: 0.85;
}

/* --- SUMMARY CARD --- */
.lowt-editorial-summary {
  margin: 0 0 58px;
  display: flex;
  justify-content: center;
}

.lowt-editorial-summary__card {
  width: 100%;
  max-width: 980px;
  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: -0.02em;
  font-weight: 800;
}

.lowt-editorial-summary__card .lowt-editorial-accent.small {
  margin: 0 auto 22px;
}

.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: center;
  padding: 14px 18px 14px 42px;
  color: var(--text-soft);
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 600;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: border-color .2s ease, transform .2s ease;
}

.lowt-editorial-summary__item:hover {
  border-color: rgba(179, 180, 1, 0.3);
  transform: translateY(-1px);
}

.lowt-editorial-summary__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
  box-shadow: 0 0 8px rgba(179, 180, 1, 0.4);
}

/* --- SECTION BASE & STACKED GRIDS --- */
.lowt-editorial-section {
  padding: 60px 0;
  border-top: 1px solid var(--border-faint);
}

.lowt-editorial-grid {
  display: grid;
  grid-template-columns: 1fr; /* Force single column stacking */
  gap: 46px;
  align-items: start;
}

.lowt-editorial-copy {
  min-width: 0;
}

.lowt-editorial-copy h2,
.lowt-editorial-narrow h2,
.lowt-editorial-feature__content h2,
.lowt-editorial-trt__content h2 {
  margin-bottom: 14px;
  color: var(--text-main);
  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -0.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,
.lowt-editorial-trt__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,
.lowt-editorial-trt__content p:last-child {
  margin-bottom: 0;
}

.lowt-editorial-media {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Image Card now scales naturally so infographics aren't chopped off */
.lowt-editorial-image-card {
  width: 100%;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  background: var(--bg-card);
  box-shadow: var(--shadow-lg);
}

.lowt-editorial-image-card img {
  width: 100%;
  height: auto;
  max-height: 750px; /* Generous cap so massive images don't break layout, but short enough to show fully */
  object-fit: contain; /* Ensures the whole image stays visible */
  display: block;
}

/* --- NARROW CONTAINER --- */
.lowt-editorial-narrow {
  max-width: 920px;
}

/* --- SYMPTOMS GRID --- */
.lowt-editorial-symptoms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: 32px 0 24px;
  align-items: stretch;
}

.lowt-editorial-symptom-col {
  padding: 28px 24px;
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  background: var(--bg-card);
  box-shadow: var(--shadow-md);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lowt-editorial-symptom-col h3 {
  margin: 0 0 16px;
  min-height: 64px;
  display: flex;
  align-items: center;
  color: var(--text-main);
  font-size: 22px;
  line-height: 1.25;
  font-weight: 700;
  border-bottom: 1px solid var(--border-soft);
  padding-bottom: 12px;
}

.lowt-editorial-symptom-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  flex-grow: 1;
}

.lowt-editorial-symptom-col li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.75;
}

.lowt-editorial-symptom-col li:last-child {
  margin-bottom: 0;
}

.lowt-editorial-symptom-col li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

/* --- COMPACT BIOMARKERS CHIP GRID (15 ITEMS) --- */
.lowt-editorial-causes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 12px;
  margin: 22px 0 24px;
  align-items: stretch;
}

.lowt-editorial-cause {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 12px 10px 32px;
  color: var(--text-soft);
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 600;
  border: 1px solid var(--border-soft);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.lowt-editorial-cause::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 14px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  transform: translateY(-50%);
  box-shadow: 0 0 6px rgba(179, 180, 1, 0.4);
}

/* --- TRT & ASIDE SECTION --- */
.lowt-editorial-trt {
  display: grid;
  grid-template-columns: 1fr; /* Stacked layout */
  gap: 40px;
  align-items: start;
}

.lowt-editorial-trt__content {
  max-width: 100%;
}

.lowt-editorial-aside {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.lowt-editorial-trt-card {
  width: 100%;
  padding: 26px 24px;
  border: 1px solid var(--border-soft);
  border-radius: 20px;
  background: var(--bg-card);
  box-shadow: var(--shadow-md);
}

.lowt-editorial-trt-card__label {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lowt-editorial-trt-card p {
  margin: 0;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

/* --- FAQ SECTION (Single Column) --- */
.trt-faq {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 62px 0 96px;
  border-top: 1px solid var(--border-faint);
}

.trt-faq-head {
  margin-bottom: 24px;
  text-align: center;
}

.trt-faq-head h2 {
  margin: 0 auto 14px !important;
  max-width: 800px;
  color: var(--text-main) !important;
  font-size: clamp(2rem, 4vw, 2.9rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -.03em !important;
}

.trt-faq-head h2::before {
  content: "Questions and answers";
  display: block;
  margin: 0 0 14px;
  color: var(--accent) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
}

.trt-faq-list {
  display: grid;
  gap: 14px;
  grid-template-columns: 1fr; /* Forced single column */
  margin-top: 24px;
  max-width: 980px; 
  margin-left: auto;
  margin-right: auto;
}

.trt-faq-item {
  min-width: 0;
  display: flex;
  flex-direction: column;
  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;
}

.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;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  cursor: pointer;
  list-style: none;
}

.trt-faq-item summary::-webkit-details-marker {
  display: none;
}

.trt-faq-item summary::after {
  content: "+";
  color: var(--accent);
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  margin-left: 16px;
}

.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;
}

/* --- RESPONSIVE BREAKPOINTS --- */
@media (max-width: 1100px) {
  .lowt-editorial-symptoms,
  .lowt-editorial-causes,
  .lowt-editorial-summary__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .lowt-editorial-page {
    padding: 82px 0;
  }

  .lowt-editorial-hero h1 {
    font-size: 42px;
  }

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-feature__content h2,
  .lowt-editorial-trt__content h2 {
    font-size: 34px;
  }

  .lowt-editorial-summary__card h2 {
    font-size: 28px;
  }

  .lowt-editorial-symptom-col h3 {
    font-size: 22px;
    min-height: auto;
  }

  .lowt-editorial-intro p,
  .lowt-editorial-copy p,
  .lowt-editorial-narrow p,
  .lowt-editorial-feature__content p,
  .lowt-editorial-trt__content p {
    font-size: 16px;
  }

  .lowt-editorial-summary__card,
  .lowt-editorial-trt-card,
  .lowt-editorial-symptom-col {
    padding: 24px;
  }
}

@media (max-width: 640px) {
  .lowt-editorial-hero h1 {
    font-size: 35px;
  }

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2,
  .lowt-editorial-feature__content h2,
  .lowt-editorial-trt__content h2 {
    font-size: 28px;
  }

  .lowt-editorial-summary__card h2 {
    font-size: 24px;
  }

  .lowt-editorial-symptom-col h3 {
    font-size: 20px;
  }

  .lowt-editorial-accent {
    width: 62px;
  }

  .lowt-editorial-causes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lowt-editorial-image-card {
    border-radius: 18px;
  }

  .lowt-editorial-image-card img {
    max-height: none; /* Allows natural height on mobile too */
  }

  .trt-faq {
    padding-top: 48px;
  }

  .trt-faq-item summary {
    padding: 18px 48px 18px 18px;
    font-size: 16px !important;
    min-height: auto;
  }

  .trt-faq-answer {
    padding: 0 18px 18px;
  }
}/* End custom CSS */