.game-currency-combobox{width:min(100%,320px)}.game-currency-combobox:not(.is-on-mobile){width:min(100%,415px);margin:var(--spacing-sm);padding:var(--spacing-xl);border-radius:var(--border-radius-lg);background:var(--surface-light)}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__dropdown,.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__text{margin-bottom:0}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__group{display:flex;align-items:center}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__group:first-child{gap:var(--spacing-sm);margin-bottom:var(--spacing-sm)}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__group:last-child{gap:var(--spacing-2xs)}.game-currency-combobox:not(.is-on-mobile) .game-currency-combobox__text{white-space:nowrap}.game-currency-combobox__text{display:block;margin-bottom:var(--spacing-3xs);color:var(--text-light);font:var(--body-md-semibold)}.game-currency-combobox__dropdown{z-index:1;min-width:unset;margin-bottom:var(--spacing-sm)}.game-currency-trigger__wrapper{position:relative}.game-currency-trigger{gap:8px;height:32px;padding:0 10px;border-radius:var(--radius);font-size:14px;line-height:16px;font-weight:700;color:var(--text-light);background:var(--background-secondary);cursor:pointer}@layer mixins{.game-currency-trigger{display:flex;justify-content:center;align-items:center;background:none;outline:none;border:none;padding:0}}@layer mixins{}.game-currency-trigger:hover:not(:disabled){background:var(--background-secondary-hover)}.game-currency-trigger:disabled{color:var(--text-disabled);cursor:not-allowed}.game-currency-trigger__tooltip{--tooltip-offset:0;position:absolute;left:50%;bottom:calc(100% + 10px);min-width:180px;width:-moz-fit-content;width:fit-content;padding:15px;text-align:center;font-size:14px;line-height:1.4;font-weight:400;color:var(--white);background:var(--blue-400);border-radius:var(--radius);transform:translateX(calc(-50% + var(--tooltip-offset) * 1px));z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.game-currency-trigger__tooltip:after{content:"";position:absolute;left:50%;bottom:-7px;width:0;height:0;border-style:solid;border-width:7px 7px 0;border-color:var(--blue-400) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);transform:translateX(calc(-50% - var(--tooltip-offset) * 1px))}.game-currency-trigger__tooltip svg{position:absolute;top:5px;right:5px;height:12px;width:12px;fill:var(--white);cursor:pointer}