:root{--currency-switcher-dimension: min(100%, 30rem)}#PopupModal-currency-switcher:not([open]){display:none}#PopupModal-currency-switcher[open]{position:fixed;top:50%;left:50%;margin-left:calc(var(--currency-switcher-dimension)/-2);margin-top:calc(var(--currency-switcher-dimension)/-2);z-index:11;background-color:var(--gradient-base-background-1);min-width:var(--currency-switcher-dimension);min-height:var(--currency-switcher-dimension);display:grid;grid-template-rows:min-content;animation:open-modal .3s ease-out forwards;z-index:999999}#PopupModal-currency-switcher[open]::after{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:var(--gradient-base-background-1);opacity:.5;z-index:-1}#ModalClose-currency-switcher{margin-left:auto}.PopupModal-currency-switcher__content{display:grid;place-items:center;gap:1rem;margin:auto}.PopupModal-currency-switcher__item{display:flex;align-items:center;justify-content:center;gap:2rem;text-decoration:none;color:inherit;width:100%}.PopupModal-currency-switcher__item--active{text-decoration:underline;text-underline-offset:.3rem}.PopupModal-currency-switcher__flag{width:4rem;height:4rem;border-radius:50%}@keyframes open-modal{from{opacity:0}to{opacity:1}}