.how-to-guides {
  margin: 80px 0 64px;
}

@media (max-width: 600px) {
  .how-to-guides {
    margin: 40px 0 32px;
  }
}

#Managing-Assessments,
#Getting-Reports,
#Other {
  scroll-margin-top: 140px;
}

/* Offset for anchor links to account for sticky header */
#Organization-Account-Setup,
#ReadBasix-Assessment-Management,
#Report-Access {
  scroll-margin-top: 120px;
}

.guides {
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.guide {
  display: flex;
  flex-direction: column;
  gap: 32px;
  scroll-margin-top: 100px; /* Universal offset for all guides with anchor links */
}

@media (max-width: 600px) {
  .guide {
    scroll-margin-top: 80px; /* Adjusted for mobile header height */
  }
}

.guide ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (max-width: 600px) {
  .guides {
    gap: 40px;
  }
}
