/* CNY artwork parity: image-backed currency icons must not inherit the
 * legacy blue background used by the old CSS-drawn CNY fallback. */
html body.onek-body.onek-landing-page
    .onek-terminal--exchange
    .onek-currency-icon--bill-cny.onek-currency-icon--image {
    background: transparent;
}
