/* Dropify theme alignment */
.dropify-wrapper {
    border-radius: 0.375rem; /* match Bootstrap input radius */
    border: 1px solid #ced4da; /* match form-control border */
    padding: 0.75rem;
    font-size: 0.875rem; /* Bootstrap's .form-control-sm */
    background-color: #f8f9fa; /* light background */
}

.dropify-message p {
    font-size: 0.875rem;
    color: #6c757d; /* muted text */
    margin-bottom: 0;
}

.dropify-message i {
    font-size: 2rem; /* smaller icon */
    color: #6c757d;
}

.dropify-preview {
    border-radius: 0.375rem;
    overflow: hidden;
}

.dropify-clear {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}
