/* G6M_POSTBIT_GTA_DOLLAR_CENTER_V836
   Optically center "$" inside the green GTA$ postbit icon box.
*/
html body .message-cell--user .message-userExtras dl.dbtech_credits_postbit.pairs--justified::before,
html body .message-cell--user .message-userExtras .pairs--justified:has(> dt[title="GTA$"])::before {
	content: "$" !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	align-self: center !important;
	justify-self: center !important;
	grid-column: 1 !important;
	grid-row: 1 / span 2 !important;
	box-sizing: border-box !important;
	width: 1.15rem !important;
	height: 1.15rem !important;
	min-width: 1.15rem !important;
	min-height: 1.15rem !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: Rajdhani, "Segoe UI", system-ui, sans-serif !important;
	font-size: 0.78rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
	letter-spacing: 0 !important;
	text-align: center !important;
	text-indent: 0 !important;
	/* $ glyph is optically top/left-heavy — nudge into true center */
	transform: translate(0.5px, 1px) !important;
	color: #6ee7a8 !important;
	-webkit-text-fill-color: #6ee7a8 !important;
	text-shadow: 0 0 8px rgba(34, 197, 94, 0.45) !important;
	background: rgba(34, 197, 94, 0.18) !important;
	box-shadow: inset 0 0 0 1px rgba(110, 231, 168, 0.35), 0 0 8px rgba(34, 197, 94, 0.2) !important;
	border-radius: 4px !important;
}
/* END G6M_POSTBIT_GTA_DOLLAR_CENTER_V836 */
