.gm2-qd-options{display:flex;gap:6px;margin-bottom:10px;}
.gm2-qd-option{cursor:pointer;padding:4px 8px;border:1px solid #ccc;background:#f8f8f8;}
.gm2-qd-label{display:block;}
.gm2-qd-price{display:flex;align-items:center;}
.gm2-qd-currency-icon{display:inline-block;}
.gm2-qd-currency-icon i{width:1em;height:1em;}
.gm2-qd-currency-icon svg{width:1em;height:1em;}
.gm2-qd-currency-icon.e-font-icon-svg{width:1em;height:1em;}
.gm2-qd-option.active{border-color:#007cba;background:#e7f1ff;}
.gm2-qd-option.active .gm2-qd-currency-icon,
.gm2-qd-option.active .gm2-qd-currency-icon svg,
.gm2-qd-option.active .gm2-qd-currency-icon.e-font-icon-svg,
.gm2-qd-option.active .gm2-qd-currency-icon i{color:#007cba;fill:#007cba;}
.gm2-qd-option.loading{position:relative;opacity:.5;pointer-events:none;}
.gm2-qd-option.loading .loading-spinner{position:absolute;top:50%;left:50%;width:1em;height:1em;margin-top:-.5em;margin-left:-.5em;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:gm2-spin .6s linear infinite;}
@keyframes gm2-spin{to{transform:rotate(360deg);}}
