/** Discrete catalog fixtures remain identifiable in every product context. */
.aurome-sample-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 9px;
	border: 1px solid #d8e4ed;
	border-radius: 999px;
	background: #f4f8fb;
	color: #344f65;
	font: 500 12px/1.3 var(--aurome-sans);
	letter-spacing: .02em;
}
.aurome-sample-badge--card {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	pointer-events: none;
}
.aurome-float-card .aurome-sample-badge--card { top: 14px; left: 14px; }
.aurome-float-card-3 .aurome-sample-badge--card { right: 14px; left: auto; }
.aurome-beloved-card .aurome-sample-badge { margin-top: 5px; width: fit-content; }
.aurome-quick-summary > .aurome-sample-badge { margin-bottom: 10px; }
.aurome-search-suggestions .aurome-sample-badge { margin-top: 4px; }
.aurome-sample-notice {
	margin-block: 16px;
	padding: 12px 16px;
	border-left: 2px solid #8faec4;
	border-radius: 0 8px 8px 0;
	background: #f4f8fb;
	color: #344f65;
	font: 400 14px/1.6 var(--aurome-sans);
}
