/**
 * Checkout order summary remove button styles.
 * Self-contained so checkout does not rely on cart.css.
 * Stacks under the thumbnail even when Smart Coupons forces table-cell on __image.
 */

.wc-block-components-order-summary-item__image .woo-block-checkout-remove__button {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	display: block;
	font: inherit;
	height: 24px;
	letter-spacing: inherit;
	line-height: 1;
	margin: -7px -12px 0 auto;
	padding: 0;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	width: 24px;
}

.wc-block-components-order-summary-item__image .woo-block-checkout-remove__button:hover,
.wc-block-components-order-summary-item__image .woo-block-checkout-remove__button:focus {
	color: inherit;
	opacity: 0.75;
	outline: none;
}

.wc-block-components-order-summary-item__image .woo-block-checkout-remove__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 2px;
}

.wc-block-components-order-summary-item__image .woo-block-checkout-remove__button:disabled {
	cursor: not-allowed;
	opacity: 0.5;
	pointer-events: none;
}

.wc-block-components-order-summary-item__image .woo-block-checkout-remove__button svg {
	display: block;
	fill: currentColor;
	height: 24px;
	margin: 0 auto;
	width: 24px;
}

.wc-block-components-order-summary-item__image.woo-block-checkout-remove__image--pending {
	opacity: 0.5;
	pointer-events: none;
}
