.elementor-16226 .elementor-element.elementor-element-94d0ab7{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-85beb28 */.blog-feature {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111111;                  /* slightly darker text for better contrast */
  line-height: 1.8;
  font-size: 18px;                 /* larger body size for easier reading */
  background: #ffffff;
  padding: 40px 30px 60px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

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

.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 strong {
  color: #d0112b;
  font-weight: 600;
}

.blog-feature a {
  color: #112a5d;
  font-weight: 500;
  text-decoration: underline;
}
.blog-feature a:hover {
  color: #0e0e0e;
}
.blog-feature .quote {
  background: #f2f2f2;              /* slightly darker gray for contrast */
  border-left: 4px solid #d0112b;   /* brand red accent */
  padding: 18px 22px;
  margin: 25px 0;
  border-radius: 8px;
  color: #0e0e0e;                   /* solid dark text */
  font-size: 17.5px;                /* slightly larger for readability */
  font-weight: 500;                 /* medium weight for clarity */
  font-style: italic;
  line-height: 1.8;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}/* End custom CSS */