/**
 * WooCommerce Status Widget Restorer Styles
 *
 * @package WooCommerce_Status_Widget_Restorer
 * @since 1.0.0
 */

/* Widget restoration notice */
.swrfw7sk-notice {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 12px;
    margin: 5px 0 15px;
}

/* Success notice */
.swrfw7sk-success-notice {
    background: #d4edda;
    border-left: 4px solid #28a745;
    padding: 12px;
    margin: 5px 0 15px;
}
