/**
 * Gutenberg Quick Migration Styles
 */

.migro-content-migrator-panel {
    margin-top: 16px;
}

.migro-content-migrator-panel .components-panel__body-title {
    font-weight: 600;
}

.wp-cm-gutenberg-info p {
    font-size: 12px;
    color: #757575;
    margin: 0 0 12px 0;
}

.wp-cm-gutenberg-push,
.wp-cm-gutenberg-pull {
    width: 100%;
    justify-content: center;
    margin-bottom: 8px;
}

.wp-cm-gutenberg-push .components-spinner,
.wp-cm-gutenberg-pull .components-spinner {
    margin: 0 4px 0 0;
}

/* Panel rows spacing */
.migro-content-migrator-panel .components-panel__row {
    margin-bottom: 8px;
}

.migro-content-migrator-panel .components-panel__row:last-child {
    margin-bottom: 0;
}

/* Success/Error states */
.wp-cm-migration-success {
    background-color: #4ab866;
    color: white;
}

.wp-cm-migration-error {
    background-color: #cc1818;
    color: white;
}
