/*!
 * Self-hosted subset of flag-icons 7.2.3 (https://github.com/lipis/flag-icons, MIT).
 * Only the base .fi rules plus the six flags the language dropdowns actually use
 * (en->us, zh-hans->cn, ko->kr, ja->jp, id->id, es->es) are included, with the SVGs
 * vendored under flags/4x3/. Replaces the former cdn.jsdelivr.net/gh/lipis/flag-icons
 * load so live-commerce serves zero third-party CSS (CRDF de-CDN hardening). To add a
 * language, drop its 4x3 SVG into flags/4x3/ and add a matching .fi-<code> rule below.
 */
.fi { background-size: contain; background-position: 50%; background-repeat: no-repeat; position: relative; display: inline-block; width: 1.333333em; line-height: 1em; }
.fi:before { content: " "; }
.fi.fis { width: 1em; }
.fi-us { background-image: url("flags/4x3/us.1d23b9509d0a.svg"); }
.fi-cn { background-image: url("flags/4x3/cn.347824ed3b18.svg"); }
.fi-kr { background-image: url("flags/4x3/kr.2a183310b78d.svg"); }
.fi-jp { background-image: url("flags/4x3/jp.22e3b3a4abbb.svg"); }
.fi-id { background-image: url("flags/4x3/id.f5aa812145ee.svg"); }
.fi-es { background-image: url("flags/4x3/es.1f23da73cee4.svg"); }
