/**
 * Cart page: the coupon field is checkout-only now - the shipping
 * "Change address" calculator (relocated here by cart-shipping.js)
 * takes its place instead.
 */
body.woocommerce-cart .woocommerce-cart-form .coupon {
	display: none !important;
}

#eir-cart-shipping-mount {
	margin-top: 16px;
}

#eir-cart-shipping-mount .woocommerce-shipping-destination {
	margin: 0 0 8px;
}

#eir-cart-shipping-mount .shipping-calculator-button {
	font-weight: 600;
	text-decoration: underline;
}

#eir-cart-shipping-mount ul#shipping_method {
	list-style: none;
	margin: 0 0 12px;
	padding: 0;
}

#eir-cart-shipping-mount ul#shipping_method li {
	display: flex;
	gap: 8px;
	padding: 8px 0;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
}

#eir-cart-shipping-mount ul#shipping_method li:not(:last-child) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Address search box injected in front of the native postcode field -
   see maybeInjectAddressSearch() in cart-shipping.js. */
#eir-cart-shipping-mount .eir-cart-address-search-row {
	margin-bottom: 8px;
}

#eir-cart-shipping-mount .eir-cart-address-search-row label {
	display: block;
	margin-bottom: 4px;
	font-weight: 600;
}

#eir-cart-shipping-mount #eir-cart-address-search {
	width: 100%;
	box-sizing: border-box;
}
