/**
 * Case quality badges (HTML img).
 * Size matches ES site:
 * - FIFA: natural 109px with visual scale ~0.7 → 76px
 * - FIH:  natural 120×131, no scale (content:url on ES)
 */
.case-quality-badge {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 11;
	height: auto;
	pointer-events: none;
}

.case-quality-badge--fifa {
	width: 76px;
}

.case-quality-badge--fih {
	width: 120px;
}

.featherlight .case-quality-badge,
.featherlight article.case-items .case-quality-badge {
	right: 60px;
	top: 60px;
}

/* Disable legacy ::after badges to avoid double icons */
article.case-items:after {
	content: none !important;
	background-image: none !important;
	width: 0 !important;
	height: 0 !important;
	transform: none !important;
}

/* References sections (synthetic-football-pitch / field-hockey-field) — restore badges via rel */
.vc_custom_1679640128449 article.case-items:after {
	content: "" !important;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 11;
	width: 76px !important;
	height: 68px !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	pointer-events: none;
	transform: none !important;
}
.vc_custom_1679640128449 article.case-items[rel="FIFA Quality"]:after,
.vc_custom_1679640128449 article.case-items[rel="FiFA quality"]:after,
.vc_custom_1679640128449 article.case-items[rel="Quality"]:after {
	background-image: url("https://www.ccgrass.com/wp-content/themes/ccgrass/assets/images/fifa-quality.png") !important;
}
.vc_custom_1679640128449 article.case-items[rel="FIFA Quality Pro"]:after,
.vc_custom_1679640128449 article.case-items[rel="FiFA quality Pro"]:after,
.vc_custom_1679640128449 article.case-items[rel="Quality Pro"]:after {
	background-image: url("https://www.ccgrass.com/wp-content/themes/ccgrass/assets/images/fifa-quality-pro.png") !important;
}
.vc_custom_1679640128449 article.case-items[rel="FIH Category 1"]:after {
	width: 120px !important;
	height: 131px !important;
	background-image: url("https://www.ccgrass.com/wp-content/uploads/2021/06/Cat1_.png") !important;
}
.vc_custom_1679640128449 article.case-items[rel="FIH Category 2"]:after,
.vc_custom_1679640128449 article.case-items[rel="FIH Global"]:after {
	width: 120px !important;
	height: 131px !important;
	background-image: url("https://www.ccgrass.com/wp-content/uploads/2021/06/Cat2.png") !important;
}
.vc_custom_1679640128449 article.case-items[rel="FIH Category 3"]:after,
.vc_custom_1679640128449 article.case-items[rel="FIH National"]:after {
	width: 120px !important;
	height: 131px !important;
	background-image: url("https://www.ccgrass.com/wp-content/uploads/2021/06/Cat3.png") !important;
}
.vc_custom_1679640128449 article.case-items[rel="FIH Category 4"]:after,
.vc_custom_1679640128449 article.case-items[rel="FIH Multi-Sport"]:after {
	width: 120px !important;
	height: 131px !important;
	background-image: url("https://www.ccgrass.com/wp-content/uploads/2021/06/Cat4.png") !important;
}
.vc_custom_1679640128449 article.case-items[rel="FIH Category 5"]:after {
	width: 120px !important;
	height: 131px !important;
	background-image: url("https://www.ccgrass.com/wp-content/uploads/2021/06/Cat5.png") !important;
}
.vc_custom_1679640128449 article.case-items:has(.case-quality-badge):after {
	content: none !important;
	background-image: none !important;
	width: 0 !important;
	height: 0 !important;
}

/* Football Turf Projects Worldwide (sports-grass-for-football) — class-based quality */
.vc_custom_1778217654497 article.case-items:after {
	content: "" !important;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 11;
	width: 76px !important;
	height: 68px !important;
	background-image: url("https://www.ccgrass.com/wp-content/themes/ccgrass/assets/images/fifa-quality.png") !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	pointer-events: none;
	transform: none !important;
}
.vc_custom_1778217654497 article.case-items.Pro:after {
	background-image: url("https://www.ccgrass.com/wp-content/themes/ccgrass/assets/images/fifa-quality-pro.png") !important;
}
.vc_custom_1778217654497 article.case-items:has(.case-quality-badge):after {
	content: none !important;
	background-image: none !important;
	width: 0 !important;
	height: 0 !important;
}
