.elementor-1763 .elementor-element.elementor-element-cf23e3f{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8bb3dad *//* ==========================================================
   UK TRT - ERECTILE DYSFUNCTION / TADALAFIL EDITORIAL THEME
========================================================== */

.lowt-editorial-page {
  --accent: #b3b401;
  --accent-hover: #d6d73a;

  --danger: #dc4c4c;
  --danger-soft: #ff7777;

  --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;
}


/* ==========================================================
   GLOBAL
========================================================== */

.lowt-editorial-page *,
.trt-faq * {
  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,
.trt-faq h2 {
  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;
}


/* ==========================================================
   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;
}


/* ==========================================================
   LINKS
========================================================== */

.lowt-editorial-page a.lowt-editorial-link,
.lowt-editorial-page a.lowt-editorial-link:visited {
  display: inline-block;

  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,
    transform .18s ease;
}

.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 {
  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: -0.02em;
  font-weight: 800;
}

.lowt-editorial-summary__card .lowt-editorial-accent {
  margin: 0 auto 22px !important;
}

.lowt-editorial-summary__intro {
  margin: 0 0 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 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.10);

  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);
}


/* ==========================================================
   SECTIONS
========================================================== */

.lowt-editorial-section {
  padding: 60px 0;
  border-top: 1px solid var(--border-faint);
}

.lowt-editorial-section:first-of-type {
  border-top: none;
}


/* ==========================================================
   GRID / SPLIT LAYOUT
========================================================== */

.lowt-editorial-grid {
  display: grid;

  grid-template-columns: 1.02fr 0.98fr;

  gap: 58px;

  align-items: center;
}

.lowt-editorial-copy {
  min-width: 0;
}

.lowt-editorial-media {
  display: flex;
  justify-content: center;
}


/* ==========================================================
   TYPOGRAPHY
========================================================== */

.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-heading-center {
  text-align: center;
}

.lowt-editorial-text-center {
  text-align: center;
}


/* ==========================================================
   IMAGE CARD
========================================================== */

.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: 480px;
  object-fit: cover;
}


/* ==========================================================
   NARROW CONTAINER
========================================================== */

.lowt-editorial-narrow {
  max-width: 920px;
}

.lowt-editorial-narrow--center {
  margin-left: auto;
  margin-right: auto;
}


/* ==========================================================
   LISTS
========================================================== */

.lowt-editorial-references {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lowt-editorial-references li {
  position: relative;

  margin-bottom: 14px;

  padding-left: 18px;

  color: var(--text-soft);

  font-size: 16px;
  line-height: 1.8;
}

.lowt-editorial-references li:last-child {
  margin-bottom: 0;
}

.lowt-editorial-references li::before {
  content: "";

  position: absolute;

  top: 10px;
  left: 0;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: var(--accent);
}

.lowt-editorial-references--resources {
  margin-top: 22px;
}


/* ==========================================================
   IMPORTANT CLINICAL CALLOUT
========================================================== */

.lowt-editorial-important {
  position: relative;

  margin: 28px 0 0;

  padding: 22px 24px 22px 54px;

  border: 1px solid rgba(179, 180, 1, 0.22);
  border-left: 4px solid var(--accent);
  border-radius: 14px;

  background:
    linear-gradient(
      135deg,
      rgba(179, 180, 1, 0.075) 0%,
      rgba(255, 255, 255, 0.018) 55%,
      rgba(255, 255, 255, 0.008) 100%
    );

  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.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, 0.5);
  border-radius: 50%;

  color: var(--accent);

  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.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);
  font-weight: 700;
}


/* ==========================================================
   GENERAL INFO NOTE
========================================================== */

.lowt-editorial-aside {
  display: flex;
  align-items: flex-start;
  justify-content: center;

  margin: 40px 0;
}

.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 {
  margin-bottom: 12px;

  color: var(--text-main);

  font-size: 24px;
  font-weight: 700;
}

.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: 18px;

  color: var(--text-soft);

  font-size: 15px;
  line-height: 1.8;
}

.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);
}


/* ==========================================================
   PRODUCT / TREATMENT CARDS
========================================================== */

.lowt-editorial-card-stack {
  max-width: 980px;
  margin: 40px auto 0;
}

.lowt-editorial-product-card {
  margin: 0 0 24px;

  padding: 32px 36px;

  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-bottom: 14px;

  color: var(--text-main);

  font-size: 22px;
  font-weight: 700;
}

.lowt-editorial-product-card p {
  margin: 0 0 16px;

  color: var(--text-soft);

  font-size: 16px;
  line-height: 1.8;
}

.lowt-editorial-product-card p:last-child {
  margin-bottom: 0;
}


/* ==========================================================
   DANGER WARNING - NITRATES
========================================================== */

.lowt-editorial-warning {
  position: relative;

  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;

  margin: 40px 0 26px;
  padding: 30px 32px;

  border: 1px solid rgba(220, 76, 76, 0.25);
  border-left: 4px solid var(--danger);
  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(220, 76, 76, 0.09) 0%,
      rgba(255, 255, 255, 0.018) 58%,
      rgba(255, 255, 255, 0.008) 100%
    );

  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.025);
}

.lowt-editorial-warning__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 42px;
  height: 42px;

  border: 1px solid rgba(220, 76, 76, 0.45);
  border-radius: 50%;

  color: var(--danger-soft);

  font-size: 20px;
  line-height: 1;
  font-weight: 800;

  background: rgba(220, 76, 76, 0.06);
}

.lowt-editorial-warning__eyebrow {
  display: block;

  margin: 1px 0 8px;

  color: var(--danger-soft);

  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lowt-editorial-warning h3 {
  margin: 0 0 12px;

  color: var(--text-main);

  font-size: 23px;
  line-height: 1.25;
  font-weight: 800;
}

.lowt-editorial-warning p {
  margin: 0 0 12px !important;

  color: var(--text-soft) !important;

  font-size: 15.5px !important;
  line-height: 1.8 !important;
}

.lowt-editorial-warning p:last-child {
  margin-bottom: 0 !important;
}


/* ==========================================================
   RELATED ARTICLE BOX
========================================================== */

.lowt-editorial-related {
  position: relative;

  margin: 34px 0 0;
  padding: 30px 32px;

  overflow: hidden;

  border: 1px solid rgba(179, 180, 1, 0.2);
  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      rgba(179, 180, 1, 0.07) 0%,
      rgba(255, 255, 255, 0.015) 58%,
      rgba(255, 255, 255, 0.006) 100%
    );

  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

.lowt-editorial-related::after {
  content: "";

  position: absolute;

  top: -70px;
  right: -70px;

  width: 180px;
  height: 180px;

  border-radius: 50%;

  background: rgba(179, 180, 1, 0.035);

  pointer-events: none;
}

.lowt-editorial-related--wide {
  max-width: 920px;

  margin-left: auto;
  margin-right: auto;
}

.lowt-editorial-related__label {
  display: inline-block;

  margin-bottom: 10px;

  color: var(--accent);

  font-size: 11px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.lowt-editorial-related h3 {
  position: relative;
  z-index: 2;

  margin: 0 0 12px;

  color: var(--text-main);

  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
}

.lowt-editorial-related p {
  position: relative;
  z-index: 2;

  margin: 0 0 18px !important;

  color: var(--text-soft) !important;

  font-size: 15.5px !important;
  line-height: 1.8 !important;
}

.lowt-editorial-related__button,
.lowt-editorial-related__button:visited {
  position: relative;
  z-index: 2;

  display: inline-flex;
  align-items: center;

  padding: 12px 17px;

  border: 1px solid rgba(179, 180, 1, 0.28);
  border-radius: 10px;

  color: var(--text-main) !important;

  background: rgba(179, 180, 1, 0.08);

  font-size: 13.5px;
  font-weight: 700;

  text-decoration: none !important;

  transition:
    background .18s ease,
    border-color .18s ease,
    color .18s ease,
    transform .18s ease;
}

.lowt-editorial-related__button:hover {
  color: #ffffff !important;

  background: rgba(179, 180, 1, 0.15);

  border-color: rgba(179, 180, 1, 0.45);

  transform: translateY(-2px);
}


/* ==========================================================
   SIDE EFFECT CARDS
========================================================== */

.lowt-editorial-side-effects-grid {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 16px;

  max-width: 980px;

  margin: 38px auto 0;
}

.lowt-editorial-side-effect-card {
  position: relative;

  padding: 26px 28px 25px 70px;

  border: 1px solid var(--border-soft);
  border-radius: 16px;

  background: var(--bg-card);

  box-shadow: var(--shadow-md);

  transition:
    border-color .2s ease,
    transform .2s ease;
}

.lowt-editorial-side-effect-card:hover {
  border-color: rgba(179, 180, 1, 0.25);

  transform: translateY(-2px);
}

.lowt-editorial-side-effect-card__icon {
  position: absolute;

  top: 25px;
  left: 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  border: 1px solid rgba(179, 180, 1, 0.28);
  border-radius: 50%;

  color: var(--accent);

  font-size: 10px;
  font-weight: 800;
}

.lowt-editorial-side-effect-card h4 {
  margin: 0 0 8px;

  color: var(--text-main);

  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
}

.lowt-editorial-side-effect-card p {
  margin: 0;

  color: var(--text-soft);

  font-size: 14.5px;
  line-height: 1.7;
}


/* ==========================================================
   URGENT NOTE
========================================================== */

.lowt-editorial-note--urgent {
  margin-top: 34px;

  border-color: rgba(220, 76, 76, 0.16);
}

.lowt-editorial-note--urgent li::before {
  background: var(--danger);
}


/* ==========================================================
   MEDICAL DISCLAIMER
========================================================== */

.lowt-editorial-disclaimer {
  display: grid;

  grid-template-columns: auto 1fr;

  gap: 18px;

  margin: 0 0 30px;

  padding: 26px 28px;

  border: 1px solid rgba(179, 180, 1, 0.18);
  border-radius: 18px;

  background:
    linear-gradient(
      135deg,
      rgba(179, 180, 1, 0.05) 0%,
      rgba(255, 255, 255, 0.012) 70%
    );
}

.lowt-editorial-disclaimer__icon {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 28px;
  height: 28px;

  margin-top: 1px;

  border: 1px solid rgba(179, 180, 1, 0.45);
  border-radius: 50%;

  color: var(--accent);

  font-size: 14px;
  font-weight: 800;
}

.lowt-editorial-disclaimer strong {
  display: block;

  margin-bottom: 8px;

  color: var(--text-main);

  font-size: 16px;
}

.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;
}


/* ==========================================================
   FAQ SECTION
========================================================== */

.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);

  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: 16px;

  color: var(--accent);

  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.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;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
}

.trt-faq-head .lowt-editorial-accent {
  margin: 0 auto 24px !important;
}


/* ==========================================================
   FAQ GRID
========================================================== */

.trt-faq-list {
  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));

  gap: 14px;

  align-items: start;

  max-width: 1240px;

  margin: 24px auto 0;
}


/* ==========================================================
   FAQ ITEM
========================================================== */

.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, 0.10);

  transition:
    border-color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.trt-faq-item:hover {
  border-color: rgba(179, 180, 1, 0.18);
}

.trt-faq-item[open] {
  border-color: rgba(179, 180, 1, 0.38);

  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}


/* ==========================================================
   FAQ SUMMARY
========================================================== */

.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: "+";

  flex-shrink: 0;

  margin-left: 16px;

  color: var(--accent);

  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.trt-faq-item[open] summary {
  color: var(--accent) !important;
}

.trt-faq-item[open] summary::after {
  content: "−";
}


/* ==========================================================
   FAQ ANSWER
========================================================== */

.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;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1100px) {

  .lowt-editorial-grid,
  .lowt-editorial-summary__grid {
    grid-template-columns: 1fr;
  }

  .lowt-editorial-image-card {
    max-width: 760px;

    margin: 0 auto;
  }

}


/* ==========================================================
   SMALL TABLET
========================================================== */

@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;
  }

  .lowt-editorial-side-effects-grid {
    grid-template-columns: 1fr;
  }

  .trt-faq-list {
    grid-template-columns: 1fr;
  }

}


/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 640px) {

  .lowt-editorial-page {
    padding: 62px 0 68px;
  }

  .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;
  }


  /* SECTIONS */

  .lowt-editorial-section {
    padding: 44px 0;
  }

  .lowt-editorial-grid {
    gap: 34px;
  }


  /* HEADINGS */

  .lowt-editorial-copy h2,
  .lowt-editorial-narrow 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__item {
    padding: 15px 16px 15px 39px;
    font-size: 14px;
  }


  /* IMAGE */

  .lowt-editorial-image-card img {
    min-height: 240px;
  }


  /* IMPORTANT CALLOUT */

  .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;
  }


  /* GENERAL NOTE */

  .lowt-editorial-note {
    padding: 24px 20px;
  }


  /* PRODUCT CARDS */

  .lowt-editorial-product-card {
    padding: 24px 20px;
  }

  .lowt-editorial-product-card h4 {
    font-size: 19px;
  }


  /* NITRATE WARNING */

  .lowt-editorial-warning {
    grid-template-columns: 1fr;

    gap: 14px;

    padding: 24px 20px;
  }

  .lowt-editorial-warning__icon {
    width: 36px;
    height: 36px;

    font-size: 17px;
  }

  .lowt-editorial-warning h3 {
    font-size: 20px;
  }


  /* RELATED GUIDE */

  .lowt-editorial-related {
    padding: 24px 20px;
  }

  .lowt-editorial-related h3 {
    font-size: 21px;
  }

  .lowt-editorial-related__button {
    width: 100%;

    justify-content: center;

    text-align: center;
  }


  /* SIDE EFFECTS */

  .lowt-editorial-side-effect-card {
    padding: 22px 20px 22px 62px;
  }

  .lowt-editorial-side-effect-card__icon {
    top: 22px;
    left: 19px;
  }


  /* DISCLAIMER */

  .lowt-editorial-disclaimer {
    grid-template-columns: 1fr;

    gap: 12px;

    padding: 22px 20px;
  }


  /* FAQ */

  .trt-faq {
    width: 92%;

    padding-top: 48px;
    padding-bottom: 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 */