.mobile-batch-picker-btn {
  display: block;
  width: min(100%, 420px);
  min-height: 48px;
  margin: 12px auto 0;
  touch-action: manipulation;
  background: #111827;
  color: #fff;
  border: 0;
  border-radius: 8px;
  font-weight: 700;
}

.mobile-batch-picker-note,
.mobile-batch-picker-status {
  width: min(100%, 520px);
  margin: 8px auto 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
  text-align: center;
}

.mobile-batch-picker-status {
  color: #0f766e;
  font-weight: 600;
}

.mobile-batch-picker-status:empty {
  display: none;
}

.mobile-batch-picker-status.is-error {
  color: #dc2626;
}

@media (max-width: 768px) {
  .upload-area {
    padding: 22px 14px !important;
    min-height: 260px;
  }

  .upload-area .btn-primary,
  .mobile-batch-picker-btn {
    width: 100%;
    min-height: 48px;
    font-size: 16px;
    margin-top: 10px;
    touch-action: manipulation;
  }

  .audio-item {
    align-items: flex-start !important;
    gap: 10px;
  }

  .audio-actions {
    min-width: 88px;
  }
}
