/* iWebVault Pricing Sync — currency switcher
   Scoped under .iwv-curr-switcher; matches the iwebvault.com brand. */
.iwv-curr-switcher{display:flex;justify-content:center;flex-wrap:wrap;gap:6px;margin:0 auto 24px;max-width:340px;background:#fff;border:1px solid var(--line,#E1E7F5);border-radius:999px;padding:4px;}
.iwv-curr-switcher button{flex:1;background:transparent;border:0;padding:8px 14px;border-radius:999px;font:inherit;font-size:13px;font-weight:600;color:var(--muted,#6B7499);cursor:pointer;transition:background .15s ease,color .15s ease;}
.iwv-curr-switcher button:hover{color:var(--blue,#0057FF);}
.iwv-curr-switcher button.on{background:var(--grad,linear-gradient(135deg,#0057FF,#00C8FF));color:#fff;}
.iwv-curr-switcher button:focus-visible{outline:2px solid var(--blue,#0057FF);outline-offset:2px;}
