.elementor-27696 .elementor-element.elementor-element-d9b781d{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;}.elementor-27696 .elementor-element.elementor-element-d9b781d > .elementor-widget-container{padding:0px 0px 0px 00px;border-style:none;}/* Start custom CSS for text-editor, class: .elementor-element-d9b781d *//* Desktop & tablet: remove ONLY outer box */
.blog-container {
    max-width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 auto !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Mobile optimization: add safe padding to left/right only */
@media (max-width: 100px) {
    .blog-container {
        padding-left: 1px !important;
        padding-right: 1px !important;
    }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-13a3cae *//* Reset and Base Styles */
body {
  font-family: 'Georgia', 'Times New Roman', serif;
  line-height: 1.8;
  color: #1a1a1a;
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 10px 10px;
  font-size: 19px;
}

/* Container */
.blog-container {
  max-width: 820px;
  margin: 0 auto;
  background: #ffffff;
  padding: 60px 70px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

/* Reading Time */
.reading-time {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 15px;
  color: #7f8c8d;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.5px;
}

/* Key Takeaways Section */
.key-takeaways {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 40px 45px;
  border-radius: 12px;
  margin-bottom: 50px;
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
}

.key-takeaways h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 26px;
  margin-bottom: 25px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.key-takeaways ul {
  list-style: none;
  padding-left: 0;
}

.key-takeaways li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 18px;
  padding-left: 35px;
  position: relative;
}

.key-takeaways li:before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #ffd700;
  font-size: 22px;
}

.key-takeaways li:last-child {
  margin-bottom: 0;
}

/* Table of Contents */
.table-of-contents {
  background: #f8f9fb;
  padding: 35px 40px;
  border-radius: 10px;
  margin-bottom: 50px;
  border-left: 5px solid #00c2ff;
}

.table-of-contents h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 22px;
  margin-bottom: 20px;
  color: #2c3e50;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #00c2ff;
  text-underline-offset: 8px;
  text-decoration-thickness: 2px;
}

.table-of-contents ul {
  list-style: none;
  padding-left: 0;
}

.table-of-contents li {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  margin-bottom: 14px;
  padding-left: 20px;
  position: relative;
  color: #34495e;
  line-height: 1.6;
}

.table-of-contents li:before {
  content: "→";
  position: absolute;
  padding-left: 0px;
  left: 0;
  color: #00c2ff;
  font-weight: bold;
  font-size: 18px;
}

.table-of-contents li:last-child {
  margin-bottom: 0;
}

/* Main Content */
.content {
  font-size: 19px;
  color: #2c3e50;
  line-height: 1.9;
}

.content p {
  margin-bottom: 28px;
  text-align: justify;
}

.content em {
  color: #5a6c7d;
  font-style: italic;
}

.content strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* Headings */
h2 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 30px;
  color: #1a1a1a;
  margin-top: 60px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 4px solid #00c2ff;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.3;
}

/* Links */
a {
  color: #00a8e8;
  text-decoration: none;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}

a:hover {
  color: #0077b6;
  border-bottom-color: #0077b6;
}

/* Lists in Content */
.content ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-left: 0;
}

.content li {
  margin-bottom: 20px;
  padding-left: 35px;
  position: relative;
  line-height: 1.9;
}

.content li:before {
  content: "•";
  position: absolute;
  left: 10px;
  color: #00c2ff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
}

/* FAQ Section */
.faq {
  background: linear-gradient(135deg, #f8f9fb 0%, #e9ecef 100%);
  padding: 45px 50px;
  border-radius: 12px;
  margin-top: 60px;
  border: 1px solid #e0e4e8;
}

.faq h2 {
  margin-top: 0;
  margin-bottom: 35px;
}

.faq-item {
  margin-bottom: 35px;
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 8px;
  border-left: 4px solid #00c2ff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 15px;
  display: block;
  line-height: 1.5;
}

.faq-answer {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-size: 18px;
  color: #34495e;
  line-height: 1.8;
  margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  body {
    font-size: 18px;
    padding: 20px 15px;
  }

  .blog-container {
    padding: 40px 30px;
  }

  h2 {
    font-size: 26px;
    margin-top: 45px;
  }

  .key-takeaways,
  .table-of-contents,
  .faq {
    padding: 30px 25px;
  }

  .key-takeaways li,
  .table-of-contents li {
    font-size: 17px;
  }

  .content {
    font-size: 18px;
  }

  .faq-question {
    font-size: 19px;
  }

  .faq-answer {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  body {
    padding: 15px 10px;
    font-size: 17px;
  }

  .blog-container {
    padding: 30px 20px;
    border-radius: 8px;
  }

  h2 {
    font-size: 24px;
    margin-top: 40px;
  }

  .key-takeaways h2,
  .table-of-contents h2 {
    font-size: 22px;
  }

  .key-takeaways,
  .table-of-contents,
  .faq {
    padding: 25px 20px;
  }

  .faq-item {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS *//* --------------------------------------------------
   CENTER TITLE
-------------------------------------------------- */
.single-post h1.entry-title {
    text-align: center !important;
    font-size: 36px;
    margin-bottom: 10px;
}

/* --------------------------------------------------
   FIX META LINE (REMOVE SLASHES, CENTER IT)
-------------------------------------------------- */
.single-post .meta-sep {
    display: none !important;
}

.single-post .entry-meta,
.single-post .post-meta,
.single-post .posted-on {
    text-align: center !important;
    margin: 5px 0 20px 0;
    font-size: 15px;
    color: #6a6a6a;
}

.single-post .entry-meta span:not(:first-child):before,
.single-post .post-meta span:not(:first-child):before,
.single-post .posted-on span:not(:first-child):before {
    content: " · ";
    padding: 0 4px;
    color: #6a6a6a;
}

.single-post .entry-meta a,
.single-post .post-meta a,
.single-post .posted-on a {
    color: #344e8f;
    text-decoration: none;
}

/* --------------------------------------------------
   CENTER FEATURED IMAGE
-------------------------------------------------- */
.single-post .post-thumbnail,
.single-post .featured-image,
.single-post .wp-post-image {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}

.single-post .post-thumbnail img,
.single-post .featured-image img,
.single-post .wp-post-image {
    width: 100%;
    height: auto;
    max-width: 900px;   /* adjust for desired width */
    display: block;
    margin: 0 auto;
    border-radius: 12px; /* optional */
}

/* --------------------------------------------------
   RESPONSIVE (MOBILE)
-------------------------------------------------- */
@media (max-width: 768px) {
    .single-post h1.entry-title {
        font-size: 28px;
    }
    .single-post .wp-post-image {
        max-width: 100% !important;
    }
}/* End custom CSS */