.guide-list-section {
  margin: 0 0 18px;
  scroll-margin-top: 12px;
}

.guide-list-section:last-of-type {
  margin-bottom: 0;
}

.guide-list-section .site-intro {
  margin: 0 0 8px;
  padding: 0 4px;
}

.guide-list-section .subpage-title {
  margin: 0 0 4px;
  color: var(--accent);
  font-size: 1.35rem;
  line-height: 1.2;
}

.guide-list-section .site-intro-copy {
  margin: 0;
}

.guide-list-section .character-search-panel,
.guide-list-section .character-list-panel {
  margin-bottom: 8px;
}

.guide-list-section .character-list-panel {
  padding-top: 2px;
}

@media (max-width: 600px) {
  .guide-list-section {
    margin-bottom: 12px;
    scroll-margin-top: 6px;
  }

  .guide-list-section .site-intro {
    padding: 0 2px;
  }

  .guide-list-section .subpage-title {
    font-size: 1.16rem;
  }
}
