.elementor-16379 .elementor-element.elementor-element-5ece126{--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 text-editor, class: .elementor-element-9c5a965 */.blog-feature {
  max-width: 1000px;
  margin: 0 auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111111;
  line-height: 1.8;
  font-size: 18px;
  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;
}

.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;
  border-left: 4px solid #d0112b;
  padding: 18px 22px;
  margin: 25px 0;
  border-radius: 8px;
  color: #0e0e0e;
  font-size: 17.5px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.8;
  box-shadow: 0 3px 8px rgba(0,0,0,0.06);
}

.blog-feature .cta {
  background: #fff5f6;
  border: 1px solid rgba(208,17,43,0.18);
  border-radius: 12px;
  padding: 24px 22px;
  margin-top: 40px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.04);
  text-align: center;
}

.blog-feature .cta h2 {
  margin-top: 0;
}

.blog-feature .cta p {
  margin-bottom: 25px;
}

.blog-feature .donate-btn {
  display: inline-block;
  background: linear-gradient(90deg, #d0112b, #a30e22);
  color: #ffffff;
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 10px rgba(208,17,43,0.2);
}
.blog-feature .donate-btn:hover {
  background: linear-gradient(90deg, #a30e22, #d0112b);
  transform: translateY(-2px);
}/* End custom CSS */