#attachments-dropzone {
    margin-bottom: 12px;
}

/* Drag & drop attachments */
#attachments-dropzone {
    border: 2px dashed var(--medium-grey);
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    background-color: var(--backgrounds-page);
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
}

.attachments-dropzone-icon {
    font-size: 24px;
    color: #C30000;
    margin-bottom: 12px;
}

.attachments-dropzone-text-top,
.attachments-dropzone-text-bottom {
    display: block;
}

.attachments-dropzone-text-top {
    font-size: 14px;
    color: var(--text-primary);
}

.attachments-dropzone-text-bottom {
    font-size: 12px;
    color: var(--text-secondary);
}

#attachments-dropzone .help {
    color: #666;
    margin: 0;
}

#attachments-dropzone.dragover {
    background-color: #f0f8ff;
    border-color: #0d6efd;
}

.attachments-dropzone-button {
    margin-top: 16px;
}

#attachments-dropzone .file-list {
    list-style: none;
    margin: 12px 0 0 0;
    padding: 0;
    text-align: left;
}

#attachments-dropzone .file-list li {
    font-size: 0.95rem;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}

.file-upload-widget {
    padding-bottom: 12px;
}

#attachments-list-container {
    margin-top: 24px;
    margin-bottom: 24px;
}

.dropzone-file-element {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ccc;
    border-radius: var(--border-radius);
    padding: 8px 12px;
    margin-bottom: 12px;
}

.dropzone-file-element .btn {
    margin: 0;
    padding: 8px;
}

.dropzone-file-element .btn i {
    margin: 0;
}
