.elementor-204 .elementor-element.elementor-element-f7c3b65{--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;--padding-top:70px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-204 .elementor-element.elementor-element-f4d3621{--display:flex;}.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-204 .elementor-element.elementor-element-91b2c6e.elementor-element{--align-self:center;}.elementor-204 .elementor-element.elementor-element-91b2c6e{text-align:center;}.elementor-204 .elementor-element.elementor-element-91b2c6e .elementor-heading-title{font-family:"Fraunces", Sans-serif;font-size:44px;font-weight:600;line-height:48px;color:#000000;}.elementor-204 .elementor-element.elementor-element-3d14106{--display:flex;}.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 );}/* Start custom CSS for theme-post-content, class: .elementor-element-677f0e5 *//* ============================================================
   BLOG POST CSS — Bold Professional Design
   Selector : #post_content
   Paste in : Elementor → Site Settings → Custom CSS
   Primary  : #C25828  (Burnt Orange)
   Secondary: #FBF7F0  (Warm Cream)
   ============================================================ */

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

/* -----------------------------------------------------------
   VARIABLES
----------------------------------------------------------- */
:root {
  --p:        #C25828;   /* primary burnt orange     */
  --p-dark:   #7a2e12;   /* darker orange            */
  --p-mid:    #d97040;   /* medium orange            */
  --p-soft:   #fdf0e8;   /* very light orange tint   */
  --p-pale:   #fff5ee;   /* near-white orange        */
  --cream:    #FBF7F0;   /* brand cream              */
  --cream-2:  #ede8df;   /* mid cream                */
  --cream-3:  #d9d1c7;   /* border cream             */
  --txt-h:    #1e0f06;   /* heading text             */
  --txt-b:    #3d2a1e;   /* body text                */
  --txt-m:    #8c7060;   /* muted text               */
  --white:    #ffffff;
  --shadow:   rgba(194, 88, 40, 0.10);
  --f-serif:  'Lora', Georgia, serif;
  --f-sans:   'Source Sans 3', sans-serif;
}

/* -----------------------------------------------------------
   PAGE + BASE
----------------------------------------------------------- */
body.single-post {
  background: var(--cream) !important;
}

#post_content,
#post_content * {
  font-family: var(--f-sans);
}

/* -----------------------------------------------------------
   PARAGRAPHS
----------------------------------------------------------- */
#post_content p {
  font-size: 17px;
  line-height: 1.85;
  color: var(--txt-b);
  margin-bottom: 1.55em;
}

/* Lead paragraph */
#post_content > p:first-of-type {
  font-size: 18px;
  font-weight: 500;
  color: var(--p-dark);
  line-height: 1.75;
  padding: 18px 22px;
  background: var(--p-pale);
  border-left: 4px solid var(--p-mid);
  border-radius: 0 6px 6px 0;
  margin-bottom: 32px;
}

/* -----------------------------------------------------------
   ★ H2 — HIGHLIGHTED STRIP (bold orange background)
----------------------------------------------------------- */
#post_content h2 {
  font-family: var(--f-serif);
  font-size: 23px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  margin: 52px 0 22px;
  padding: 15px 22px 15px 52px;
  background: var(--p);
  border-radius: 6px;
  position: relative;
  box-shadow: 0 4px 18px var(--shadow);
  letter-spacing: 0.01em;
}

/* White decorative double-line on the left */
#post_content h2::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 55%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  box-shadow: 8px 0 0 rgba(255, 255, 255, 0.25);
}

/* Shine gloss at top */
#post_content h2::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 50%;
  background: linear-gradient(to bottom, rgba(255,255,255,0.08), transparent);
  border-radius: 6px 6px 0 0;
  pointer-events: none;
}

/* -----------------------------------------------------------
   ★ H3 — ACCENTED with tinted background + sweep underline
----------------------------------------------------------- */
#post_content h3 {
  font-family: var(--f-sans);
  font-size: 18px;
  font-weight: 700;
  color: var(--p);
  line-height: 1.35;
  margin: 40px 0 16px;
  padding: 12px 18px 12px 46px;
  background: var(--p-soft);
  border-radius: 6px;
  position: relative;
  border: 1px solid rgba(194, 88, 40, 0.12);
}

/* Diamond icon prefix */
#post_content h3::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  background: var(--p);
  border-radius: 2px;
}

/* -----------------------------------------------------------
   H4 — Label badge
----------------------------------------------------------- */
#post_content h4 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-sans);
  font-size: 11.5px;
  font-weight: 700;
  color: var(--p);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--p-soft);
  border: 1.5px solid rgba(194, 88, 40, 0.2);
  padding: 5px 14px;
  border-radius: 30px;
  margin: 28px 0 14px;
}

#post_content h4::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--p);
  border-radius: 50%;
}

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

#post_content h6 {
  font-size: 12px;
  font-weight: 700;
  color: var(--txt-m);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 18px 0 6px;
}

/* -----------------------------------------------------------
   LINKS
----------------------------------------------------------- */
#post_content a {
  color: var(--p);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: rgba(194, 88, 40, 0.3);
  text-underline-offset: 3px;
  transition: all 0.2s ease;
}

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

/* -----------------------------------------------------------
   ★ UNORDERED LIST — Professional card style with orange stripe
----------------------------------------------------------- */
#post_content ul {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

#post_content ul li {
  position: relative;
  background: var(--white);
  border: 1px solid var(--cream-3);
  border-left: 4px solid var(--p);
  border-radius: 0 8px 8px 0;
  padding: 12px 18px 12px 48px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--txt-b);
  box-shadow: 0 2px 6px rgba(194, 88, 40, 0.04);
  transition: all 0.2s ease;
}

#post_content ul li:hover {
  border-left-color: var(--p-mid);
  background: var(--p-pale);
  box-shadow: 0 4px 14px rgba(194, 88, 40, 0.09);
  transform: translateX(2px);
}

/* Purple filled square bullet */
#post_content ul li::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 17px;
  width: 10px;
  height: 10px;
  background: var(--p);
  border-radius: 2px;
  opacity: 0.8;
}

/* Nested list */
#post_content ul ul {
  margin: 10px 0 4px 0;
}

#post_content ul ul li {
  background: var(--p-pale);
  border-left-color: var(--p-mid);
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  box-shadow: none;
}

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

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

#post_content ol li {
  position: relative;
  background: var(--white);
  border: 1px solid var(--cream-3);
  border-radius: 8px;
  padding: 13px 18px 13px 58px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.65;
  color: var(--txt-b);
  counter-increment: ol-counter;
  box-shadow: 0 2px 6px rgba(194, 88, 40, 0.04);
  transition: all 0.2s ease;
}

#post_content ol li:hover {
  background: var(--p-pale);
  border-color: rgba(194, 88, 40, 0.25);
  box-shadow: 0 4px 14px rgba(194, 88, 40, 0.09);
}

/* Numbered purple circle */
#post_content ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: var(--p);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(194, 88, 40, 0.3);
}

/* -----------------------------------------------------------
   BLOCKQUOTE
----------------------------------------------------------- */
#post_content blockquote {
  background: var(--cream);
  border: 1px solid var(--cream-2);
  border-left: 5px solid var(--p);
  border-radius: 0 8px 8px 0;
  margin: 36px 0;
  padding: 24px 28px 24px 36px;
  position: relative;
}

#post_content blockquote::before {
  content: '\201C';
  font-family: Georgia, serif;
  font-size: 72px;
  color: var(--p);
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 12px;
  line-height: 1;
}

#post_content blockquote p {
  font-size: 17px !important;
  font-style: italic;
  font-weight: 500;
  color: var(--txt-h) !important;
  line-height: 1.72 !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  border: none !important;
}

#post_content blockquote cite {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  color: var(--p-mid);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

/* -----------------------------------------------------------
   ★ TABLE — Full professional design
----------------------------------------------------------- */
#post_content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 15px;
  margin: 36px 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(194, 88, 40, 0.12);
  border: 1px solid rgba(194, 88, 40, 0.15);
}

/* Orange header */
#post_content table thead {
  background: var(--p);
}

#post_content table thead th {
  padding: 15px 20px;
  text-align: left;
  font-family: var(--f-sans);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--cream);
  border-bottom: 2px solid rgba(255,255,255,0.15);
  white-space: nowrap;
}

#post_content table thead th:first-child {
  border-radius: 10px 0 0 0;
}

#post_content table thead th:last-child {
  border-radius: 0 10px 0 0;
}

/* Body rows */
#post_content table tbody tr {
  transition: background 0.18s ease;
  border-bottom: 1px solid var(--cream-2);
}

#post_content table tbody tr:nth-child(odd) {
  background: var(--white);
}

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

#post_content table tbody tr:hover {
  background: var(--p-soft) !important;
}

#post_content table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}

#post_content table tbody tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}

#post_content table td {
  padding: 13px 20px;
  color: var(--txt-b);
  font-size: 15px;
  line-height: 1.55;
  border-right: 1px solid var(--cream-2);
}

#post_content table td:last-child {
  border-right: none;
}

/* First column bold */
#post_content table td:first-child {
  font-weight: 600;
  color: var(--txt-h);
}

/* Table caption */
#post_content table caption {
  font-family: var(--f-sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--txt-m);
  padding: 0 0 10px;
  text-align: left;
  caption-side: top;
}

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

/* -----------------------------------------------------------
   IMAGES
----------------------------------------------------------- */
#post_content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 6px 28px rgba(194, 88, 40, 0.13);
  display: block;
  margin: 32px auto;
  border: 4px solid var(--cream);
  outline: 1px solid var(--cream-3);
}

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

/* -----------------------------------------------------------
   INLINE CODE
----------------------------------------------------------- */
#post_content code {
  background: var(--p-soft);
  color: var(--p-dark);
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid rgba(194, 88, 40, 0.15);
  font-family: 'Courier New', monospace;
}

#post_content pre {
  background: var(--p-dark);
  color: #fff5ee;
  border-radius: 10px;
  padding: 24px 28px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.75;
  margin: 32px 0;
  box-shadow: 0 6px 24px rgba(194, 88, 40, 0.25);
  border-left: 4px solid var(--p-mid);
}

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

/* -----------------------------------------------------------
   INFO BOXES
   Usage: <p class="info-box">Your text</p>
          <p class="warning-box">Your text</p>
          <p class="tip-box">Your text</p>
----------------------------------------------------------- */
#post_content .info-box {
  background: var(--p-pale);
  border: 1px solid rgba(194, 88, 40, 0.15);
  border-left: 4px solid var(--p);
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 28px 0;
  font-size: 15.5px;
  color: var(--p-dark);
  font-weight: 500;
}

#post_content .info-box::before {
  content: 'ℹ  ';
  font-style: normal;
  color: var(--p);
  font-weight: 700;
}

#post_content .tip-box {
  background: #f0fbf4;
  border: 1px solid #b2e0c2;
  border-left: 4px solid #2d9e5f;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 28px 0;
  font-size: 15.5px;
  color: #1a4f30;
  font-weight: 500;
}

#post_content .tip-box::before {
  content: '✓  ';
  color: #2d9e5f;
  font-weight: 700;
}

#post_content .warning-box {
  background: #fffbf0;
  border: 1px solid #f0d58c;
  border-left: 4px solid #d4900a;
  border-radius: 0 8px 8px 0;
  padding: 16px 20px;
  margin: 28px 0;
  font-size: 15.5px;
  color: #5c3e00;
  font-weight: 500;
}

#post_content .warning-box::before {
  content: '⚠  ';
  color: #d4900a;
  font-weight: 700;
}

/* -----------------------------------------------------------
   SCORE CARD COMPONENT
   HTML:
   <div class="data-card">
     <div class="data-card-label">YOUR SCORES LABEL</div>
     <div class="score-row">
       <span class="score-name">Label</span>
       <div class="score-track"><div class="score-fill" style="width:80%"></div></div>
       <span class="score-value">8.0</span>
     </div>
   </div>
----------------------------------------------------------- */
#post_content .data-card {
  border: 1px solid rgba(194, 88, 40, 0.15);
  border-radius: 10px;
  padding: 22px 26px;
  margin: 28px 0;
  background: var(--white);
  box-shadow: 0 3px 16px rgba(194, 88, 40, 0.07);
}

#post_content .data-card-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--txt-m);
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--cream-2);
}

#post_content .score-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid var(--cream-2);
}

#post_content .score-row:last-child { border-bottom: none; }

#post_content .score-name {
  font-size: 14px;
  color: var(--txt-b);
  min-width: 130px;
  flex-shrink: 0;
}

#post_content .score-track {
  flex: 1;
  height: 7px;
  background: var(--cream-2);
  border-radius: 4px;
  overflow: hidden;
}

#post_content .score-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--p), var(--p-mid));
  border-radius: 4px;
}

#post_content .score-value {
  font-size: 14px;
  font-weight: 800;
  color: var(--p);
  min-width: 30px;
  text-align: right;
}

/* -----------------------------------------------------------
   STATS CARD COMPONENT
   HTML:
   <div class="stats-card">
     <div class="stats-card-label">STATS LABEL</div>
     <div class="stats-grid">
       <div class="stat-item">
         <div class="stat-label">Label</div>
         <div class="stat-value">42</div>
       </div>
     </div>
   </div>
----------------------------------------------------------- */
#post_content .stats-card {
  border: 1px solid rgba(194, 88, 40, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin: 28px 0;
  background: var(--white);
  box-shadow: 0 3px 16px rgba(194, 88, 40, 0.07);
}

#post_content .stats-card-label {
  background: var(--p);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251, 247, 240, 0.75);
  padding: 12px 22px;
}

#post_content .stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

#post_content .stat-item {
  padding: 18px 22px;
  border-right: 1px solid var(--cream-2);
}

#post_content .stat-item:last-child { border-right: none; }

#post_content .stat-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--txt-m);
  margin-bottom: 8px;
}

#post_content .stat-value {
  font-family: var(--f-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--p-dark);
  line-height: 1.1;
}

/* -----------------------------------------------------------
   PROS & CONS CARD
   HTML:
   <div class="pros-cons-card">
     <div class="pros-cons-label">COMPARISON LABEL</div>
     <div class="pros-cons-grid">
       <div class="pros-col">
         <div class="pros-cons-col-head">PROS</div>
         <div class="pro-item">Great feature one</div>
       </div>
       <div class="cons-col">
         <div class="pros-cons-col-head">CONS</div>
         <div class="con-item">Downside one</div>
       </div>
     </div>
   </div>
----------------------------------------------------------- */
#post_content .pros-cons-card {
  border: 1px solid rgba(194, 88, 40, 0.15);
  border-radius: 10px;
  overflow: hidden;
  margin: 28px 0;
  box-shadow: 0 3px 16px rgba(194, 88, 40, 0.07);
}

#post_content .pros-cons-label {
  background: var(--p);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(251, 247, 240, 0.75);
  padding: 12px 22px;
}

#post_content .pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--white);
}

#post_content .pros-col {
  padding: 18px 20px;
  border-right: 1px solid var(--cream-2);
}

#post_content .cons-col {
  padding: 18px 20px;
  background: var(--p-pale);
}

#post_content .pros-cons-col-head {
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--p);
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--p);
  display: inline-block;
}

#post_content .pro-item,
#post_content .con-item {
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--txt-b);
  padding: 8px 0 8px 24px;
  position: relative;
  border-bottom: 1px solid var(--cream-2);
}

#post_content .pro-item:last-child,
#post_content .con-item:last-child { border-bottom: none; }

#post_content .pro-item::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #2d9e5f;
}

#post_content .con-item::before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 12px;
  font-weight: 800;
  color: #c0392b;
}

/* -----------------------------------------------------------
   POST FOOTER BAR
   HTML:
   <div class="post-footer-bar">
     <span class="post-filed">Filed under: <a href="#">Category</a></span>
     <a href="#" class="post-back-link">Back to archive →</a>
   </div>
----------------------------------------------------------- */
#post_content .post-footer-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  margin-top: 52px;
  border-top: 1px solid var(--cream-2);
}

#post_content .post-filed {
  font-size: 13px;
  color: var(--txt-m);
}

#post_content .post-filed a {
  color: var(--txt-m);
  text-decoration: underline;
  text-decoration-color: var(--cream-3);
}

#post_content .post-back-link {
  font-size: 13px;
  font-weight: 700;
  color: var(--p);
  text-decoration: none;
  transition: color 0.2s ease;
}

#post_content .post-back-link:hover { color: var(--p-dark); }

/* -----------------------------------------------------------
   RESPONSIVE
----------------------------------------------------------- */
@media (max-width: 768px) {
  #post_content h2 {
    font-size: 19px;
    padding: 13px 16px 13px 40px;
    margin-top: 36px;
  }

  #post_content h3 {
    font-size: 16px;
    padding: 10px 14px 10px 38px;
  }

  #post_content p { font-size: 15.5px; }

  #post_content ul li,
  #post_content ol li {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #post_content table thead th,
  #post_content table td {
    padding: 11px 13px;
    font-size: 13.5px;
  }

  #post_content .stats-grid {
    grid-template-columns: 1fr;
  }

  #post_content .stat-item {
    border-right: none;
    border-bottom: 1px solid var(--cream-2);
  }

  #post_content .pros-cons-grid {
    grid-template-columns: 1fr;
  }

  #post_content .pros-col {
    border-right: none;
    border-bottom: 1px solid var(--cream-2);
  }

  #post_content .post-footer-bar {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
}/* End custom CSS */