.tips-numbered__card {
    max-width: 24rem;
}

.tips-numbered__thumb {
    width: 4rem;
    height: 4rem;
}

/* glossary steps — oversized counter ring (layout only) */
.glossary-steps__num {
    width: 3.75rem;
    height: 3.75rem;
    min-width: 3.75rem;
}

.content-column__body {
    column-gap: 2.5rem;
}

.content-column__body p {
    break-inside: avoid;
}

@media (min-width: 768px) {
    .content-column__body {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .content-column__body {
        column-count: 3;
    }
}

.accordion-fold__index {
  width: 3rem;
  height: 3rem;
}

.accordion-fold__body {
  min-width: 0;
}

.accordion-fold__panel {
  max-height: 0;
  transition: max-height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-fold__panel {
    transition: none;
  }
}

