/**
 * Inventory account navigation icons.
 *
 * Reuses the Font Awesome 5 Pro font already loaded by the Minimog theme.
 */
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--backpack a::before {
	content: "\f5d4" !important;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--my-requests a::before {
	content: "\f46d" !important;
}

/* -------------------------------------------------------------------------
 * Unified input corner radius across the whole My Account dashboard
 * (every tab: Dashboard, Orders, Addresses, Account details, Backpack, etc.).
 * Matches the 14px card radius used on the shipping / self-pickup pages.
 * ------------------------------------------------------------------------- */

.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="number"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="search"],
.woocommerce-MyAccount-content input[type="url"],
.woocommerce-MyAccount-content input[type="date"],
.woocommerce-MyAccount-content input.input-text,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content .select2-container .select2-selection--single {
	border-radius: 14px !important;
}

/* selectWoo renders its dropdown (with search box) outside the account wrapper. */
.woocommerce-account .select2-container .select2-search__field {
	border-radius: 14px !important;
}
