/* MyListing Pro — center Hugeicons webfont glyphs (Material/FA/Phosphor already ship these metrics). */

.hgi-stroke {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0;
}

.hgi-stroke::before {
	line-height: 1;
}

/*
 * Theme .cat-icon uses padding-top: 6px to optically center Material Icons.
 * Hugeicons fill more of the em-square, so that padding pushes them down.
 */
.cat-icon:has(> .hgi-stroke) {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0;
	box-sizing: border-box;
}

.cat-icon > .hgi-stroke {
	position: relative;
	flex-shrink: 0;
	width: 1em;
	height: 1em;
}

.cat-icon > .hgi-stroke::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.marker-icon i.hgi-stroke::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
