.elementor-1474 .elementor-element.elementor-element-c4c8783{--display:flex;}.elementor-1474 .elementor-element.elementor-element-0e8d512{--display:flex;}.elementor-1474 .elementor-element.elementor-element-eb7b45e{--display:flex;}.elementor-1474 .elementor-element.elementor-element-9417915{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7ede21e */body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background-color: #f5f6fb;
}

.docs-wrapper {
  max-width: 960px;
  margin: 24px auto;
  padding: 16px 20px 40px;
  background-color: #ffffff;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.03);
}

.docs-title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 18px;
}

.docs-section {
  background-color: #f9fafb;
  border-radius: 18px;
  padding: 18px 22px 20px;
  margin-bottom: 18px;
  border: 1px solid #e5e7eb;
}

.section-heading {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}

.sub-heading {
  margin: 16px 0 6px;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}

.section-list {
  margin: 0 0 6px 18px;
  padding: 0;
  list-style: disc;
}

.section-list li {
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 4px;
}

.section-list li::marker {
  font-size: 10px;
}

@media (max-width: 768px) {
  .docs-wrapper {
    margin: 12px;
    padding: 14px 14px 30px;
  }

  .docs-section {
    padding: 14px 16px 16px;
  }

  .docs-title {
    font-size: 20px;
  }
}/* End custom CSS */