/* Selectors carry two classes so they beat WPForms' `div.wpforms-container-full *` reset. */
.wpforms-container .wpfpu-count:empty {
    display: none;
}
.wpforms-container .wpfpu-count {
    margin: 6px 0 0;
    font-size: 13px;
    line-height: 1.4;
    color: #4b5563;
}
.wpforms-container .wpfpu-count.is-full {
    color: #166534;
    font-weight: 600;
}
.wpforms-container .wpfpu-count.is-error {
    color: #b91c1c;
    font-weight: 600;
}
.wpforms-container .filepond--root {
    margin-bottom: 0;
    font-family: inherit;
    font-size: 14px;
}
.wpforms-container .filepond--root .filepond--panel-root {
    background: #f3f4f6;
}
.wpforms-container .filepond--root .filepond--drop-label {
    min-height: 2.75em; /* Keep the empty state about as tall as a native file input. */
    color: #374151;
}
.wpforms-container .filepond--root .filepond--drop-label label {
    margin: 0;
    padding: 0.5em;
    font-weight: 400;
    line-height: 1.4;
    cursor: pointer;
}
.wpforms-container .filepond--root .filepond--drop-label small {
    font-size: 12px;
    color: #6b7280;
}
.wpforms-container .filepond--root .filepond--label-action {
    color: #2563eb;
    text-decoration: underline;
    text-decoration-color: #2563eb;
}
.wpforms-container .filepond--root .filepond--file-info,
.wpforms-container .filepond--root .filepond--file-status {
    color: #fff;
}
/* Keep tall lists inside the form: FilePond scrolls the file list when the root has a max-height. */
.wpforms-container .filepond--root {
    max-height: 16em;
}
