.elementor-141 .elementor-element.elementor-element-6d6c7b5b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-141 .elementor-element.elementor-element-33a0715f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-141 .elementor-element.elementor-element-33a0715f img{width:100%;height:500px;object-fit:cover;object-position:bottom center;border-radius:0px 0px 0px 0px;}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-141 .elementor-element.elementor-element-966c01d{background-color:#173061;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:30px 0px 30px 0px;text-align:center;}.elementor-141 .elementor-element.elementor-element-966c01d .elementor-heading-title{color:#FFFFFF;}.elementor-141 .elementor-element.elementor-element-7bf399b4{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:4%;--padding-left:4%;--padding-right:4%;}.elementor-141 .elementor-element.elementor-element-7bf399b4:not(.elementor-motion-effects-element-type-background), .elementor-141 .elementor-element.elementor-element-7bf399b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-141 .elementor-element.elementor-element-7bf399b4::before, .elementor-141 .elementor-element.elementor-element-7bf399b4 > .elementor-background-video-container::before, .elementor-141 .elementor-element.elementor-element-7bf399b4 > .e-con-inner > .elementor-background-video-container::before, .elementor-141 .elementor-element.elementor-element-7bf399b4 > .elementor-background-slideshow::before, .elementor-141 .elementor-element.elementor-element-7bf399b4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-141 .elementor-element.elementor-element-7bf399b4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-141 .elementor-element.elementor-element-3d49286{--display:flex;}body.elementor-page-141:not(.elementor-motion-effects-element-type-background), body.elementor-page-141 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111013;}@media(max-width:1024px){.elementor-141 .elementor-element.elementor-element-7bf399b4{--flex-wrap:wrap;--margin-top:80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:25px;--padding-right:25px;}}@media(max-width:767px){.elementor-141 .elementor-element.elementor-element-33a0715f img{height:200px;object-fit:cover;object-position:center center;}.elementor-141 .elementor-element.elementor-element-7bf399b4{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-141 .elementor-element.elementor-element-7bf399b4{--content-width:1200px;}}/* Start custom CSS for theme-post-content, class: .elementor-element-0377553 *//* ---------------------------
   Scoped Article Styling
   Apply only to sections/containers
   with the class "scoped-article"
---------------------------- */

.scoped-article {
  /* Layout & rhythm */
  --article-max: 850px;
  --font-base: clamp(16px, 1.2vw + 12px, 18px);
  --line: 1.75;                 /* base line-height */
  --space-1: 0.5rem;            /* fine spacing */
  --space-2: 0.9rem;            /* paragraph gap */
  --space-3: 1.4rem;            /* h3 bottom gap */
  --space-4: 2.2rem;            /* section gap */

  /* Color system */
  --ink-1: #121417;             /* headings/body on light */
  --ink-2: #3a3f45;             /* secondary text */
  --ink-faint: #dfe3e8;         /* dividers */
  --accent: #B1C84D;            /* heading accent underline */
  --card: #ffffff;              /* canvas */
  --canvas: #f7f8fa;            /* page background */

  /* Typography */
  --font-ui: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
  --font-serif: "Merriweather", Georgia, "Times New Roman", serif;

  background: var(--card);
  color: var(--ink-1);
  font-family: var(--font-ui);
  font-size: var(--font-base);
  line-height: var(--line);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--article-max);
  padding: clamp(20px, 3.2vw, 40px);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

/* Headings */
.scoped-article h3 {
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: clamp(1.25rem, 0.9rem + 1.2vw, 1.6rem);
  letter-spacing: 0.2px;
  color: var(--ink-1);
  margin-top: var(--space-4);
  margin-bottom: var(--space-3);
  line-height: 1.3;
  position: relative;
}

/* Subtle accent underline */
.scoped-article h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 64px;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
  opacity: 0.9;
}

/* First heading tighter */
.scoped-article h3:first-of-type {
  margin-top: 0.2rem;
}

/* Paragraphs */
.scoped-article p {
  margin: 0 0 var(--space-2) 0;
  color: var(--ink-2);
  font-weight: 430;
}

/* Lead paragraph */
.scoped-article > p:first-of-type {
  font-size: clamp(1.05rem, 0.9rem + 0.5vw, 1.2rem);
  color: var(--ink-1);
  font-family: var(--font-ui);
}

/* Optional drop cap: add "has-dropcap" */
.scoped-article.has-dropcap > p:first-of-type::first-letter {
  font-family: var(--font-serif);
  float: left;
  font-size: 3.2em;
  line-height: 0.9;
  padding-right: 0.12em;
  padding-top: 0.12em;
  font-weight: 700;
  color: var(--ink-1);
}

/* Tighten spacing */
.scoped-article h3 + p {
  margin-top: calc(var(--space-1) * -0.2);
}

.scoped-article p + h3 {
  margin-top: var(--space-4);
}

/* Links (if present) */
.scoped-article p a {
  color: var(--accent);
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.scoped-article p a:hover {
  text-decoration: underline;
}

/* Print friendly */
@media print {
  .scoped-article {
    box-shadow: none;
    padding: 24px;
    background: #fff;
  }
  .scoped-article h3::after { display: none; }
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .scoped-article {
    --ink-1: #e9edf2;
    --ink-2: #c7cdd6;
    --ink-faint: #2a2f37;
    --accent: #6ea8ff;
    --card: #121418;
    --canvas: #0c0e12;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
  }
  .scoped-article h3::after { opacity: 0.8; }
}/* End custom CSS */