.oem-importer-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.progress-bar {
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px 0;
}

.progress-bar .progress {
    height: 100%;
    background: #0073aa;
    transition: width 0.3s ease;
}

.status {
    margin: 10px 0;
    font-size: 14px;
}

.log-container {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 20px;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.log-entry {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.error {
    color: #dc3232;
    font-weight: bold;
}

#start-import {
    padding: 10px 20px;
    font-size: 16px;
}

#start-import:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
