.elementor-4125 .elementor-element.elementor-element-6b6db7e{--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;}/* Start custom CSS for html, class: .elementor-element-a11ec26 */@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&display=swap');

.blog-post {
  font-family: 'Raleway', sans-serif;
  line-height: 1.7;
  color: #000;
  padding: 2em;
  border-radius: 8px;
}

.blog-post h1, .blog-post h2, .blog-post h3 {
  font-weight: 700;
  color: #00ff88;
  margin-top: 1.2em;
  margin-bottom: 0.6em;
}

.blog-post p { margin-bottom: 1em; }
.blog-post ul, .blog-post ol { margin: 0.5em 0 1em 1.5em; }
.blog-post li { margin-bottom: 0.4em; }
.blog-post strong { color: #00ff88; }
.blog-post em { color: #92d6ff; }

.blog-post .cta {
  background: #fff;
  border: 1px solid #00ff88;
  padding: 2em;
  margin-top: 2em;
  text-align: center;
  border-radius: 6px;
}
.blog-post .cta h2 { color: #00ff88; }

.blog-post .btn-cta {
  display: inline-block;
  background: #00ff88;
  color: #0d0d0d;
  font-weight: 600;
  padding: 0.9em 1.4em;
  text-decoration: none;
  border-radius: 4px;
  margin-top: 1em;
  transition: all 0.3s ease;
}

.blog-post .btn-cta:hover {
  background: #00cc6a;
  color: #fff;
}

/* 📱 Media Queries */
@media (max-width: 1024px) {
  .blog-post {
    padding: 1.5em;
  }
  .blog-post h1 {
    font-size: 1.8em;
  }
  .blog-post h2 {
    font-size: 1.4em;
  }
}

@media (max-width: 768px) {
  .blog-post {
    padding: 1.2em;
  }
  .blog-post h1 {
    font-size: 1.6em;
    line-height: 1.3;
  }
  .blog-post h2 {
    font-size: 1.3em;
  }
  .blog-post p, .blog-post li {
    font-size: 0.95em;
  }
  .blog-post .btn-cta {
    width: 100%;
    padding: 1em;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .blog-post {
    padding: 1em;
  }
  .blog-post h1 {
    font-size: 1.4em;
  }
  .blog-post h2 {
    font-size: 1.2em;
  }
  .blog-post p, .blog-post li {
    font-size: 0.9em;
  }
  .blog-post .cta {
    padding: 1.2em;
  }
  .blog-post .btn-cta {
    font-size: 0.95em;
    padding: 0.8em;
  }
}/* End custom CSS */