.vinted-assignment{min-width:310px;max-width:440px}

/* Le tableau défile dans sa propre zone : sa barre horizontale reste visible
   même quand la liste contient beaucoup de ventes. */
.dialog:has(.vinted-sales-table){overflow:hidden}
.dialog:has(.vinted-sales-table) #modalContent{
  display:flex;
  flex-direction:column;
  min-height:0;
  max-height:calc(90vh - 56px);
}
.vinted-sales-table{
  flex:1 1 auto;
  min-height:220px;
  max-height:calc(90vh - 270px);
  overflow:auto;
  overscroll-behavior:contain;
  scrollbar-gutter:stable both-edges;
}
.vinted-sales-table table{min-width:1120px}
.vinted-sales-actions{flex:0 0 auto;padding-top:8px}
.vinted-control-table table{min-width:1180px}
.vinted-control-table td{vertical-align:top}
.vinted-control-table select{min-width:290px}

@media(max-width:760px){
  .vinted-assignment{min-width:260px;max-width:100%}
  .dialog:has(.vinted-sales-table) #modalContent{max-height:calc(100dvh - 44px)}
  .vinted-sales-table{min-height:180px;max-height:calc(100dvh - 270px)}
  .vinted-sales-table table{min-width:1050px}
  .vinted-control-table table{min-width:1120px}
  .vinted-control-table select{min-width:260px}
}
