.elementor-208 .elementor-element.elementor-element-ff2f9ff{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:0px;--padding-right:0px;}.elementor-208 .elementor-element.elementor-element-ff2f9ff:not(.elementor-motion-effects-element-type-background), .elementor-208 .elementor-element.elementor-element-ff2f9ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FAF8F3;}.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-208 .elementor-element.elementor-element-a40a519 .elementor-heading-title{font-family:"DM Serif Display", Sans-serif;font-size:50px;font-weight:500;color:#000000;}.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-208 .elementor-element.elementor-element-86cd418{padding:0px 0px 0px 0px;color:#161616;font-family:"Source Sans 3", Sans-serif;font-size:17px;font-weight:400;}/* Start custom CSS for theme-post-content, class: .elementor-element-86cd418 *//* ============================================================
   BLOG POST CSS — #post_content .elementor-208 .elementor-element.elementor-element-86cd418 (confirmed working)
   Paste in: Elementor → Site Settings → Custom CSS
   Brand: #1C392C (Primary Green) · #A8823C (Secondary Gold)
   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;1,400;1,600&display=swap');

/* -----------------------------------------------------------
   VARIABLES
----------------------------------------------------------- */
:root {
  --primary:        #1C392C;
  --primary-light:  #2a5241;
  --primary-pale:   #eef3f1;
  --secondary:      #A8823C;
  --secondary-light:#c4a05a;
  --secondary-pale: #fdf7ee;
  --text-main:      #0f1f18;
  --text-body:      #3d4f46;
  --text-muted:     #6b7b74;
  --border:         #dde6e2;
  --white:          #ffffff;
  --font:           'Source Sans 3', sans-serif;
}

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

/* -----------------------------------------------------------
   HEADINGS
----------------------------------------------------------- */
#post_content h1 {
  font-size: 40px;
  font-weight: 800;
  color: var(--primary);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 24px;
}

#post_content h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary);
  border-left: 4px solid var(--secondary);
  padding-left: 16px;
  margin: 40px 0 20px;
  line-height: 1.3;
}

#post_content h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
  margin: 32px 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  position: relative;
}

#post_content h3::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--secondary);
}

#post_content h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 28px 0 12px;
}

#post_content h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  margin: 24px 0 10px;
}

#post_content h6 {
  font-size: 14px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 20px 0 8px;
}

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

/* Lead paragraph — first <p> gets a gold left accent */
#post_content > p:first-of-type {
  font-size: 19px;
  font-weight: 500;
  color: var(--primary);
  line-height: 1.7;
  padding-left: 16px;
  border-left: 3px solid var(--secondary);
  margin-bottom: 32px;
}

/* -----------------------------------------------------------
   LINKS
----------------------------------------------------------- */
#post_content a {
  color: var(--secondary);
  text-decoration: underline;
  text-decoration-color: rgba(168, 130, 60, 0.4);
  text-underline-offset: 3px;
  font-weight: 500;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

#post_content a:hover {
  color: var(--primary);
  text-decoration-color: var(--primary);
}

/* -----------------------------------------------------------
   UNORDERED LIST
----------------------------------------------------------- */
#post_content ul {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

#post_content ul li {
  position: relative;
  background: var(--white);
  margin-bottom: 10px;
  padding: 12px 20px 12px 48px;
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text-body);
  font-size: 16.5px;
  line-height: 1.65;
  transition: all 0.2s ease;
}

/* Gold dash bullet */
#post_content ul li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 20px;
  width: 10px;
  height: 2.5px;
  background: var(--secondary);
  border-radius: 2px;
}

#post_content ul li:hover {
  border-color: var(--secondary);
  background-color: var(--secondary-pale);
  box-shadow: 0 4px 12px rgba(168, 130, 60, 0.08);
}

/* Nested list */
#post_content ul ul {
  margin: 8px 0 0 12px;
}

#post_content ul ul li {
  background: transparent;
  border: none;
  padding: 4px 0 4px 28px;
  font-size: 15.5px;
}

#post_content ul ul li::before {
  width: 6px;
  height: 6px;
  top: 12px;
  border-radius: 50%;
  background: var(--primary);
}

/* -----------------------------------------------------------
   ORDERED LIST
----------------------------------------------------------- */
#post_content ol {
  margin: 20px 0;
  padding: 0;
  list-style: none;
  counter-reset: ol-counter;
}

#post_content ol li {
  position: relative;
  background: var(--white);
  margin-bottom: 10px;
  padding: 12px 20px 12px 54px;
  border: 1px solid var(--border);
  border-radius: 6px;
  color: var(--text-body);
  font-size: 16.5px;
  line-height: 1.65;
  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(--primary);
  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 {
  border-color: var(--primary);
  background-color: var(--primary-pale);
  box-shadow: 0 4px 12px rgba(28, 57, 44, 0.08);
}

/* -----------------------------------------------------------
   BLOCKQUOTE
----------------------------------------------------------- */
#post_content blockquote {
  background: var(--primary-pale);
  border: none;
  border-left: 4px solid var(--secondary);
  border-radius: 0 6px 6px 0;
  margin: 36px 0;
  padding: 28px 32px 28px 40px;
  position: relative;
}

#post_content blockquote::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 80px;
  color: var(--secondary);
  opacity: 0.25;
  position: absolute;
  top: 4px;
  left: 10px;
  line-height: 1;
}

#post_content blockquote p {
  font-size: 18.5px !important;
  font-style: italic;
  font-weight: 500;
  color: var(--primary) !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#post_content blockquote cite {
  display: block;
  margin-top: 14px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  color: var(--secondary);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

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

/* -----------------------------------------------------------
   HORIZONTAL RULE
----------------------------------------------------------- */
#post_content hr {
  border: none;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--secondary), transparent);
  margin: 48px 0;
  opacity: 0.45;
}

/* -----------------------------------------------------------
   IMAGES
----------------------------------------------------------- */
#post_content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 18px rgba(28, 57, 44, 0.1);
  display: block;
  margin: 32px auto;
}

#post_content figure {
  margin: 36px 0;
}

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

/* -----------------------------------------------------------
   INLINE CODE & CODE BLOCKS
----------------------------------------------------------- */
#post_content code {
  background: var(--primary-pale);
  color: var(--primary);
  font-size: 14.5px;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid rgba(28, 57, 44, 0.12);
  font-family: 'Courier New', monospace;
}

#post_content pre {
  background: var(--primary);
  color: #d1fae5;
  border-radius: 8px;
  padding: 24px 28px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.75;
  margin: 32px 0;
  box-shadow: 0 4px 20px rgba(28, 57, 44, 0.2);
}

#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: 32px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 14px rgba(28, 57, 44, 0.08);
}

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

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

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

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

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

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

/* -----------------------------------------------------------
   HIGHLIGHT / INFO BOX
   Usage: add class="info-box" to a paragraph or div
----------------------------------------------------------- */
#post_content .info-box {
  background: var(--secondary-pale);
  border: 1px solid rgba(168, 130, 60, 0.25);
  border-left: 4px solid var(--secondary);
  border-radius: 6px;
  padding: 20px 24px;
  margin: 32px 0;
  font-size: 16px;
  color: var(--text-body);
}

#post_content .highlight-box {
  background: var(--primary-pale);
  border: 1px solid rgba(28, 57, 44, 0.15);
  border-left: 4px solid var(--primary);
  border-radius: 6px;
  padding: 20px 24px;
  margin: 32px 0;
  font-size: 16px;
  color: var(--primary);
}

/* -----------------------------------------------------------
   RESPONSIVE
----------------------------------------------------------- */
@media (max-width: 768px) {
  #post_content h1 { font-size: 28px; }
  #post_content h2 { font-size: 22px; }
  #post_content h3 { font-size: 19px; }
  #post_content p  { font-size: 16px; }

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

  #post_content ul li,
  #post_content ol li {
    font-size: 15.5px;
    padding-left: 44px;
  }

  #post_content blockquote {
    padding: 20px 20px 20px 28px;
  }

  #post_content blockquote p {
    font-size: 16.5px !important;
  }
}/* End custom CSS */