
.presszone-migration-wrap {
    max_width: 800px;
    margin: 20px auto;
    background: #fff;
    padding: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 4px;
}

.presszone-migration-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.presszone-migration-header h1 {
    margin: 0;
    color: #23282d;
}

.presszone-migration-progress {
    background: #f0f0f1;
    border-radius: 20px;
    height: 20px;
    margin: 20px 0;
    overflow: hidden;
    display: none;
}

.presszone-migration-bar {
    background: #2271b1;
    height: 100%;
    width: 0%;
    transition: width 0.3s ease;
}

.presszone-migration-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
    background: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
}

.stat-item {
    text-align: center;
}

.stat-value {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #2271b1;
}

.stat-label {
    color: #646970;
    font-size: 13px;
}

.presszone-migration-actions {
    margin-top: 30px;
    text-align: right;
}

.presszone-status-message {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

.presszone-status-message.error {
    background-color: #fbeaea;
    color: #d63638;
}

.presszone-status-message.success {
    background-color: #edfaef;
    color: #00a32a;
}
