.ao-favorite-button {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff;
	color: #26352e;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.ao-favorite-button svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.ao-favorite-button[aria-pressed="true"] {
	color: #9e543b;
}

.ao-favorite-button[aria-pressed="true"] svg {
	fill: currentColor;
}

.ao-favorites-widget {
	position: relative;
	display: inline-block;
}

.ao-favorites-trigger {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	color: inherit;
}

.ao-favorites-trigger svg {
	width: 22px;
	height: 22px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.6;
}

.ao-favorites-count {
	position: absolute;
	top: 2px;
	right: 2px;
	min-width: 16px;
	height: 16px;
	padding: 0 4px;
	border-radius: 8px;
	background: #9e543b;
	color: #fff;
	font-size: 0.6875rem;
	line-height: 16px;
	text-align: center;
}

.ao-favorites-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 50;
	width: 280px;
	margin-top: 8px;
	padding: 16px;
	background: #fff;
	border: 1px solid #dedfd5;
	border-radius: 12px;
	box-shadow: 0 12px 35px rgba(39, 55, 46, 0.15);
}

@media (hover: hover) and (pointer: fine) {
	.ao-favorites-widget:hover .ao-favorites-dropdown,
	.ao-favorites-widget:focus-within .ao-favorites-dropdown {
		display: block;
	}
}

.ao-favorites-empty {
	margin: 0;
	font-size: 0.875rem;
	color: #646c62;
}

.ao-favorites-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.ao-favorites-item a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: inherit;
}

.ao-favorites-item img {
	width: 44px;
	height: 44px;
	border-radius: 6px;
	object-fit: cover;
	flex: none;
}

.ao-favorites-item span {
	font-size: 0.875rem;
	font-weight: 500;
}

.ao-favorites-retention {
	margin: 12px 0 0;
	padding-top: 12px;
	border-top: 1px solid #dedfd5;
	font-size: 0.75rem;
	color: #646c62;
}
