.elementor-11155 .elementor-element.elementor-element-e6eabf1{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Blog article H1 sizing override */
.wrap h1,
article h1,
.entry-content h1 {
  font-size: clamp(1.65rem, 2.2vw + 1rem, 2.2rem);
  line-height: 1.15;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
  letter-spacing: -0.01em;
}

/* Optional, reduce the header block spacing above the title */
.wrap header {
  padding-top: 10px;
  padding-bottom: 6px;
}
:root{
  --ink:#0d2945;
  --text:#222;
  --muted:#5a6673;
  --panel:#f6f7f9;
  --line:#e6e8eb;
  --accent:#2080cc;
  --max: 900px;
  --figureMax: 960px;
}
.wrap{ max-width: var(--max); margin: 0 auto; padding: 28px 18px 60px; }
.wrap header{ padding: 18px 0 10px; border-bottom: 1px solid var(--line); margin-bottom: 22px; }
.kicker{ color: var(--muted); font-size: 0.95rem; margin:0 0 8px; }
.wrap h1{
  color: var(--ink);
  font-size: clamp(1.7rem, 2.2vw + 1rem, 2.2rem);
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}
.meta{ color: var(--muted); font-size: 0.95rem; margin: 0; }
.wrap h2{ color: var(--ink); font-size: 1.55rem; margin: 42px 0 12px; }
.wrap h3{ color: var(--ink); font-size: 1.2rem; margin: 26px 0 10px; }
.wrap p{ margin: 0 0 16px; }
.wrap ul{ margin: 10px 0 18px 20px; }
.wrap li{ margin: 8px 0; }
.panel{
  background: var(--panel);
  border: 1px solid var(--line);
  border-left: 5px solid var(--ink);
  padding: 18px 18px;
  margin: 22px 0 28px;
  border-radius: 6px;
}
.panel h2{ margin: 0 0 10px; font-size: 1.2rem; }
.callout{
  border: 1px solid var(--line);
  background: #fff;
  padding: 16px 16px;
  border-radius: 6px;
  margin: 16px 0;
}
.callout strong{ color: var(--ink); }
figure.figure{
  border: 1px solid var(--line);
  padding: 14px;
  border-radius: 6px;
  margin: 18px 0 20px;
  background: #fff;
}
figure.figure img{
  width: 100%;
  max-width: var(--figureMax);
  height: auto;
  display: block;
  margin: 0 auto;
}
figure.figure figcaption{
  max-width: var(--figureMax);
  margin: 10px auto 0;
  text-align: left;
  color: var(--muted);
  font-size: 0.95rem;
}
figure.figure figcaption p{ margin: 0 0 8px; }
figure.figure figcaption p:last-child{ margin: 0; }
.cta{
  background: var(--ink);
  color:#fff;
  padding: 26px 18px;
  border-radius: 8px;
  margin: 34px 0 10px;
  text-align: left;
}
.cta h2{ color:#fff; margin:0 0 10px; }
.cta p{ margin:0 0 14px; color:#eef4fb; }
.btn{
  display:inline-block;
  background: var(--accent);
  color:#fff;
  text-decoration:none;
  font-weight: 700;
  padding: 12px 18px;
  border-radius: 6px;
}
.sources{
  margin-top: 44px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.98rem;
}
.sources a{ color: var(--muted); word-break: break-word; }
.wrap h2{
  margin-top: 52px;
  margin-bottom: 16px;
  line-height: 1.25;
}

.wrap h3{
  margin-top: 30px;
  margin-bottom: 12px;
  line-height: 1.3;
}

.wrap h2 + p,
.wrap h3 + p,
.wrap h2 + ul,
.wrap h3 + ul{
  margin-top: 0;
}
figure.figure{
  margin: 24px 0 28px;
}

figure.figure figcaption{
  margin-top: 12px;
}

.cta p,
.wrap .cta p,
article .cta p{
  color: rgba(255, 255, 255, 0.92) !important;
  opacity: 1 !important;
  font-weight: 500 !important;
}

.cta{
  color: #ffffff !important;
}

.cta a.btn{
  color: #ffffff !important;
}/* End custom CSS */