.bulk-create-material-controls { width: 100%; grid-column: 1 / -1; }
.bulk-create-material-slot { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; min-width: 0; width: 100%; margin-top: .75rem; }
.bulk-create-material-slot .bulk-create-material-label { color: var(--bulk-create-muted); font-size: 12px; font-weight: 700; }
.bulk-create-material-choices { display: inline-flex; max-width: 100%; min-width: 0; overflow-x: auto; border: 1px solid #d0d5dd; border-radius: 10px; background: #fff; }
.bulk-create-material-choice { position: relative; display: flex; flex: 0 0 64px; align-items: center; justify-content: center; width: 64px; height: 64px; padding: 0; border: 0; border-right: 1px solid #d0d5dd; border-radius: 0; background: #e4e7ec; cursor: pointer; font: inherit; }
.bulk-create-material-choice:last-child { border-right: 0; }
.bulk-create-material-choice img { display: block; width: 44px; height: 44px; object-fit: contain; }
.bulk-create-material-choice span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.bulk-create-material-choice .bulk-create-material-pro { position: absolute; top: 2px; right: 2px; width: auto; height: auto; padding: 1px 3px; clip: auto; overflow: visible; border-radius: 3px; background: var(--td-pro-locked-color, #ca366d); color: #fff; font-size: 9px; font-weight: 700; line-height: 1.2; pointer-events: none; }
.bulk-create-material-choice:hover { background: #d9dde3; }
.bulk-create-material-choice[aria-pressed="true"] { background: color-mix(in srgb, #ca366d 8%, #fff); box-shadow: inset 0 0 0 2px #ca366d; }
.bulk-create-material-choice:first-child[aria-pressed="true"] { border-radius: 9px 0 0 9px; }
.bulk-create-material-choice:last-child[aria-pressed="true"] { border-radius: 0 9px 9px 0; }
.bulk-create-material-choice:focus-visible { outline: 2px solid #ca366d; outline-offset: -4px; }
.bulk-create-material-choice.is-loading { opacity: .6; cursor: wait; }
.bulk-create-auxiliary-inputs { display: flex; align-items: center; gap: .75rem; min-width: 0; flex-wrap: wrap; }
@media (min-width: 901px) {
  .bulk-create-page[data-slot-count="1"] .bulk-create-inputs { display: grid; grid-template-columns: minmax(320px, 1fr) auto; align-items: center; gap: .75rem; }
  .bulk-create-page[data-slot-count="1"] .bulk-create-inputs .bulk-create-input-field { min-width: 0; }
  .bulk-create-page[data-slot-count="1"] .bulk-create-inputs .bulk-create-auxiliary-inputs { grid-column: 2; justify-self: end; }
}
@media (max-width: 900px) { .bulk-create-material-controls, .bulk-create-material-slot { min-width: 0; max-width: 100%; } }
@media (max-width: 767px) { .bulk-create-material-controls { width: 100%; } .bulk-create-material-slot { flex-direction: column; gap: .35rem; } .bulk-create-material-slot .bulk-create-material-label { padding-top: 0; } .bulk-create-material-choices { width: auto; } .bulk-create-material-choice { flex-basis: 56px; width: 56px; height: 56px; } .bulk-create-material-choice img { width: 40px; height: 40px; } }
