/* Red Mammoth — College hub page (college.html). Page-specific rules only;
   shared tokens/header/footer/hero/card patterns come from css/site.css. */

.page-hero__title { max-width: 24ch }

.college__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 18px }
.college__card { text-decoration: none; color: inherit; display: block }
.college__card i { width: 20px; height: 20px; color: var(--color-gold) }
.college__card-sub { display: flex; align-items: center; gap: 9px; font-size: 13.5px; color: var(--color-gold); margin-top: 14px }
.college__card-sub i { width: 15px; height: 15px }
