/* ==========================================================================
   Speedy Admin — Purchase invoice attachments (upload zone + file list)
   ========================================================================== */

.attach-upload {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border: 1px dashed var(--border);
    border-radius: var(--radius, 8px);
    background: var(--bg-subtle, transparent);
}

.attach-upload .hint {
    margin: 0;
}

.attach-name {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.attach-name svg {
    flex: 0 0 auto;
    color: var(--text-muted, currentColor);
}
