/* ============================================================================
   PAGE FAMILY: orders showcase + FTS/CLIP search page chrome — SKIN tier — from site-artsdot-V2.0.css
   Migrated 2026-07-05 (B11-B17 sweep). PHASE-A FIDELITY: verbatim relocation.
   ============================================================================ */
.custom_search .search_img .search_card_model_badge {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	z-index: 3;
	max-width: calc(100% - 20px);
	pointer-events: none;
	display: inline-block;
	font-family: var(--adc-body);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1;
	padding: 4px 8px;
	border-radius: 3px;
	/* ~70% opacity — same overlay strength as WA (#3E342AB2) */
	background: rgb(17 17 16 / 70%) !important;
	color: #fff !important;
}

.search_sec.fts-search-page .search_card_model_badge {
	font-family: var(--adc-body, var(--font-body));
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1;
	padding: 6px 10px;
	border-radius: var(--adc-radius, 2px);
	background: rgb(17 17 16 / 70%) !important; /* --adc-ink #111110 @ ~70% */
	color: var(--adc-white, #ffffff) !important;
}

.search_sec.fts-search-page .search_card_model_badge a {
	color: var(--adc-white, #ffffff);
}

