/* MessengerOS Admin Styles */

/* Product Sync Styles */
.messos-woocommerce-sync-status,
.messos-woocommerce-sync-actions,
.messos-woocommerce-sync-settings {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgba(0,0,0,0.04);
}

.sync-options {
    margin: 20px 0;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 3px;
}

.sync-options label {
    display: block;
    margin-bottom: 10px;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background: #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px 0;
}

.progress-bar-fill {
    height: 100%;
    background: #0073aa;
    transition: width 0.3s ease;
}

.progress-text {
    text-align: center;
    color: #666;
}

#sync-results {
    margin-top: 20px;
}

/* OAuth Settings */
.oauth-status {
    padding: 10px 15px;
    margin: 20px 0;
    border-radius: 3px;
}

.oauth-status.connected {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.oauth-status.disconnected {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}