.elementor-1 .elementor-element.elementor-element-6caf4b5c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-3b6f0240 */<style>
/* BLOG ARTICLE */
.blog-article {
  font-family: 'Poppins', Arial, sans-serif;
  max-width: 900px;
  margin: auto;
  padding: 40px 20px;
  color: #333;
}

/* HEADINGS */
.blog-article h1 {
  font-size: 38px;
  line-height: 1.25;
  margin-bottom: 25px;
  color: #111;
}

.blog-article h2 {
  font-size: 26px;
  margin-top: 50px;
  margin-bottom: 18px;
  color: #111;
}

.blog-article h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #7a1fd0;
}

/* TEXT */
.blog-article p {
  font-size: 16px;
  line-height: 1.85;
  color: #555;
  margin-bottom: 22px;
}

.blog-article strong {
  color: #7a1fd0;
  font-weight: 600;
}

/* LISTS */
.blog-article ul {
  margin: 20px 0 30px 20px;
}

.blog-article li {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* TABLE */
.blog-table {
  width: 100%;
  border-collapse: collapse;
  margin: 35px 0 50px;
  font-size: 15px;
}

.blog-table th {
  background: #f3eefc;
  text-align: left;
  padding: 14px;
  color: #111;
}

.blog-table td {
  padding: 14px;
  border-top: 1px solid #eee;
  vertical-align: top;
}

/* CTA */
.blog-cta {
  margin-top: 60px;
  padding: 40px 30px;
  background: linear-gradient(135deg, #f7f4fd, #ffffff);
  border-radius: 22px;
  text-align: center;
}

.blog-cta h3 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #111;
}

.blog-cta a {
  display: inline-block;
  margin-top: 10px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #a020f0, #3a0ca3);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 40px;
  transition: transform 0.3s ease;
}

.blog-cta a:hover {
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .blog-article h1 {
    font-size: 30px;
  }

  .blog-article h2 {
    font-size: 22px;
  }

  .blog-article p,
  .blog-article li {
    font-size: 15px;
  }
}
</style>/* End custom CSS */