.cake-custom-currency-selector{display:flex;justify-content:flex-start;gap:.5em;position:relative}.cake-custom-currency-selector button{padding:0 1em;border-color:var(--color-white);display:flex;align-items:center;gap:0 1em;cursor:pointer;background:0 0;border:none;outline:0;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.cake-custom-currency-selector button span{font-size:16px}.cake-custom-currency-selector button svg{width:.5em;transform:rotate(90deg)}.cake-custom-currency-selector button svg path{stroke:var(--color-black)}.cake-custom-currency-selector ul{position:absolute;top:100%;right:0;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:100%;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content;max-height:10em;overflow-y:auto;background-color:var(--color-white);padding:1em;white-space:nowrap;box-shadow:0 0 3px rgba(0,0,0,.3)}.cake-custom-currency-selector ul li{margin-bottom:1em;cursor:pointer}.cake-custom-currency-selector ul li:last-child{margin-bottom:0}.cake-custom-currency-selector ul a{color:var(--color-black);display:block;text-decoration:none!important;display:flex;gap:.5em;justify-content:flex-start;pointer-events:none}