.elementor-1901 .elementor-element.elementor-element-bbbc39c{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d2bf7fd *//* ==========================================================
   UK TRT - TRT SIDE EFFECTS PILLAR PAGE
========================================================== */

.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;
}


/* ==========================================================
   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,
.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 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;
}


/* ==========================================================
   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 HEADINGS
========================================================== */

.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-split.reverse .lowt-editorial-copy {
  order: 2;
}

.lowt-editorial-split.reverse .lowt-editorial-media {
  order: 1;
}

.lowt-editorial-media {
  display: flex;

  align-items: center;
  justify-content: center;
}


/* ==========================================================
   IMAGES
========================================================== */

.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: 455px;
  max-height: 555px;

  object-fit: cover;
  object-position: center;
}


/* ==========================================================
   NOTE CARDS
========================================================== */

.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-sideeffects-important,
.trt-monitoring-callout {
  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)
    );
}


/* ==========================================================
   SIDE EFFECT DIRECTORY
========================================================== */

.trt-sideeffects-directory {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 20px;

  margin-top: 36px;
}

.trt-sideeffect-card,
.trt-sideeffect-card:visited {
  display: flex;

  flex-direction: column;

  min-width: 0;
  min-height: 285px;

  padding: 26px 24px 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;
}

a.trt-sideeffect-card:hover {
  transform: translateY(-4px);

  border-color:
    rgba(179,180,1,.32);

  box-shadow:
    0 12px 28px rgba(0,0,0,.28),
    0 0 14px rgba(179,180,1,.05);
}

.trt-sideeffect-label {
  display: inline-block;

  align-self: flex-start;

  margin-bottom: 10px;

  color: var(--accent);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .12em;

  text-transform: uppercase;
}

.trt-sideeffect-card h3 {
  margin: 0 0 12px;

  color: var(--text-main);

  font-size: 20px;
  line-height: 1.3;
  font-weight: 800;
}

.trt-sideeffect-card p {
  margin: 0 0 22px;

  color: var(--text-soft);

  font-size: 14px;
  line-height: 1.72;

  flex-grow: 1;
}


/* ==========================================================
   DIRECTORY BUTTONS
========================================================== */

.trt-sideeffect-read {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 38px;

  padding: 0 15px;

  margin-top: auto;

  border:
    1px solid rgba(179,180,1,.32);

  border-radius: 999px;

  background:
    rgba(179,180,1,.07);

  color: #ffffff;

  font-size: 12.5px;
  font-weight: 700;
}

a.trt-sideeffect-card:hover .trt-sideeffect-read {
  background:
    rgba(179,180,1,.14);

  border-color:
    rgba(179,180,1,.50);
}

.trt-sideeffect-coming {
  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(255,255,255,.08);

  border-radius: 999px;

  background:
    rgba(255,255,255,.025);

  color: #999999;

  font-size: 11.5px;
  font-weight: 700;
}


/* ==========================================================
   FEATURE SECTION
========================================================== */

.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%
    );
}


/* ==========================================================
   BUTTONS
========================================================== */

.trt-section-action {
  display: flex;

  align-items: center;

  gap: 12px;

  flex-wrap: wrap;

  margin-top: 25px;
}

.trt-centered-actions {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 12px;

  flex-wrap: wrap;

  margin-top: 38px;
}

.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);
}

.trt-compact-btn--secondary {
  background: transparent;

  border-color:
    rgba(255,255,255,.13);
}

.trt-coming-pill {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 42px;

  padding: 0 17px;

  border:
    1px solid rgba(255,255,255,.08);

  border-radius: 999px;

  background:
    rgba(255,255,255,.025);

  color: #a8a8a8;

  font-size: 12.5px;
  font-weight: 700;
}


/* ==========================================================
   THREE CARD GRID
========================================================== */

.lowt-editorial-causes {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 18px;

  margin-top: 32px;

  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;

  flex-grow: 1;
}


/* THIS IS WHAT KEEPS ALL THREE BUTTONS ALIGNED */

.trt-mini-card-link,
.trt-mini-card-coming {
  margin-top: 20px;
}


/* ACTIVE BUTTON */

.trt-mini-card-link {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 34px;

  padding: 0 13px;

  border:
    1px solid rgba(179,180,1,.27);

  border-radius: 999px;

  background:
    rgba(179,180,1,.055);

  color: #ffffff !important;

  font-size: 11.5px;
  font-weight: 700;
}

.trt-mini-card-link:hover {
  border-color:
    rgba(179,180,1,.48);

  background:
    rgba(179,180,1,.12);
}


/* COMING BUTTON */

.trt-mini-card-coming {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  align-self: flex-start;

  min-height: 34px;

  padding: 0 13px;

  border:
    1px solid rgba(255,255,255,.07);

  border-radius: 999px;

  color: #8f8f8f;

  font-size: 11px;
  font-weight: 700;
}


/* ==========================================================
   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;
}


/* ==========================================================
   WARNING
========================================================== */

.trt-sideeffects-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;
  font-weight: 800;

  letter-spacing: .14em;

  text-transform: uppercase;
}

.trt-sideeffects-warning h2 {
  margin: 0 0 14px;

  color: var(--text-main);

  font-size: 28px;
  line-height: 1.2;
  font-weight: 800;
}

.trt-sideeffects-warning p {
  margin: 0 0 14px;

  color: var(--text-soft);

  font-size: 15px;
  line-height: 1.8;
}

.trt-sideeffects-warning p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   RELATED GUIDES
========================================================== */

.trt-related-guides-grid {
  display: grid;

  grid-template-columns:
    repeat(3,minmax(0,1fr));

  gap: 22px;

  margin-top: 36px;
}

.trt-related-guide-card,
.trt-related-guide-card:visited {
  display: flex;

  flex-direction: column;

  height: 100%;

  overflow: hidden;

  border:
    1px solid var(--border-soft);

  border-radius: 18px;

  background: var(--bg-card);

  color: inherit;

  box-shadow:
    0 8px 22px rgba(0,0,0,.18);

  transition:
    transform .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

a.trt-related-guide-card:hover {
  transform: translateY(-4px);

  border-color:
    rgba(179,180,1,.34);

  box-shadow:
    0 13px 28px rgba(0,0,0,.28);
}

.trt-related-guide-image {
  width: 100%;

  aspect-ratio: 16 / 9;

  overflow: hidden;

  background: #111;
}

.trt-related-guide-image img {
  width: 100%;
  height: 100%;

  object-fit: cover;

  transition:
    transform .28s ease;
}

a.trt-related-guide-card:hover
.trt-related-guide-image img {
  transform: scale(1.04);
}


/* FUTURE HAEMATOCRIT CARD */

.trt-related-guide-placeholder {
  display: flex;

  align-items: center;
  justify-content: center;

  aspect-ratio: 16 / 9;

  border-bottom:
    1px solid var(--border-soft);

  background:
    linear-gradient(
      135deg,
      rgba(179,180,1,.08),
      rgba(255,255,255,.015)
    );
}

.trt-related-guide-placeholder > span {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 35px;

  padding: 0 14px;

  border:
    1px solid rgba(179,180,1,.30);

  border-radius: 999px;

  color: var(--accent);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .12em;
}


/* CONTENT */

.trt-related-guide-content {
  display: flex;

  flex-direction: column;

  flex: 1;

  padding: 20px 20px 22px;
}

.trt-related-guide-content > span:first-child {
  margin-bottom: 8px;

  color: var(--accent);

  font-size: 10px;
  font-weight: 800;

  letter-spacing: .1em;

  text-transform: uppercase;
}

.trt-related-guide-content h3 {
  margin: 0 0 10px;

  color: var(--text-main);

  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.trt-related-guide-content p {
  margin: 0 0 20px;

  color: var(--text-soft);

  font-size: 13.25px;
  line-height: 1.67;

  flex-grow: 1;
}


/* RELATED BUTTON */

.trt-related-guide-button {
  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 !important;

  font-size: 12px;
  font-weight: 700;
}


/* COMING */

.trt-related-guide-coming {
  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(255,255,255,.08);

  border-radius: 999px;

  color: #969696;

  font-size: 11.5px;
  font-weight: 700;
}


/* ==========================================================
   FINAL
========================================================== */

.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;
  font-weight: 800 !important;
}

.trt-faq-head p {
  max-width: 680px;

  margin: 0 auto;

  color: var(--text-body);

  font-size: 15px;
  line-height: 1.8;
}

.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;
}


/* ==========================================================
   RESPONSIVE
========================================================== */

@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;
  }

  .trt-sideeffects-directory,
  .trt-monitoring-grid,
  .trt-related-guides-grid {
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }

}


@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-causes,
  .trt-faq-list {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-feature {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-feature__line {
    width: 84px;
    height: 3px;
    min-height: 3px;
  }

}


@media (max-width: 640px) {

  .lowt-editorial-page {
    padding: 62px 0 18px;
  }

  .lowt-editorial-shell {
    width: 92%;
  }

  .lowt-editorial-hero h1 {
    font-size: 35px;
  }

  .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;
  }

  .trt-sideeffects-directory,
  .trt-monitoring-grid,
  .trt-related-guides-grid {
    grid-template-columns: 1fr;
  }

  .trt-section-action,
  .trt-centered-actions {
    width: 100%;
  }

  .trt-compact-btn,
  .trt-coming-pill {
    width: 100%;
  }

  .lowt-editorial-image-card img {
    min-height: 290px;
    max-height: 400px;
  }

  .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 */