
/* v104: richer selling page transaction table */
.selling-data-room .data-grid,
.selling-data-grid{
  grid-template-columns:.82fr 1.18fr;
  align-items:center;
  gap:34px;
}
.selling-data-room .data-copy{max-width:560px}
.data-small-note{
  margin-top:10px!important;
  color:#cfd9e8!important;
  font-size:.95rem!important;
}
.selling-transactions-box{
  background:#fff;
  color:#10213f;
  border-radius:28px;
  padding:18px;
  box-shadow:0 24px 70px rgba(0,0,0,.22);
  border:1px solid rgba(255,255,255,.24);
}
.selling-table-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:14px;
  padding:6px 6px 14px;
  border-bottom:1px solid #e8e1d8;
}
.selling-table-head strong{
  color:#0d2347;
  font:900 1.15rem/1.2 "Heebo",sans-serif;
}
.selling-table-head span{
  color:#6b7586;
  font:800 .82rem/1 "Heebo",sans-serif;
  background:#f6f1e8;
  border-radius:999px;
  padding:8px 12px;
  white-space:nowrap;
}
.selling-table-scroll{
  max-height:330px;
  overflow:auto;
  scrollbar-width:thin;
  margin-top:8px;
}
.selling-mini-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  min-width:680px;
}
.selling-mini-table thead th{
  position:sticky;
  top:0;
  z-index:2;
  background:#f7f4ef;
  color:#0d2347;
  text-align:right;
  font:900 .82rem/1 "Heebo",sans-serif;
  padding:13px 12px;
  border-bottom:1px solid #e4ddd2;
}
.selling-mini-table td{
  padding:13px 12px;
  border-bottom:1px solid #eee8df;
  color:#273852;
  font:750 .9rem/1.35 "Heebo",sans-serif;
  white-space:nowrap;
}
.selling-mini-table td:nth-child(3){
  color:#ed1c2e;
  font-weight:900;
}
.selling-mini-table tr:hover td{background:#fbfaf7}
.selling-table-foot{
  padding:12px 6px 2px;
  color:#677389;
  font:700 .78rem/1.45 "Heebo",sans-serif;
}
@media (max-width:1050px){
  .selling-data-room .data-grid,.selling-data-grid{grid-template-columns:1fr;}
  .selling-data-room .data-copy{max-width:none;}
}
@media (max-width:680px){
  .selling-transactions-box{padding:14px;border-radius:22px;}
  .selling-table-head{align-items:flex-start;flex-direction:column;}
  .selling-table-scroll{max-height:360px;}
  .selling-mini-table{min-width:620px;}
}

/* v105: show roughly five rows and make the table feel richer */
.selling-transactions-box{min-height:0;}
.selling-table-scroll{max-height:292px; border-radius:16px; border:1px solid #eee8df;}
.selling-mini-table tbody tr:nth-child(odd) td{background:#fff;}
.selling-mini-table tbody tr:nth-child(even) td{background:#fbfaf7;}
.selling-mini-table td:nth-child(2){font-weight:900;color:#0d2347;}
.selling-mini-table td:nth-child(4),.selling-mini-table td:nth-child(5),.selling-mini-table td:nth-child(6){text-align:center;}
@media (max-width:680px){.selling-table-scroll{max-height:320px}.selling-mini-table{min-width:690px}}
