/* CyCommerce currency switcher — small, theme-neutral; inherits the surrounding type. */
.cyc-currency-switcher{ display:inline-flex; align-items:center; gap:8px; font-size:13px; }
.cyc-currency-switcher .cyc-currency-label{ color:inherit; opacity:.75; text-transform:uppercase; letter-spacing:.04em; font-size:11px; }
.cyc-currency-switcher select{ border:1px solid rgba(0,0,0,.18); border-radius:7px; padding:6px 30px 6px 10px; font-size:13px; background:#fff; color:inherit; cursor:pointer; line-height:1.2;
	appearance:none; -webkit-appearance:none;
	background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'><path d='M1 1l4 4 4-4' fill='none' stroke='%23555' stroke-width='1.5'/></svg>");
	background-repeat:no-repeat; background-position:right 10px center; }
.cyc-currency-switcher select:focus{ outline:none; border-color:rgba(0,0,0,.45); }
.cyc-currency-go{ border:1px solid rgba(0,0,0,.18); border-radius:7px; padding:6px 12px; background:#fff; cursor:pointer; font-size:13px; }
