section {
    scroll-margin-top: 70px;
}



.icalls-doc-desc {
  font-size: 14px;
  color: #6c757d;
}

.icalls-step-block {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 24px;
}

.icalls-step-block h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.icalls-step-block h6 {
  font-size: 14px;
  font-weight: 600;
}

.icalls-step-block ol,
.icalls-step-block ul {
  font-size: 13px;
  color: #495057;
  padding-left: 18px;
}

.icalls-step-block li {
  margin-bottom: 6px;
}

.icalls-muted {
  font-size: 13px;
  color: #6c757d;
}

.icalls-note {
  font-size: 13px;
  padding: 10px 12px;
  border-radius: 6px;
  margin-top: 10px;
}

.icalls-note.success {
  background: #e7f5ee;
  border-left: 4px solid #198754;
}

.icalls-note.info {
  background: #eef4ff;
  border-left: 4px solid #0d6efd;
}

.icalls-code-block {
  background: #0b0f19;
  color: #e9ecef;
  padding: 14px;
  border-radius: 6px;
  font-size: 12px;
  overflow-x: auto;
}

.icalls-next-section,
.icalls-help-section {
  margin-top: 32px;
}

.icalls-next-section h5,
.icalls-help-section h5 {
  font-size: 16px;
  font-weight: 600;
}


