/**
 * Badge heroes — trait or + libellé caps doré (screen 2).
 * Appliqué à tous les composants wpcursor-hero-*.
 * Spécificité haute + !important pour battre les styles locaux (color #fff, border-bottom).
 */

body #page-container .wpcursor-component[class*="wpcursor-hero-"] [class*="__badge"],
.wpcursor-component[class*="wpcursor-hero-"] [class*="__badge"] {
	display: inline-flex !important;
	align-items: center !important;
	gap: 0.65rem !important;
	margin: 0 0 0.45rem !important;
	padding: 0 !important;
	border: 0 !important;
	border-bottom: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #f2cd78 !important;
	font-size: 15px !important;
	font-weight: 500 !important;
	line-height: 1.3 !important;
	letter-spacing: 0.06em !important;
	text-transform: uppercase !important;
	width: fit-content !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	white-space: normal !important;
	overflow: visible !important;
}

body #page-container .wpcursor-component[class*="wpcursor-hero-"] [class*="__badge"]::before,
.wpcursor-component[class*="wpcursor-hero-"] [class*="__badge"]::before {
	content: "" !important;
	display: block !important;
	flex-shrink: 0 !important;
	width: 1.25rem !important;
	height: 2px !important;
	background: #f2cd78 !important;
}

@media (max-width: 767px) {
	body #page-container .wpcursor-component[class*="wpcursor-hero-"] [class*="__badge"],
	.wpcursor-component[class*="wpcursor-hero-"] [class*="__badge"] {
		margin-bottom: 0.4rem !important;
		font-size: 10px !important;
		letter-spacing: 0.05em !important;
	}
}
