/* Related guides block at the end of every guide page (22 September 2026).
   The three cards reuse the library card styles from guides.v1.css. */
.guideRelatedSection .legalSectionNumber {
  color: var(--legal-mint);
  font-size: 18px;
}

.guideRelatedGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 6px;
}

.guideRelatedGrid .guideCard h3 {
  font-size: 16px;
}

.guideRelatedGrid .guideCard p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 1100px) {
  .guideRelatedGrid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .guideRelatedGrid { grid-template-columns: 1fr; }
}
