.elementor-13692 .elementor-element.elementor-element-d355963{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-1a5dda8 */.scheme-card {
  font-family: 'Segoe UI', Roboto, sans-serif;
  background: #fff;
  padding: 32px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
  color: #1e293b;
  line-height: 1.6;
}

.scheme-card .title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #F3722C;
  text-align: center;
  margin-bottom: 20px;
}

.scheme-section {
  margin-bottom: 26px;
}

.scheme-section h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #F3722C;
  margin-bottom: 12px;
  border-left: 4px solid #F3722C;
  padding-left: 10px;
  margin: 1rem 0;
}

.ui-list , .feature-list, .steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-list li, .steps li {
  background: #fff6f3;
  border-left: 4px solid #F3722C;
  padding: 10px 14px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 0.95rem;
  list-style: none;
}

.feature-list li {
  background: #f9fafb;
  padding: 10px 14px;
  margin-bottom: 8px;
  border-radius: 6px;
  font-size: 0.95rem;
  position: relative;
}

.feature-list li::before {
  content: "✔";
  color: #16a34a;
  font-weight: bold;
  margin-right: 8px;
}/* End custom CSS */