/**
 * Simple Deposits for WooCommerce — Admin styles
 * Phase 1: minimal, since woocommerce_wp_text_input() and the
 * WC_Settings_Page renderer already inherit WooCommerce's own
 * admin form styling. This file exists as a hook point for later
 * phases (order metabox, checkout breakdown styling, etc.).
 */

.sdfw-product-field .form-field {
	margin-bottom: 0;
}

.column-sdfw_amount {
	width: 120px;
}