.elementor-16210 .elementor-element.elementor-element-07a013b{--display:flex;}.elementor-16210 .elementor-element.elementor-element-5a8a621 > .elementor-widget-container{margin:5px 5px 5px 5px;}/* Start custom CSS for text-editor, class: .elementor-element-5a8a621 */.blog-feature {
  width: 100%;                     /* use full available width */
  max-width: 1000px;               /* cap on very large screens for readability */
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111111;                  /* stronger contrast for readability */
  line-height: 1.8;
  font-size: 18px;                 /* slightly larger for clarity */
  background: #ffffff;
  padding: 50px 60px;              /* balanced full-width padding */
  border-radius: 0;                /* full-width clean edges */
  box-shadow: none;                /* remove box shadow for seamless integration */
}

.blog-feature h1 {
  font-size: 34px;
  color: #d0112b;
  font-weight: 800;
  margin-bottom: 16px;
  line-height: 1.3;
}

.blog-feature h2 {
  font-size: 24px;
  color: #0e0e0e;
  border-left: 5px solid #d0112b;
  padding-left: 14px;
  margin-top: 45px;
  margin-bottom: 20px;
  font-weight: 700;
}

.blog-feature p {
  margin-bottom: 20px;
  color: #111111;
  font-weight: 400;
}

.blog-feature strong {
  color: #d0112b;
  font-weight: 600;
}

.blog-feature .highlight-box {
  background: #f5f5f5;
  border-left: 5px solid #d0112b;
  padding: 18px 22px;
  margin: 25px 0;
  border-radius: 8px;
}

.blog-feature .stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 10px;
}

.blog-feature .stat {
  flex: 1 1 200px;
  background: #fff4f4;
  border: 1px solid #f0cccc;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}

.blog-feature .stat h3 {
  color: #d0112b;
  font-size: 28px;
  margin: 0;
  font-weight: 800;
}

.blog-feature .stat p {
  font-size: 15px;
  color: #5b5b5b;
  margin-top: 6px;
}

.blog-feature .cta {
  margin-top: 60px;
  background: #d0112b;
  color: #fff;
  text-align: center;
  padding: 35px 30px 40px;
  border-radius: 12px;
}

.blog-feature .cta h2 {
  border: none;
  color: #fff;
  margin: 0 0 15px;
  font-size: 26px;
}

.blog-feature .cta p {
  color: #fff;
  margin-bottom: 22px;
  font-size: 17px;
}

.blog-feature .cta a {
  background: #fff;
  color: #d0112b;
  padding: 14px 28px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 700;
  font-size: 16px;
  transition: 0.3s;
}

.blog-feature .cta a:hover {
  background: #ffe1e1;
}

.blog-feature a {
  color: #112a5d;
  text-decoration: underline;
  font-weight: 500;
}

.blog-feature a:hover {
  color: #0e0e0e;
}/* End custom CSS */