.compact-card-grid__list{display:grid;gap:1.5rem;grid-template-columns:1fr 1fr;list-style:none;margin:0;padding:0}@media (max-width:600px){.compact-card-grid__list{grid-template-columns:1fr}}.compact-card-grid__item{min-width:0}.compact-card{box-sizing:border-box;height:100%;min-height:160px;transition:transform .2s ease,box-shadow .2s ease}.compact-card:hover{box-shadow:0 8px 24px rgba(39,17,60,.15);transform:translateY(-2px)}.compact-card__title{font-family:Jokker,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2;margin-bottom:.75rem;margin-top:0}.compact-card__description{font-size:.9375rem;line-height:1.6;margin:0}