.elementor-4132 .elementor-element.elementor-element-3ba4d85{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-ecced93 */```css
.lsr-article {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 24px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  line-height: 1.75;
  background: #fff;
}

.article-header {
  border-left: 6px solid #17a2b8;
  padding-left: 24px;
  margin-bottom: 40px;
}

.article-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  font-size: 14px;
  color: #fff;
  background: #17a2b8;
  border-radius: 20px;
  letter-spacing: 0.3px;
}

.lsr-article h1 {
  margin: 0 0 18px;
  font-size: 38px;
  line-height: 1.25;
  color: #17a2b8;
  font-weight: 700;
}

.article-intro {
  font-size: 18px;
  color: #555;
  margin: 0;
}

.lsr-article section {
  margin-bottom: 42px;
}

.lsr-article h2 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 10px;
  font-size: 26px;
  line-height: 1.35;
  color: #222;
  border-bottom: 1px solid #e5e5e5;
}

.lsr-article h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 80px;
  height: 3px;
  background: #17a2b8;
}

.lsr-article h3 {
  margin: 0 0 14px;
  font-size: 20px;
  color: #17a2b8;
}

.lsr-article p {
  margin: 0 0 16px;
  font-size: 16px;
}

.lsr-article strong {
  color: #17a2b8;
  font-weight: 700;
}

.feature-box,
.highlight-panel {
  margin: 24px 0;
  padding: 24px;
  background: #f2fbfc;
  border: 1px solid rgba(23, 162, 184, 0.25);
  border-radius: 10px;
}

.feature-box ul,
.highlight-panel ul {
  margin: 0;
  padding-left: 22px;
}

.feature-box li,
.highlight-panel li {
  margin-bottom: 10px;
}

.feature-box li::marker,
.highlight-panel li::marker {
  color: #17a2b8;
}

@media (max-width: 768px) {
  .lsr-article {
    padding: 28px 18px;
  }

  .article-header {
    padding-left: 18px;
  }

  .lsr-article h1 {
    font-size: 30px;
  }

  .lsr-article h2 {
    font-size: 22px;
  }

  .article-intro {
    font-size: 16px;
  }
}
```/* End custom CSS */