/* Externalise de la modification #56 le 23/08/2026 (G6M_EXTERNALISATION_V1016).
   Ce bloc etait inline dans PAGE_CONTAINER : il repartait donc dans le HTML de
   CHAQUE page, sans jamais etre mis en cache. En fichier, il est recupere une
   fois puis servi depuis le cache.
   Le <link> occupe la position EXACTE de l ancien <style> : l ordre de cascade
   est donc rigoureusement identique. */

/* G6M_GTA_MONEY_ORDER_V369
   Visual order: [amount] [GTA$] — design unchanged.
*/

:root {
	--g6m-money-order: V369;
	--g6m-money-gap: 11px;
}

html#XF body .gta-money-badge,
html body .gta-money-badge,
html#XF body a.gta-money-badge-host > .gta-money-badge,
html body a.gta-money-badge-host > .gta-money-badge,
html#XF body .p-nav a[data-nav-id="dbtechCredits"] > .gta-money-badge,
html body .p-nav a[data-nav-id="dbtechCredits"] > .gta-money-badge {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 11px !important;
	column-gap: 11px !important;
}

/* Amount first (primary), label second */
html#XF body .gta-money-badge > .money-value,
html body .gta-money-badge > .money-value {
	order: 1 !important;
}

html#XF body .gta-money-badge > .money-label,
html body .gta-money-badge > .money-label {
	order: 2 !important;
}

@media (max-width: 900px) {
	html#XF body .gta-money-badge,
	html body .gta-money-badge {
		gap: 10px !important;
		column-gap: 10px !important;
	}
}

/* END G6M_GTA_MONEY_ORDER_V369 */

