.elementor-13733 .elementor-element.elementor-element-e0f2c79{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-729d8e7 */.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.7rem;
  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: 1.5rem 0;
}

.ui-list, .feature-list, .sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-list li {
  background: #fff6f3;
  border-left: 4px solid #F3722C;
  padding: 10px 14px;
  margin-bottom: 10px;
  border-radius: 6px;
  font-size: 0.95rem;
  list-style: none !important;
}

.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;
}

.sub-list li {
  background: #f1f5f9;
  padding: 8px 12px;
  margin: 6px 0 0 15px;
  border-radius: 5px;
  font-size: 0.9rem;
}/* End custom CSS */