/*
 * Minimal layout styles for the wishlist button and the
 * [whiteimage_wishlist] page. Colors, fonts and borders are inherited from
 * the active theme; adjust from WhiteImage → "Custom CSS" or override the
 * templates (see whiteimage-for-woocommerce/wishlist.php in your theme).
 */

.whiteimage-wishlist-button {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.whiteimage-wishlist-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75em;
	margin: 0 0 0.75em;
}

.whiteimage-wishlist-item-image img {
	max-width: 4em;
	height: auto;
}

.whiteimage-wishlist-item-name {
	flex: 1 1 10em;
}

.whiteimage-wishlist-remove {
	cursor: pointer;
}
