.picker-step {
  padding-bottom: 118px;
}

.picker-filter-panel {
  margin-top: -12px;
}

.picker-searchbar {
  min-width: 1040px;
}

.publish-selection-dock {
  position: fixed;
  z-index: 18;
  right: 0;
  bottom: 0;
  left: var(--side);
  min-width: 1120px;
  min-height: 102px;
  padding: 12px 28px 10px;
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 -8px 24px rgba(33, 60, 90, .1);
}

.publish-selection-dock .selection-summary {
  justify-content: center;
  min-height: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font-size: 16px;
  font-weight: 600;
}

.publish-selection-dock .selection-summary b {
  color: #ff5d2d;
}

.picker-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 8px;
}

.picker-actions .btn {
  min-width: 112px;
  height: 36px;
}

.picker-actions .clear-selection {
  min-width: 76px;
  background: #909399;
}

.picker-actions .export-selected {
  position: absolute;
  right: 28px;
  bottom: 10px;
  background: #67bd45;
}

.picker-actions .btn:disabled {
  cursor: not-allowed;
  opacity: .55;
}

.refund-modal {
  width: min(560px, 86vw);
  padding: 26px 34px 30px;
}

.refund-modal .modal-head h3 {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.refund-resource {
  margin: 0 0 16px;
  color: #777;
}

.refund-reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  padding: 8px 0 18px;
}

.refund-reasons label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
}

.refund-reasons input {
  width: 20px;
  height: 20px;
  accent-color: var(--blue);
}

#refund-detail {
  width: 100%;
  height: 78px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 3px;
  resize: vertical;
  outline: none;
}

#refund-detail:focus {
  border-color: var(--blue);
}

.refund-modal .modal-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.short-video-table {
  min-width: 1240px;
}

.short-video-table th:nth-child(2),
.short-video-table td:nth-child(2) {
  width: 150px;
}

.short-video-table th:nth-child(3),
.short-video-table td:nth-child(3) {
  min-width: 210px;
}

.short-video-platform {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
}

.short-video-platform img,
.short-video-platform i {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  border-radius: 6px;
  object-fit: contain;
}

.short-video-platform i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eaf2ff;
  color: #2878e8;
  font-size: 10px;
  font-style: normal;
}

.short-video-platform b {
  font-weight: 500;
}

.channel-detail-table {
  min-width: 1280px;
}

.channel-detail-table th:nth-child(2),
.channel-detail-table td:nth-child(2) {
  min-width: 240px;
}

.channel-detail-table th.remark,
.channel-detail-table td.remark {
  min-width: 260px;
}

@media (max-width: 1450px) {
  .publish-selection-dock {
    padding-right: 18px;
    padding-left: 18px;
  }

  .picker-actions .export-selected {
    right: 18px;
  }
}
