.tm24-topcats { display: grid; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); gap: 12px; padding: 16px 0 24px; }
.tm24-topcat-tile { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 16px 12px; background: #fff; border-radius: 18px; box-shadow: 0 1px 3px rgba(0,0,0,.08); text-decoration: none; color: #111827; font-size: 13px; font-weight: 600; text-align: center; transition: transform .22s; }
.tm24-topcat-tile:hover { transform: translateY(-4px); color: #2E2BCB; }