/* v95 — bulk currency editor: remove horizontal scroll and start vertical scrollbar below column header */
.taif-currency-management-modal--bulk-editor .currency-management-bulk-panel{
  min-width:0;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-scrollarea{
  display:flex;
  flex-direction:column;
  min-width:0;
  min-height:0;
  overflow:hidden;
  padding:0;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-sticky-stack{
  position:relative;
  top:auto;
  flex:0 0 auto;
  min-width:0;
  margin:0 0 7px;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-toolbar,
.taif-currency-management-modal--bulk-editor .currency-management-bulk-grid-head,
.taif-currency-management-modal--bulk-editor .currency-management-bulk-list,
.taif-currency-management-modal--bulk-editor .currency-management-bulk-card,
.taif-currency-management-modal--bulk-editor .currency-management-bulk-card__row{
  min-width:0;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-grid-head,
.taif-currency-management-modal--bulk-editor .currency-management-bulk-card__row{
  grid-template-columns:36px 68px minmax(126px, 1fr) minmax(72px, .60fr) repeat(4, minmax(82px, .90fr));
  gap:6px;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-toolbar{
  padding-inline:6px;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-grid-head{
  padding:5px 7px 4px;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-list{
  flex:1 1 auto;
  min-height:0;
  overflow-y:auto;
  overflow-x:hidden;
  padding:0 0 8px;
  scrollbar-gutter:stable;
  scrollbar-width:thin;
  scrollbar-color:rgba(15,23,42,.22) transparent;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-list::-webkit-scrollbar{
  width:10px;
  height:10px;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-list::-webkit-scrollbar-track{
  background:transparent;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-list::-webkit-scrollbar-thumb{
  background:rgba(15,23,42,.22);
  border-radius:10px;
  border:2px solid transparent;
  background-clip:content-box;
}

.taif-currency-management-modal--bulk-editor .currency-management-bulk-card{
  padding:8px 7px;
}
