/*!
 * ASA InstaPay — site-wide USD | ZiG currency switcher styles.
 *
 * Copyright (c) 2026 Afri Soft Aware (ASA). All rights reserved.
 * License: ASA Commercial License (Proprietary) — https://afrisoftaware.com/license
 *
 * Desktop: a compact segmented toggle on a light chip. Mobile: a simple native
 * dropdown. Redefines --btn-padding / --btn-height locally so WoodMart's tall
 * button sizing does not leak in.
 */
 .asa-currency-switch{--btn-padding:5px 10px;--btn-height:20px;display:inline-flex;align-items:center;margin:0 8px 0 0;vertical-align:middle;line-height:1}.asa-currency-switch__toggle{display:inline-flex;align-items:center;gap:1px;padding:1px;border:1px solid rgb(0 0 0 / .32);border-radius:5px;background:rgb(255 255 255 / .92)}.asa-currency-switch__btn{appearance:none;-webkit-appearance:none;box-sizing:border-box;display:inline-flex;align-items:center;background:#fff0;border:0;margin:0;padding:var(--btn-padding,5px 10px);min-height:var(--btn-height,20px);height:auto;font:inherit;font-size:11px;font-weight:700;line-height:1;letter-spacing:.02em;color:#1f1f1f;cursor:pointer;border-radius:3px}.asa-currency-switch__btn:hover{color:#0C5C28}.asa-currency-switch__btn:focus-visible{outline:none;box-shadow:0 0 0 2px rgb(17 122 54 / .6)}.asa-currency-switch__btn.is-active{background:#117A36;color:#fff}.asa-currency-switch__btn.is-active .asa-currency-switch__label{color:#fff}.asa-currency-switch__label{display:inline-block}.asa-currency-switch__select{display:none;box-sizing:border-box;padding:var(--btn-padding,5px 10px);min-height:var(--btn-height,20px);height:auto;font-size:12px;font-weight:600;line-height:1;color:#1f1f1f;background:#fff;border:1px solid rgb(0 0 0 / .32);border-radius:5px;cursor:pointer}@media (max-width:1024px){.asa-currency-switch__toggle{display:none}.asa-currency-switch{margin:0}.asa-currency-switch__select{display:inline-block;width:auto;max-width:100%;min-height:32px;padding:6px 28px 6px 12px;font-size:13px;font-weight:700;border-radius:8px;line-height:1.2}}