.aio-csv-upload-section {
    max-width: 100%;
    margin: 40px auto 0 auto;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(16,30,54,0.08);
    padding: 32px 32px 24px 32px;
    font-family: 'Inter', Arial, sans-serif;
}

.aio-csv-upload-section p {
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 24px;
    text-align: center;
	
}
.aio-csv-step {
    margin-bottom: 28px;
}
.aio-csv-step-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 4px;
}
.aio-csv-step-desc {
    color: #6b7280;
    font-size: 0.98rem;
    margin-bottom: 12px;
}
.aio-csv-upload-box {
    border: 2px dashed #cbd5e1;
    border-radius: 8px;
    background: #f9fafb;
    padding: 32px 16px;
    text-align: center;
    margin-bottom: 18px;
    position: relative;
    transition: border-color 0.2s;
}
.aio-csv-upload-box.dragover {
    border-color: #2563eb;
    background: #e0e7ff;
}
.aio-csv-upload-box input[type="file"] {
    /* Remove display: none so default browser file input is visible */
    display: inline-block;
    margin-top: 10px;
}
.aio-csv-upload-box label {
    display: block;
    color: #2563eb;
    font-weight: 600;
    cursor: pointer;
    font-size: 1.05rem;
    margin-top: 8px;
    text-decoration: underline;
}
.aio-csv-upload-box .aio-csv-upload-text {
    color: #6b7280;
    font-size: 1rem;
    margin-bottom: 6px;
}
.aio-quick-csv-order-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}


.aio-csv-status {
    margin-top: 16px;
    min-height: 24px;
    text-align: center;
    font-size: 1rem;
}