.categoryCard{position:relative;display:flex;justify-content:center;width:100%;height:100%;flex-direction:column;margin:auto;aspect-ratio:16/9}.categoryCard .cardInfo{position:absolute;bottom:0;left:0;right:0;top:0;text-shadow:var(--primary-text-shodow);color:#fff}.categoryCard .cardInfo .cardTitle{align-items:center;font-size:1rem;font-weight:700;height:1.2rem;position:absolute;bottom:.25rem;padding-left:.25rem;padding-right:.25rem;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box}.categoryCard .cardInfo .cardCounts{display:flex;align-items:center;position:absolute;top:.5rem;right:.5rem;gap:.25rem}