/**
 * Röchling Base Bundle - Admin UI Styles
 *
 * Custom CSS for Pimcore admin interface
 */

/* Product workflow status styles */
.element-product-draft {
    color: #B42928;
}

.element-product-ready {
    color: #B48728;
}
