/**
 * BYN currency — always readable text (no PUA/icon-font dependency).
 */

.currency-symbol-byn {
	display: inline;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.02em;
	white-space: nowrap;
	line-height: inherit;
	vertical-align: baseline;
}

.careerfy-min-jobs__meta-salary .currency-symbol-byn,
.careerfy-job-card-salary .currency-symbol-byn,
.jobdetail-salary-amount .currency-symbol-byn {
	font-weight: 700;
	margin-left: 0.15em;
}

/* Legacy glyph spans from cache — hide PUA, keep aria-label readable via text rewrite in JS */
.currency-symbol-byn.nbrb-icon,
.nbrb-icon.nbrb-icon-byn {
	font-family: inherit !important;
}
