.onex-seo-export-container {
    max-width: 1200px;
    margin-top: 20px;
}

.onex-seo-card {
    background: #fff;
    padding: 25px;
    margin-bottom: 20px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
    border-radius: 4px;
}

.onex-seo-notice {
    padding: 15px;
    background: #f8f9fa;
    border-left: 4px solid #2271b1;
    margin: 15px 0;
}

.onex-seo-notice ul {
    margin: 10px 0 0 20px;
}

.onex-seo-notice-error {
    background-color: #fcf0f1;
    border-left-color: #d63638;
}

.stage-card {
    position: relative;
}

.stage-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.stat-item {
    text-align: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
}

.stat-label {
    display: block;
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}

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

.stage-progress {
    margin: 20px 0;
}

.progress-bar {
    height: 20px;
    background: #f0f0f1;
    border-radius: 10px;
    overflow: hidden;
}

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

.progress-status {
    margin-top: 10px;
    text-align: center;
    color: #666;
}

.stage-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

.spinner {
    float: none;
    visibility: hidden;
    margin-top: 4px;
}

.spinner.is-active {
    visibility: visible;
}

.description {
    color: #666;
    font-style: italic;
    display: block;
    margin-top: 5px;
}