.section-guide {
  grid-column: 1 / -1;
  flex: 0 0 100%;
  width: 100%;
  min-width: 0;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line, #d9dfe7);
  text-align: left;
}

.section-guide h3 {
  max-width: 48rem;
  margin: 0 0 0.85rem;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.section-guide h4 {
  max-width: 48rem;
  margin: 1.2rem 0 0.4rem;
  font-size: 1rem;
  line-height: 1.5;
}

.section-guide p {
  max-width: 48rem;
  margin: 0 0 0.85rem;
  font-size: 1rem;
  line-height: 1.75;
  text-wrap: pretty;
}

.section-guide-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  margin-top: 1rem;
}

.section-guide-links a {
  display: inline-block;
  padding-block: 0.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
  text-underline-offset: 0.2em;
  overflow-wrap: anywhere;
}

@media (max-width: 600px) {
  .section-guide {
    margin-top: 1.5rem;
  }
  .section-guide-links {
    gap: 0.35rem 1rem;
  }
}
