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


#troubleshooting {
  padding-bottom: 40px;
}

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

/* Card Blocks */
#troubleshooting .icalls-trouble-card {
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  padding: 22px;
  margin-bottom: 26px;
}

#troubleshooting .icalls-trouble-card.highlight {
  background: #f8f9fa;
  border-left: 4px solid #0d6efd;
}

/* Headings */
#troubleshooting h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

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

/* Labels */
#troubleshooting .label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6c757d;
  margin-top: 10px;
  margin-bottom: 6px;
}

/* Lists */
#troubleshooting ul,
#troubleshooting ol {
  padding-left: 18px;
  font-size: 13px;
  color: #495057;
}

#troubleshooting li {
  margin-bottom: 6px;
}

/* Mobile */
@media (max-width: 768px) {
  #troubleshooting .icalls-trouble-card {
    padding: 18px;
  }
}
