.hdwish-button {
	display: inline-flex;
	align-items: center;
	justify-self: start;
	width: fit-content;
	gap: 0.4em;
	margin-top: 0.75em;
	padding: 0.6em 1.25em;
	background: transparent;
	border: 1.5px solid currentColor;
	border-radius: 9999px;
	cursor: pointer;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1;
	transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.hdwish-button:hover {
	background: rgba(0, 0, 0, 0.06);
}

.hdwish-button.is-in-wishlist {
	border-color: #e2264d;
	color: #e2264d;
}

.hdwish-button.is-in-wishlist:hover {
	background: rgba(226, 38, 77, 0.08);
}

.hdwish-button__icon::before {
	content: "\2661";
}

.hdwish-button.is-in-wishlist .hdwish-button__icon::before {
	content: "\2665";
	color: #e2264d;
}

.hdwish-block-editor-placeholder {
	display: inline-flex;
	align-items: center;
	gap: 0.4em;
	padding: 0.5em 1em;
	border: 1px dashed currentColor;
	border-radius: 9999px;
	opacity: 0.8;
}

.hdwish-table {
	width: 100%;
	border-collapse: collapse;
}

.hdwish-table th,
.hdwish-table td {
	padding: 0.75em;
	text-align: left;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}

.hdwish-table__link {
	display: flex;
	align-items: center;
	gap: 0.75em;
	text-decoration: none;
	color: inherit;
}

.hdwish-table__link img {
	width: 60px;
	height: auto;
}

.hdwish-remove {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1.2em;
	line-height: 1;
	margin-left: 0.5em;
	opacity: 0.6;
}

.hdwish-remove:hover {
	opacity: 1;
}

.hdwish-empty {
	padding: 2em 0;
	text-align: center;
	opacity: 0.7;
}

.hdwish-nav-count {
	display: inline-flex;
	align-items: center;
	gap: 0.5em;
	text-decoration: none;
	color: inherit;
}

.hdwish-nav-count__icon-wrap {
	position: relative;
	display: inline-flex;
}

.hdwish-nav-count__icon {
	font-size: 1.3em;
	line-height: 1;
}

.hdwish-nav-count__badge {
	position: absolute;
	top: -0.5em;
	right: -0.65em;
	min-width: 1.4em;
	height: 1.4em;
	padding: 0 0.3em;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #e2264d;
	color: #fff;
	border-radius: 9999px;
	font-size: 0.62em;
	line-height: 1;
	font-weight: 700;
}

.hdwish-nav-count__label {
	font-size: 0.95em;
}
