.elementor-1817 .elementor-element.elementor-element-d950aa3{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0efd44b *//* ==========================================================
   UK TRT - TRT / GYM / MUSCLE GAIN
   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);

  padding: 110px 0 36px;

  font-family: 'Montserrat', sans-serif;
}


/* ==========================================================
   GLOBAL
========================================================== */

.lowt-editorial-page *,
.trt-faq * {
  box-sizing: border-box;
}

.lowt-editorial-page img {
  display: block;

  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: 15px;

  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;
}


/* ==========================================================
   ACCENT LINES
========================================================== */

.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;
}


/* ==========================================================
   INLINE LINKS
========================================================== */

.lowt-editorial-inline-link,
.lowt-editorial-inline-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;
}

.lowt-editorial-inline-link:hover {
  color: var(--accent-hover) !important;

  border-bottom-color: rgba(179,180,1,.7);
}


/* ==========================================================
   SUMMARY CARD
========================================================== */

.lowt-editorial-summary {
  display: flex;
  justify-content: center;

  margin: 0 0 58px;
}

.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: -.02em;
  font-weight: 800;
}

.lowt-editorial-summary__card .lowt-editorial-accent {
  margin: 0 auto 22px !important;
}

.lowt-editorial-summary__intro {
  max-width: 760px;

  margin: 0 auto 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 18px;

  text-align: left;
}

.lowt-editorial-summary__item {
  position: relative;

  display: flex;
  align-items: center;

  min-height: 72px;

  padding: 14px 18px 14px 42px;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.45;
  font-weight: 600;

  border: 1px solid var(--border-soft);
  border-radius: 12px;

  background: rgba(255,255,255,.015);
}

.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%);
}


/* ==========================================================
   ARTICLE SECTIONS
========================================================== */

.lowt-editorial-section {
  padding: 58px 0;

  border-top: 1px solid var(--border-faint);
}

.lowt-editorial-section:first-of-type {
  border-top: none;
}


/* ==========================================================
   CONSISTENT CONTENT WIDTH
========================================================== */

.lowt-editorial-narrow,
.gym-content {
  width: 100%;
  max-width: 920px;

  margin-left: auto;
  margin-right: auto;
}

.lowt-editorial-narrow h2,
.gym-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-narrow p,
.gym-content p {
  margin: 0 0 18px;

  color: var(--text-body);

  font-size: 17px;
  line-height: 1.9;
}

.lowt-editorial-narrow p:last-child,
.gym-content p:last-child {
  margin-bottom: 0;
}

.lowt-editorial-narrow--center {
  margin-left: auto;
  margin-right: auto;
}

.lowt-editorial-heading-center {
  text-align: center;
}

.lowt-editorial-text-center {
  text-align: center;
}


/* ==========================================================
   GYM SPLIT GRID
========================================================== */

.gym-editorial-grid,
.prostate-main-grid {
  display: grid;

  grid-template-columns:
    minmax(0, 1.04fr)
    minmax(0, .96fr);

  gap: 56px;

  align-items: center;

  width: 100%;
  max-width: 1080px;

  margin: 0 auto;
}

.gym-editorial-copy,
.prostate-main-copy {
  min-width: 0;
}

.gym-editorial-copy h2,
.prostate-main-copy h2 {
  margin: 0 0 14px;

  color: var(--text-main);

  font-size: 42px;
  line-height: 1.08;
  letter-spacing: -.03em;
  font-weight: 800;
}

.gym-editorial-copy p,
.prostate-main-copy p {
  margin: 0 0 18px;

  color: var(--text-body);

  font-size: 16.5px;
  line-height: 1.87;
}


/* ==========================================================
   GYM POINTS
========================================================== */

.gym-editorial-points,
.prostate-main-points {
  margin: 24px 0 0;

  padding: 0;

  list-style: none;
}

.gym-editorial-points li,
.prostate-main-points li {
  position: relative;

  margin-bottom: 16px;

  padding-left: 22px;

  color: var(--text-soft);

  font-size: 15.5px;
  line-height: 1.75;
}

.gym-editorial-points li:last-child,
.prostate-main-points li:last-child {
  margin-bottom: 0;
}

.gym-editorial-points li::before,
.prostate-main-points li::before {
  content: "";

  position: absolute;

  top: 10px;
  left: 0;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);
}

.gym-editorial-points strong,
.prostate-main-points strong {
  color: var(--text-main);

  font-weight: 700;
}


/* ==========================================================
   ARTICLE IMAGES
========================================================== */

.gym-editorial-media,
.prostate-main-media {
  display: flex;

  justify-content: center;
}

.gym-editorial-image,
.prostate-main-image {
  width: 100%;
  max-width: 500px;

  margin: 0;

  overflow: hidden;

  border: 1px solid var(--border-soft);
  border-radius: 22px;

  background: var(--bg-card);

  box-shadow: var(--shadow-lg);
}

.gym-editorial-image img,
.prostate-main-image img {
  width: 100%;
  height: 700px;

  object-fit: cover;
  object-position: center;
}


/* ==========================================================
   STANDARD IMPORTANT CALLOUT
========================================================== */

.lowt-editorial-important {
  position: relative;

  margin: 30px 0 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)
    );
}

.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);
}


/* ==========================================================
   STEROID / BODYBUILDING WARNING
========================================================== */

.gym-steroid-warning {
  display: grid;

  grid-template-columns: auto 1fr;

  gap: 18px;

  width: 100%;
  max-width: 920px;

  margin: 36px 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) 0%,
      rgba(216,95,95,.025) 42%,
      rgba(255,255,255,.008) 100%
    );

  box-shadow: var(--shadow-md);
}

.gym-steroid-warning__icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;

  border: 1px solid rgba(216,95,95,.55);
  border-radius: 50%;

  color: var(--danger-soft);

  font-size: 17px;
  line-height: 1;
  font-weight: 800;
}

.gym-steroid-warning__label {
  display: block;

  margin-bottom: 7px;

  color: var(--danger-soft);

  font-size: 10.5px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.gym-steroid-warning h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 21px;
  line-height: 1.35;
  font-weight: 800;
}

.gym-steroid-warning p {
  margin: 0 0 11px !important;

  color: var(--text-soft) !important;

  font-size: 14.5px !important;
  line-height: 1.78 !important;
}

.gym-steroid-warning p:last-child {
  margin-bottom: 0 !important;
}


/* ==========================================================
   STANDARD CARDS
========================================================== */

.lowt-editorial-card-stack {
  width: 100%;
  max-width: 920px;

  margin: 38px auto 0;
}

.lowt-editorial-product-card {
  margin: 0 0 20px;

  padding: 28px 32px;

  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.3;
  font-weight: 800 !important;
}

.lowt-editorial-product-card p {
  margin: 0 0 14px;

  color: var(--text-soft);

  font-size: 15.5px;
  line-height: 1.8;
}

.lowt-editorial-product-card p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   INFO NOTE
========================================================== */

.lowt-editorial-note {
  width: 100%;

  margin-top: 34px;

  padding: 30px 34px;

  border: 1px solid var(--border-soft);
  border-radius: 20px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);
}

.lowt-editorial-note h3 {
  margin: 0 0 12px;

  color: var(--text-main);

  font-size: 23px;
  line-height: 1.35;
  font-weight: 800;
}

.lowt-editorial-note__intro {
  margin-bottom: 18px !important;

  color: var(--text-soft) !important;

  font-size: 15px !important;
  line-height: 1.8 !important;
}

.lowt-editorial-note ul {
  margin: 0;

  padding: 0;

  list-style: none;
}

.lowt-editorial-note li {
  position: relative;

  margin-bottom: 12px;

  padding-left: 19px;

  color: var(--text-soft);

  font-size: 15px;
  line-height: 1.75;
}

.lowt-editorial-note li:last-child {
  margin-bottom: 0;
}

.lowt-editorial-note li::before {
  content: "";

  position: absolute;

  top: 10px;
  left: 0;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);
}


/* ==========================================================
   MEDICAL DISCLAIMER
========================================================== */

.lowt-editorial-disclaimer {
  display: grid;

  grid-template-columns: auto 1fr;

  gap: 18px;

  width: 100%;
  max-width: 920px;

  margin: 46px auto 0;

  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-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;
}


/* ==========================================================
   RELATED TRT GUIDES
========================================================== */

.lowt-related-guides {
  width: 100%;
  max-width: 1080px;

  margin: 52px auto 0;
}

.lowt-related-guides__head {
  max-width: 760px;

  margin-bottom: 28px;
}

.lowt-related-guides__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-related-guides__head h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 27px;
  line-height: 1.25;
  letter-spacing: -.015em;
  font-weight: 800;
}

.lowt-related-guides__accent {
  width: 54px;
  height: 3px;

  margin-bottom: 16px;

  border-radius: 999px;

  background: var(--accent);
}

.lowt-related-guides__head p {
  margin: 0 !important;

  color: var(--text-body) !important;

  font-size: 14.5px !important;
  line-height: 1.75 !important;
}


/* RELATED GRID */

.lowt-related-guides__grid {
  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 18px;
}


/* RELATED CARD */

.lowt-related-card,
.lowt-related-card:visited {
  display: flex;
  flex-direction: column;

  min-width: 0;

  overflow: hidden;

  border: 1px solid var(--border-soft);
  border-radius: 16px;

  background:
    linear-gradient(
      180deg,
      #1a1a1a 0%,
      #141414 100%
    );

  box-shadow:
    0 8px 20px rgba(0,0,0,.20);

  color: inherit;

  text-decoration: none !important;

  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 12px 26px rgba(0,0,0,.28),
    0 0 14px rgba(179,180,1,.06);
}


/* RELATED IMAGE */

.lowt-related-card__image {
  width: 100%;

  aspect-ratio: 16 / 9;

  overflow: hidden;

  background: #111111;
}

.lowt-related-card__image img {
  display: block;

  width: 100%;
  height: 100%;

  object-fit: cover;

  transition: transform .28s ease;
}

.lowt-related-card:hover .lowt-related-card__image img {
  transform: scale(1.035);
}


/* RELATED CONTENT */

.lowt-related-card__content {
  display: flex;
  flex-direction: column;

  flex: 1;

  padding: 18px;
}

.lowt-related-card__category {
  display: inline-block;

  align-self: flex-start;

  margin-bottom: 7px;

  color: var(--accent);

  font-size: 10px;
  line-height: 1.2;
  font-weight: 800;

  letter-spacing: .1em;

  text-transform: uppercase;
}

.lowt-related-card__content h4 {
  margin: 0 0 8px !important;

  color: #ffffff !important;

  font-size: 17px !important;
  line-height: 1.3 !important;
  font-weight: 800 !important;
}

.lowt-related-card__content p {
  margin: 0 !important;

  color: var(--text-soft) !important;

  font-size: 12.75px !important;
  line-height: 1.6 !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: 40px 0 96px;

  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;
}

.trt-faq-list {
  display: grid;

  grid-template-columns: repeat(2, minmax(0,1fr));

  gap: 14px;

  align-items: start;

  margin-top: 22px;
}

.trt-faq-item {
  min-width: 0;

  border: 1px solid var(--border-soft);
  border-radius: 18px;

  background:
    linear-gradient(
      180deg,
      #171717,
      #121212
    );

  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;
}


/* ==========================================================
   LARGE TABLET
========================================================== */

@media (max-width: 1100px) {

  .gym-editorial-grid,
  .prostate-main-grid {
    grid-template-columns: 1fr;

    max-width: 920px;

    gap: 36px;
  }

  .gym-editorial-image,
  .prostate-main-image {
    max-width: 720px;

    margin: 0 auto;
  }

  .lowt-editorial-summary__grid {
    grid-template-columns: 1fr;
  }

}


/* ==========================================================
   RELATED GUIDES TABLET
========================================================== */

@media (max-width: 1000px) {

  .lowt-related-guides {
    max-width: 920px;
  }

  .lowt-related-guides__grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

}


/* ==========================================================
   SMALL TABLET
========================================================== */

@media (max-width: 900px) {

  .lowt-editorial-page {
    padding: 82px 0 28px;
  }

  .lowt-editorial-hero h1 {
    font-size: 42px;
  }

  .lowt-editorial-narrow h2,
  .gym-content h2,
  .gym-editorial-copy h2,
  .prostate-main-copy h2 {
    font-size: 34px;
  }

  .trt-faq-list {
    grid-template-columns: 1fr;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 640px) {

  .lowt-editorial-page {
    padding: 62px 0 18px;
  }

  .lowt-editorial-shell {
    width: 92%;
  }


  /* HERO */

  .lowt-editorial-hero {
    margin-bottom: 36px;
  }

  .lowt-editorial-hero h1 {
    font-size: 35px;
    line-height: 1.08;
  }

  .lowt-editorial-intro p {
    font-size: 16px;
    line-height: 1.8;
  }


  /* SECTION */

  .lowt-editorial-section {
    padding: 44px 0;
  }


  /* HEADINGS */

  .lowt-editorial-narrow h2,
  .gym-content h2,
  .gym-editorial-copy h2,
  .prostate-main-copy 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__grid {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-summary__item {
    min-height: 0;

    padding: 15px 16px 15px 39px;

    font-size: 14px;
  }


  /* IMAGE */

  .gym-editorial-image,
  .prostate-main-image {
    max-width: 100%;

    border-radius: 18px;
  }

  .gym-editorial-image img,
  .prostate-main-image img {
    height: 330px;
  }


  /* IMPORTANT BOX */

  .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;
  }


  /* RED WARNING */

  .gym-steroid-warning {
    grid-template-columns: 1fr;

    gap: 13px;

    padding: 22px 20px;
  }

  .gym-steroid-warning h3 {
    font-size: 19px;
  }


  /* CARDS */

  .lowt-editorial-product-card {
    padding: 24px 20px;
  }

  .lowt-editorial-product-card h4 {
    font-size: 19px;
  }


  /* NOTE */

  .lowt-editorial-note {
    padding: 24px 20px;
  }

  .lowt-editorial-note h3 {
    font-size: 20px;
  }


  /* DISCLAIMER */

  .lowt-editorial-disclaimer {
    grid-template-columns: 1fr;

    padding: 22px 20px;
  }


  /* RELATED GUIDES */

  .lowt-related-guides {
    margin-top: 38px;
  }

  .lowt-related-guides__head {
    margin-bottom: 22px;
  }

  .lowt-related-guides__head h3 {
    font-size: 22px;
  }

  .lowt-related-guides__grid {
    grid-template-columns: 1fr;

    gap: 14px;
  }

  .lowt-related-card {
    border-radius: 14px;
  }

  .lowt-related-card__content {
    padding: 16px;
  }

  .lowt-related-card__content h4 {
    font-size: 16px !important;
  }


  /* FAQ */

  .trt-faq {
    width: 92%;

    padding: 28px 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 */