/* Collect It All v40.23 — Market Price save + pricing-column alignment hotfix. */

/* Give the three pricing columns consistent spacing and visual alignment. */
#collection .v414-collection-table col.book{width:20%!important}
#collection .v414-collection-table col.grade{width:7%!important}
#collection .v414-collection-table col.purchase{width:8.5%!important}
#collection .v414-collection-table col.suggest{width:11%!important}
#collection .v414-collection-table col.market{width:12.5%!important}
#collection .v414-collection-table col.pl{width:7%!important}
#collection .v414-collection-table col.actions{width:228px!important}

#collection .v414-collection-table th.v423-price-head{
  text-align:center!important;
  white-space:nowrap!important;
  vertical-align:middle!important;
}
#collection .v423-cost-cell,
#collection .v423-suggest-cell,
#collection .v423-market-cell{
  text-align:center!important;
  vertical-align:middle!important;
}
#collection .v423-cost-cell .v41-money,
#collection .v423-market-cell .v41-market-input{
  width:100%!important;
  max-width:168px!important;
  margin-inline:auto!important;
  text-align:center!important;
}
#collection .v423-suggest-cell .v41-ai,
#collection .v423-suggest-cell .v42-price-date,
#collection .v423-market-cell .v43-market-state{
  display:block!important;
  text-align:center!important;
  margin-inline:auto!important;
}
#collection .v423-suggest-cell .v42-price-date,
#collection .v423-market-cell .v43-market-state{
  margin-top:3px!important;
}
#collection .v423-market-cell .v39-help,
#collection th.v423-price-head .v39-help{
  vertical-align:1px!important;
}

/* Keep the actions fully visible while reclaiming unused Book-column space. */
#collection .v414-collection-table .v412-actions{
  justify-content:center!important;
}

@media(max-width:1280px) and (min-width:901px){
  #collection .v414-collection-table col.book{width:18%!important}
  #collection .v414-collection-table col.purchase{width:8.5%!important}
  #collection .v414-collection-table col.suggest{width:11.5%!important}
  #collection .v414-collection-table col.market{width:13%!important}
  #collection .v414-collection-table col.actions{width:218px!important}
}
