@media(max-width:480px){
  .push-card{grid-template-columns:auto minmax(0,1fr)}
  .push-btn{grid-column:1/-1;width:100%}
  .updates-head{align-items:flex-start}
  .updates-actions{gap:2px}
  .updates-actions button{font-size:13px}
  .cr-grid{grid-template-columns:1fr}
  .registry-stats{grid-template-columns:1fr 1fr}
}
