.elementor-989420 .elementor-element.elementor-element-776d31e{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-965bd97 */.blog-wrapper {
  width: 100%;
  line-height: 1.8;
  color: #333333;
}

.blog-wrapper h3 {
  color: #013F54;
  font-size: 28px;
  margin: 32px 0 16px;
  line-height: 1.3;
}

.blog-wrapper p {
  margin: 16px 0;
  font-size: 16px;
}

.blog-wrapper ul {
  margin: 16px 0 16px 24px;
  padding: 0;
}

.blog-wrapper li {
  margin-bottom: 10px;
}

.blog-wrapper strong {
  color: #013F54;
}

.blog-wrapper hr {
  width: 100%;
  border: none;
  border-top: 2px solid #CB902B;
  margin: 28px 0;
}

.blog-wrapper .highlight-link {
  color: #CB902B;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid #CB902B;
  transition: all 0.3s ease;
}

.blog-wrapper .highlight-link:hover {
  opacity: 0.8;
}

.blog-wrapper .cta-button {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 28px;
  background-color: #CB902B;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.blog-wrapper .cta-button:hover {
  background-color: #b67d20;
}/* End custom CSS */