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


#widget-integration {
  padding-bottom: 40px;
}

#widget-integration .icalls-doc-desc {
  font-size: 14px;
  color: #6c757d;
  max-width: 950px;
}

#widget-integration .icalls-step-block {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 22px;
  margin-bottom: 26px;
}

#widget-integration h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

#widget-integration h6 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 14px;
}

#widget-integration ul,
#widget-integration ol {
  padding-left: 18px;
  font-size: 13px;
  color: #495057;
}

#widget-integration li {
  margin-bottom: 6px;
}

#widget-integration .icalls-note {
  font-size: 13px;
  padding: 12px 14px;
  border-radius: 6px;
  margin-top: 12px;
}

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

#widget-integration .icalls-note.warning {
  background: #fff4e5;
  border-left: 4px solid #fd7e14;
}

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

@media (max-width: 768px) {
  #widget-integration .icalls-step-block {
    padding: 18px;
  }
}






/* Supported start */

.icalls-support-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  background: #ffffff;
  font-size: 13px;
  font-weight: 500;
  color: #212529;
}

.icalls-support-card i {
  font-size: 18px;
  color: #0d6efd;
}
/* Supported end */




 /* Browser start */
.icalls-compat-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 18px;
  height: 100%;
}

.icalls-compat-card i {
  font-size: 22px;
  color: #0d6efd;
  margin-bottom: 8px;
  display: inline-block;
}

.icalls-compat-card h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.icalls-compat-card p {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 0;
}
