table {
  min-width: 1260px;
}

th,
td {
  padding: 6px 9px;
  font-size: 12px;
}

th {
  color: #111827;
  background: #f3f4f6;
}

.table-empty-cell {
  height: 78px;
  color: #6b7280;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.status,
.role-tag,
.scope-tag {
  min-height: 20px;
  padding: 0 7px;
  font-size: 11px;
}

.permission-banner {
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 2px;
}

.update-banner {
  margin-bottom: 8px;
  padding: 8px 10px;
  border-radius: 2px;
}

.photo-empty {
  width: 44px;
  height: 30px;
  font-size: 11px;
}

.upload-zone {
  min-height: 82px;
  padding: 14px;
}

.upload-zone strong {
  font-size: 14px;
  margin-bottom: 4px;
}

.upload-zone p {
  margin-bottom: 8px;
}

.review-alert {
  min-height: 34px;
  margin-bottom: 8px;
  padding: 0 12px;
}

.warehouse-layout {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 8px;
}

.warehouse-list-panel {
  top: 49px;
  max-height: calc(100vh - 57px);
}

.warehouse-list-panel .pagination-bar {
  margin: 0;
  border-top: 1px solid var(--line);
}

.warehouse-list {
  gap: 6px;
}

.warehouse-select-button {
  min-height: 42px;
  padding: 7px 10px;
}

.warehouse-list span {
  font-size: 12px;
}

.empty-state {
  min-height: 120px;
  border-radius: 2px;
  padding: 16px;
}

.empty-mark {
  width: 52px;
  height: 38px;
  margin-bottom: 8px;
}

.empty-mark::after {
  left: 15px;
  top: 18px;
}

.modal-header,
.modal-footer {
  min-height: 44px;
  padding: 8px 12px;
}

.modal-body {
  padding: 12px;
  gap: 10px;
}

.summary-box {
  border-radius: 2px;
  padding: 8px 10px;
  line-height: 1.5;
}

.pdd-app-modal .modal-body {
  padding: 16px 18px;
}

.pdd-app-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 1fr));
  gap: 12px 18px;
  align-items: start;
}

.pdd-app-form-grid .field {
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 10px;
}

.pdd-app-form-grid .field span {
  text-align: right;
}

.pdd-app-form-grid .wide-field {
  grid-column: 1 / -1;
}

.pdd-app-permission-modal .pagination-bar {
  margin-top: 2px;
}
