/**
 * Wave 3 · A03 — Single-job workplace label sync (optional cosmetics).
 * W2-A02 owns strip pill chrome; A11 owns meta chip colors.
 * This file only tints our fallback strip text + marks share sync.
 */

/* Fallback strip text when W2-A02 badge is absent */
body.gaj-work-mode-hybrid .gaj-w3-a03-item--hybrid .gaj-a14-summary__value {
	color: #9a5b00;
	font-weight: 600;
}

body.gaj-work-mode-remote .gaj-w3-a03-item--remote .gaj-a14-summary__value {
	color: #2557a7;
	font-weight: 600;
}

/* Share row already patched server-side; subtle marker for QA / no visual noise */
.gaj-share-row[data-gaj-w3-a03-share] {
	/* intentionally empty — attribute is for smoke tests / CSS hooks */
}

@media print {
	body.gaj-work-mode-hybrid .gaj-w3-a03-item--hybrid .gaj-a14-summary__value,
	body.gaj-work-mode-remote .gaj-w3-a03-item--remote .gaj-a14-summary__value {
		color: #000;
		font-weight: 600;
	}
}
