.vc4u-currency{position:relative;display:inline-block;font-size:13px;line-height:1}
.vc4u-currency__toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:transparent;color:inherit;font:inherit;cursor:pointer;letter-spacing:.04em}
.vc4u-currency__toggle:hover,.vc4u-currency__toggle[aria-expanded="true"]{border-color:currentColor}
.vc4u-flag{width:18px;height:12px;border-radius:2px;box-shadow:0 0 0 1px rgba(0,0,0,.12);flex:none}
.vc4u-currency__caret{width:10px;height:6px;transition:transform .2s}
.vc4u-currency__toggle[aria-expanded="true"] .vc4u-currency__caret{transform:rotate(180deg)}
.vc4u-currency__list{position:absolute;right:0;top:calc(100% + 8px);min-width:210px;margin:0;padding:6px;list-style:none;background:#fff;color:#1d2433;border-radius:10px;box-shadow:0 12px 32px rgba(15,42,74,.18);z-index:1000}
.vc4u-currency__list[hidden]{display:none}
.vc4u-currency__list a{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:7px;color:inherit;text-decoration:none}
.vc4u-currency__list a:hover,.vc4u-currency__list a:focus{background:#f4f1ec}
.vc4u-currency__list a.is-active{background:#0f2a4a;color:#fff}
.vc4u-currency__list .vc4u-currency__code{font-weight:600;min-width:34px}
.vc4u-currency__list .vc4u-currency__name{opacity:.8}
