.tsp-home-hub .tsp-home-admin-grid:has(> button:nth-child(3):last-child) { grid-template-columns:repeat(3,minmax(0,1fr)); }
@media(max-width:600px) { .tsp-home-hub .tsp-home-admin-grid:has(> button:nth-child(3):last-child) { grid-template-columns:1fr; } }
