/* Compact desktop course cards: square imagery stays visible without oversized rows. */
@media(min-width:1180px){.handbook-course-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:13px!important;padding:14px!important}.handbook-course-card{display:grid!important;grid-template-columns:126px minmax(0,1fr);align-items:stretch;min-height:150px}.handbook-course-cover{width:126px!important;height:126px!important;min-height:126px!important;margin:12px 0 12px 12px;aspect-ratio:1/1!important;border-radius:12px!important}.handbook-course-copy{display:flex!important;min-width:0;min-height:150px;padding:16px 15px!important;flex-direction:column}.handbook-course-copy b{font-size:16px!important}.handbook-course-copy>span{min-height:0!important;font-size:12px!important}.handbook-course-copy strong{margin-top:auto!important}.handbook-course-cover em{left:7px!important;bottom:7px!important;font-size:9px!important;padding:4px 6px!important}}@media(min-width:761px) and (max-width:1179px){.handbook-course-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.handbook-course-cover{aspect-ratio:1/1!important;height:auto!important}}@media(max-width:760px){.handbook-course-cover{aspect-ratio:1/1!important;height:auto!important}}
