/* Start custom CSS for html, class: .elementor-element-fd52c49 */.blog-post {
  margin: 0 auto;
}


.blog-post h2 {
  margin-top: 35px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e2e8f0;
}

.blog-post h3 {
  margin-top: 25px;
  margin-bottom: 10px;
}

.blog-post a {
    color: #FF6113;
    text-decoration: none;
    font-weight: bold;
}
.blog-post a:hover {
  color: #FFB51C;
}


.blog-post p {
  margin-bottom: 18px;
}

.blog-post ul, .blog-post ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.blog-post li {
  margin-bottom: 10px;
}

.blog-post .intro-box {
  background-color: #f7fafc;
  border-left: 4px solid #3182ce;
  padding: 18px 22px;
  margin-bottom: 25px;
  border-radius: 0 6px 6px 0;
}

.blog-post .checklist-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}

.blog-post .cta-banner {
  background-color: #ebf8ff;
  border: 1px solid #bee3f8;
  border-radius: 8px;
  padding: 24px;
  margin: 35px 0;
  text-align: center;
}

.blog-post .cta-banner h3 {
  margin-top: 0;
  color: #2c5282;
}

.blog-post .cta-button {
  display: inline-block;
  background-color: #3182ce;
  color: #ffffff !important;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: bold;
  margin-top: 10px;
  transition: background-color 0.2s ease;
}

.blog-post .cta-button:hover {
  background-color: #2b6cb0;
}

.blog-post .references {
  margin-top: 45px;
  padding-top: 20px;
  border-top: 2px solid #cbd5e0;
 }

.blog-post .references h2 {
  border-bottom: none;
  margin-top: 0;
}

.blog-post .references p {
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 12px;
}/* End custom CSS */