/* Overrides for assets Tilda's libraries fetch from their CDN at runtime.
 *
 * tilda-phone-mask-1.1.min.js injects a <style> block whose flag sprite points
 * at static.tildacdn.com. Rather than patch the minified library, we win the
 * cascade with !important — a background-image that loses the cascade is never
 * requested, so this removes the network call rather than merely hiding it.
 *
 * Loaded after the generated Tilda stylesheets; see tools/detilda.py.
 */

.t-input-phonemask__select-flag {
  background-image: url('../images/flags7.png') !important;
}
