/* Flag chips rendered by static/js/flags.js.
 *
 * m6 — these rules used to be injected as a `document.createElement('style')`
 * from flags.js. A script-created <style> is still an inline style element as
 * far as CSP is concerned, so it blocked `style-src-elem` from dropping
 * 'unsafe-inline'; and an external script has no nonce to give it. The rules are
 * static, so they belong in a file. */
.flag{display:inline-block;width:18px;height:13px;vertical-align:-2px;
  border-radius:2px;overflow:hidden;box-shadow:0 0 0 1px rgba(0,0,0,.08);
  flex-shrink:0;line-height:0;font-size:0}
.flag svg{display:block;width:100%;height:100%}
