.CatStripGuideContent_body__c8bOo {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.CatStripGuideContent_section__bz3_6 h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
}
.CatStripGuideContent_section__bz3_6 p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary);
}
.CatStripGuideContent_section__bz3_6 p:last-child {
  margin-bottom: 0;
}
.CatStripGuideContent_section__bz3_6 ul {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary);
}
.CatStripGuideContent_section__bz3_6 li + li {
  margin-top: 4px;
}
.CatStripGuideContent_panelScroll__AF4o5 {
  max-height: min(70vh, 32rem);
  overflow-y: auto;
  padding-right: 4px;
}

