/* Copyright 2026 Renofy Ltd. All rights reserved. */
/* FilePond Overrides - Renofy Design System */

/* Container */
.filepond-upload {
  width: 100%;
}

.filepond-upload__label {
  margin-bottom: 0;
}

.filepond-upload__help {
  margin-bottom: 0.75rem;
  color: var(--color-text-secondary);
}

/* FilePond root overrides */
.filepond--root {
  font-family: var(--font-sans);
  font-size: var(--font-size-sm);
}

/* Drop area */
.filepond--drop-label {
  color: var(--color-text-secondary);
  font-size: var(--font-size-base);
  min-height: 120px;
}

.filepond--label-action {
  color: var(--color-pink);
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
}

/* Panel (background) */
.filepond--panel-root {
  background-color: var(--color-bg-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
}

/* File item panel */
.filepond--item-panel {
  border-radius: var(--radius-base);
}

/* Progress indicator - use pink accent */
.filepond--progress-indicator {
  color: var(--color-pink);
}

/* File action buttons */
.filepond--file-action-button {
  cursor: pointer;
}

/* Image preview plugin */
.filepond--image-preview {
  background-color: var(--color-bg-surface);
}
