.elementor-6958 .elementor-element.elementor-element-ea92561{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-b9bedc8 *//* Article Content Styles */
.article-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  background: #fff;
  color: #222;
  line-height: 1.6;
  padding: 40px 16px;
  max-width: 900px;
  margin: auto;
}

.article-content h1,
.article-content h2,
.article-content h3 {
  color: #1c3d5a;
  font-weight: 600;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.article-content h1 {
  font-size: 28px;
}

.article-content h2 {
  font-size: 22px;
}

.article-content h3 {
  font-size: 18px;
}

.article-content a {
  color: #0073e6;
  text-decoration: none;
}

.article-content a:hover {
  text-decoration: underline;
}

/* List Styles */
.article-content ul, .article-content ol {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

/* Image Styling */
.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 16px 0;
}

/* Call to Action Box */
.article-content .cta-box {
  background: #e6f0ff;
  border: 1px solid #4a90e2;
  padding: 20px;
  border-radius: 8px;
  margin-top: 30px;
  text-align: center;
}

.article-content .cta-box strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
}

.article-content .cta-box a {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
}

/* Blockquote */
.article-content blockquote {
  font-style: italic;
  background: #f9f9f9;
  border-left: 4px solid #4a90e2;
  margin: 1.5em 0;
  padding: 0.5em 1em;
  color: #555;
}

/* FAQ Styles */
.article-content .faq dt {
  font-weight: 600;
  margin-top: 1.5em;
}

.article-content .faq dd {
  margin-left: 1em;
  margin-bottom: 1em;
}

/* Responsive Design */
@media (max-width: 768px) {
  .article-content {
    padding: 20px;
  }

  .article-content h1 {
    font-size: 24px;
  }

  .article-content h2 {
    font-size: 20px;
  }

  .article-content .cta-box {
    padding: 15px;
  }

  .article-content .cta-box a {
    font-size: 16px;
  }

  .article-content .faq dt, .article-content .faq dd {
    font-size: 14px;
  }
}/* End custom CSS */