.elementor-1591 .elementor-element.elementor-element-1f53c00{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-3160146 *//* ==========================================================
   UK TRT - LOW TESTOSTERONE GUIDE 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);
  padding: 110px 0 96px;
  font-family: 'Montserrat', sans-serif;
}

.lowt-editorial-page * {
  box-sizing: border-box;
}

.lowt-editorial-page img {
  width: 100%;
  height: auto;
  display: block;
}

.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;
  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 & LINKS --- */
.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;
  margin-right: auto;
}

.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, 0.35);
  transition: color .18s ease, border-color .18s ease, opacity .18s ease, transform .18s ease;
  display: inline-block;
}

.lowt-editorial-page a.lowt-editorial-link:hover {
  color: var(--accent-hover) !important;
  border-bottom-color: rgba(179, 180, 1, 0.68);
  transform: translateY(-2px);
}

/* --- 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__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 & GRID (SPLIT LAYOUTS) --- */
.lowt-editorial-section {
  padding: 60px 0;
  border-top: 1px solid var(--border-faint);
}

.lowt-editorial-section:first-of-type {
  border-top: none; 
}

.lowt-editorial-grid {
  display: grid;
  grid-template-columns: 1.02fr 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-copy { min-width: 0; }

.lowt-editorial-copy h2,
.lowt-editorial-narrow 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 {
  margin: 0 0 18px;
  color: var(--text-body);
  font-size: 17px;
  line-height: 1.95;
}

.lowt-editorial-media {
  display: flex;
  justify-content: center;
}

/* --- IMAGE CARDS --- */
.lowt-editorial-image-card {
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 24px;
  background: var(--bg-card);
  box-shadow: var(--shadow-lg);
  width: 100%;
}

.lowt-editorial-image-card img {
  width: 100%;
  object-fit: cover;
}

/* --- NARROW CONTAINER --- */
.lowt-editorial-narrow {
  max-width: 920px;
}

/* --- LISTS & BULLET POINTS --- */
.lowt-editorial-references {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lowt-editorial-references li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 14px;
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.8;
}
.lowt-editorial-references li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

/* --- PRODUCT & FEATURE CARDS --- */
.lowt-editorial-product-card {
  border: 1px solid var(--border-soft);
  border-left: 4px solid var(--accent);
  background: var(--bg-card);
  padding: 32px 36px;
  border-radius: 16px;
  margin: 36px 0;
  box-shadow: var(--shadow-md);
}

.lowt-editorial-product-card h4 {
  color: var(--text-main);
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
}

.lowt-editorial-product-card p {
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* --- ASIDE NOTE (GUIDELINES & MEDICAL BOXES) --- */
.lowt-editorial-aside {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.lowt-editorial-note {
  width: 100%;
  padding: 34px 38px;
  border: 1px solid var(--border-soft);
  border-radius: 22px;
  background: var(--bg-card);
  box-shadow: var(--shadow-md);
}
.lowt-editorial-note h3 {
  color: var(--text-main);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}
.lowt-editorial-note ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lowt-editorial-note li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.8;
}
.lowt-editorial-note li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
}

/* ==========================================================
   FAQ SECTION (BULLETPROOF VERSION)
========================================================== */
.trt-faq {
  --accent: #b3b401;
  --bg-card: linear-gradient(180deg, #171717 0%, #121212 100%);
  --text-main: #ffffff;
  --text-body: #bbbbbb;
  --border-soft: rgba(255, 255, 255, 0.06);
  --border-faint: rgba(255, 255, 255, 0.04);

  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-list {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  margin-top: 24px;
  max-width: 1240px;
  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-grid,
  .lowt-editorial-summary__grid {
    grid-template-columns: 1fr;
  }
  .lowt-editorial-split.reverse .lowt-editorial-copy,
  .lowt-editorial-split.reverse .lowt-editorial-media {
    order: initial;
  }
}

@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 { font-size: 34px; }
  .lowt-editorial-summary__card h2 { font-size: 28px; }
  
  .lowt-editorial-note,
  .lowt-editorial-product-card {
    padding: 24px;
  }

  .trt-faq-list { 
    grid-template-columns: 1fr; 
  }
}

@media (max-width: 640px) {
  .lowt-editorial-hero h1 { font-size: 35px; }
  .lowt-editorial-copy h2,
  .lowt-editorial-narrow h2 { font-size: 28px; }
  .lowt-editorial-image-card img { min-height: 240px; }
  
  .trt-faq { padding-top: 48px; }
  .trt-faq-item summary {
    padding: 18px 48px 18px 18px;
    font-size: 16px !important;
  }
}/* End custom CSS */