@media(max-width:650px){
  .sold-history-row{grid-template-columns:minmax(0,1fr);min-width:0;max-width:100%;overflow:hidden}
  .sold-history-row>div{min-width:0;max-width:100%}
  .sold-history-row .dashboard-actions{display:grid;grid-template-columns:minmax(0,1fr);grid-column:1/-1;width:100%;min-width:0;max-width:100%;gap:.45rem}
  .sold-history-row .dashboard-actions button{width:100%;min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere;text-align:center}
}
