.elementor-292 .elementor-element.elementor-element-d305b1a{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-292 .elementor-element.elementor-element-d305b1a:not(.elementor-motion-effects-element-type-background), .elementor-292 .elementor-element.elementor-element-d305b1a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF7F0;}.elementor-292 .elementor-element.elementor-element-3221da3{--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;}.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-292 .elementor-element.elementor-element-052f08f .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:44px;font-weight:700;line-height:51px;color:#000000;}.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-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-292 .elementor-element.elementor-element-f01434e{color:#000000;}.elementor-292 .elementor-element.elementor-element-2fb6f4b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-widget-table-of-contents{--header-color:var( --e-global-color-secondary );--item-text-color:var( --e-global-color-text );--item-text-hover-color:var( --e-global-color-accent );--marker-color:var( --e-global-color-text );}.elementor-widget-table-of-contents .elementor-toc__header, .elementor-widget-table-of-contents .elementor-toc__header-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-table-of-contents .elementor-toc__list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-292 .elementor-element.elementor-element-73ac6fd .elementor-toc__header-title{text-align:start;}.elementor-292 .elementor-element.elementor-element-73ac6fd .elementor-toc__header{flex-direction:row;}.elementor-292 .elementor-element.elementor-element-73ac6fd{--item-text-color:#525252;--item-text-hover-color:#4F2C5A;--item-text-hover-decoration:underline;}@media(min-width:768px){.elementor-292 .elementor-element.elementor-element-3221da3{--width:75%;}.elementor-292 .elementor-element.elementor-element-2fb6f4b{--width:25%;}}/* Start custom CSS for theme-post-content, class: .elementor-element-f01434e *//* ============================================================
   BLOG POST CSS — Elegant Editorial Style
   Selector: #post_content (confirmed working)
   Primary: #4f2c5a (Deep Purple) · Secondary: #FBF7F0 (Warm Cream)
   Font: Source Sans 3
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap');

/* -----------------------------------------------------------
   VARIABLES
----------------------------------------------------------- */
:root {
  --purple:         #4f2c5a;
  --purple-dark:    #3a1f43;
  --purple-mid:     #7a4a8a;
  --purple-pale:    #f5eef9;
  --purple-tint:    #f0e8f5;
  --cream:          #FBF7F0;
  --cream-dark:     #f0e9dc;
  --text-heading:   #2a1533;
  --text-body:      #4a3a52;
  --text-muted:     #8a7a94;
  --border:         #e8dff0;
  --white:          #ffffff;
  --font:           'Source Sans 3', sans-serif;
}

/* -----------------------------------------------------------
   BASE
----------------------------------------------------------- */
#post_content,
#post_content * {
  font-family: var(--font);
}

/* -----------------------------------------------------------
   H1 — Oversized, bold with cream wash background
----------------------------------------------------------- */
#post_content h1 {
  font-size: 42px;
  font-weight: 800;
  color: var(--purple-dark);
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin-bottom: 28px;
  background: linear-gradient(135deg, var(--purple-pale) 0%, var(--cream) 100%);
  padding: 24px 28px;
  border-radius: 10px;
  border-top: 4px solid var(--purple);
}

/* -----------------------------------------------------------
   H2 — Overline badge + large heading (editorial style)
----------------------------------------------------------- */
#post_content h2 {
  font-size: 28px;
  font-weight: 700;
  color: var(--purple-dark);
  margin: 48px 0 18px;
  line-height: 1.28;
  padding-top: 18px;
  position: relative;
}

/* Overline — small purple label above H2 */
#post_content h2::before {
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  background: var(--purple);
  border-radius: 2px;
  margin-bottom: 12px;
}

/* -----------------------------------------------------------
   H3 — Square icon prefix, clean underline
----------------------------------------------------------- */
#post_content h3 {
  font-size: 21px;
  font-weight: 700;
  color: var(--purple);
  margin: 36px 0 14px;
  padding-left: 20px;
  position: relative;
  line-height: 1.35;
}

/* Purple square prefix */
#post_content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  background: var(--purple);
  border-radius: 2px;
  transform: rotate(12deg);
}

/* -----------------------------------------------------------
   H4 — Cream pill label style
----------------------------------------------------------- */
#post_content h4 {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: var(--purple);
  background: var(--cream);
  border: 1.5px solid var(--border);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin: 28px 0 14px;
}

/* -----------------------------------------------------------
   H5, H6
----------------------------------------------------------- */
#post_content h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-heading);
  margin: 22px 0 8px;
}

#post_content h6 {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 18px 0 6px;
}

/* -----------------------------------------------------------
   PARAGRAPHS
----------------------------------------------------------- */
#post_content p {
  font-size: 17.5px;
  line-height: 1.85;
  color: var(--text-body);
  margin-bottom: 1.6em;
}

/* Lead paragraph — cream background wash */
#post_content > p:first-of-type {
  font-size: 18.5px;
  font-weight: 500;
  color: var(--purple-dark);
  line-height: 1.72;
  background: var(--cream);
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 32px;
  border: 1px solid var(--cream-dark);
}

/* -----------------------------------------------------------
   LINKS
----------------------------------------------------------- */
#post_content a {
  color: var(--purple);
  font-weight: 500;
  text-decoration: none;
  background-image: linear-gradient(var(--purple-tint), var(--purple-tint));
  background-size: 0% 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  padding-bottom: 2px;
  transition: background-size 0.25s ease, color 0.2s ease;
}

#post_content a:hover {
  color: var(--purple-dark);
  background-size: 100% 2px;
}

/* -----------------------------------------------------------
   UNORDERED LIST — Minimal with purple square bullets
----------------------------------------------------------- */
#post_content ul {
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

#post_content ul li {
  position: relative;
  padding: 10px 16px 10px 36px;
  margin-bottom: 6px;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--text-body);
  border-radius: 6px;
  transition: background 0.2s ease;
}

#post_content ul li:hover {
  background: var(--cream);
}

/* Filled square bullet */
#post_content ul li::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 17px;
  width: 8px;
  height: 8px;
  background: var(--purple);
  border-radius: 2px;
  opacity: 0.7;
  transition: opacity 0.2s ease;
}

#post_content ul li:hover::before {
  opacity: 1;
}

/* Nested */
#post_content ul ul {
  margin: 6px 0 0 16px;
}

#post_content ul ul li::before {
  background: transparent;
  border: 2px solid var(--purple);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  top: 18px;
}

/* -----------------------------------------------------------
   ORDERED LIST — Cream circle counters
----------------------------------------------------------- */
#post_content ol {
  margin: 24px 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}

#post_content ol li {
  position: relative;
  padding: 12px 16px 12px 52px;
  margin-bottom: 10px;
  font-size: 16.5px;
  line-height: 1.7;
  color: var(--text-body);
  background: var(--cream);
  border-radius: 8px;
  border: 1px solid var(--cream-dark);
  counter-increment: ol-counter;
  transition: all 0.2s ease;
}

#post_content ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: var(--purple);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

#post_content ol li:hover {
  background: var(--purple-pale);
  border-color: var(--border);
  box-shadow: 0 3px 12px rgba(79, 44, 90, 0.08);
}

/* -----------------------------------------------------------
   BLOCKQUOTE — Dramatic full-background pull quote
----------------------------------------------------------- */
#post_content blockquote {
  background: var(--purple);
  border: none;
  border-radius: 12px;
  margin: 40px 0;
  padding: 36px 36px 28px 44px;
  position: relative;
  overflow: hidden;
}

/* Decorative large quotation mark */
#post_content blockquote::before {
  content: '\201C';
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 120px;
  color: var(--white);
  opacity: 0.1;
  position: absolute;
  top: -10px;
  left: 16px;
  line-height: 1;
  pointer-events: none;
}

/* Cream circle decoration */
#post_content blockquote::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: -40px;
  width: 140px;
  height: 140px;
  background: var(--white);
  opacity: 0.04;
  border-radius: 50%;
}

#post_content blockquote p {
  font-size: 19px !important;
  font-style: italic;
  font-weight: 400;
  color: var(--cream) !important;
  line-height: 1.68 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

#post_content blockquote cite {
  display: block;
  margin-top: 16px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: var(--cream-dark);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.75;
}

#post_content blockquote cite::before {
  content: '— ';
}

/* -----------------------------------------------------------
   HORIZONTAL RULE
----------------------------------------------------------- */
#post_content hr {
  border: none;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--purple), transparent);
  margin: 52px 0;
  opacity: 0.2;
}

/* -----------------------------------------------------------
   IMAGES
----------------------------------------------------------- */
#post_content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(79, 44, 90, 0.12);
  display: block;
  margin: 36px auto;
  border: 4px solid var(--cream);
}

#post_content figure {
  margin: 36px 0;
}

#post_content figcaption {
  text-align: center;
  font-size: 13px;
  color: var(--text-muted);
  font-style: italic;
  margin-top: 12px;
}

/* -----------------------------------------------------------
   INLINE CODE & CODE BLOCKS
----------------------------------------------------------- */
#post_content code {
  background: var(--purple-pale);
  color: var(--purple-dark);
  font-size: 14px;
  padding: 3px 8px;
  border-radius: 5px;
  border: 1px solid var(--border);
  font-family: 'Courier New', monospace;
}

#post_content pre {
  background: var(--purple-dark);
  color: #f0e8ff;
  border-radius: 10px;
  padding: 26px 30px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.75;
  margin: 36px 0;
  box-shadow: 0 6px 24px rgba(79, 44, 90, 0.25);
  border-left: 4px solid var(--purple-mid);
}

#post_content pre code {
  background: none;
  color: inherit;
  padding: 0;
  border: none;
  font-size: inherit;
}

/* -----------------------------------------------------------
   TABLE
----------------------------------------------------------- */
#post_content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15.5px;
  margin: 36px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(79, 44, 90, 0.1);
}

#post_content thead {
  background: var(--purple);
}

#post_content thead th {
  padding: 16px 20px;
  text-align: left;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
}

#post_content tbody tr {
  border-bottom: 1px solid var(--border);
  transition: background 0.2s ease;
}

#post_content tbody tr:nth-child(even) {
  background: var(--cream);
}

#post_content tbody tr:hover {
  background: var(--purple-pale);
}

#post_content td {
  padding: 13px 20px;
  color: var(--text-body);
  font-size: 15px;
}

/* -----------------------------------------------------------
   INFO / HIGHLIGHT BOXES
----------------------------------------------------------- */
#post_content .info-box {
  background: var(--cream);
  border: 1px solid var(--cream-dark);
  border-left: 4px solid var(--purple-mid);
  border-radius: 8px;
  padding: 20px 24px;
  margin: 32px 0;
  font-size: 16px;
  color: var(--text-body);
}

#post_content .highlight-box {
  background: var(--purple-pale);
  border: 1px solid var(--border);
  border-left: 4px solid var(--purple);
  border-radius: 8px;
  padding: 20px 24px;
  margin: 32px 0;
  font-size: 16px;
  color: var(--purple-dark);
}

/* -----------------------------------------------------------
   RESPONSIVE
----------------------------------------------------------- */
@media (max-width: 768px) {
  #post_content h1 {
    font-size: 26px;
    padding: 18px 20px;
  }

  #post_content h2 { font-size: 22px; }
  #post_content h3 { font-size: 18px; }

  #post_content p,
  #post_content > p:first-of-type {
    font-size: 16px;
  }

  #post_content blockquote {
    padding: 24px 22px 20px 28px;
    border-radius: 8px;
  }

  #post_content blockquote p {
    font-size: 16.5px !important;
  }

  #post_content ol li,
  #post_content ul li {
    font-size: 15.5px;
  }
}/* End custom CSS */