.currency-toggles{align-items:center;background:var(--tofu-white);border-radius:20px;box-shadow:var(--shadow-1);display:flex;flex-direction:row;justify-content:center;width:auto}.currency-toggle{border-radius:20px;color:var(--indigo-950);cursor:pointer;font-size:var(--fs-1);padding:.5rem 1rem;transition:background-color .3s ease,color .3s ease}.currency-toggle.label-medium.active{background:var(--green-400);color:var(--tofu-white)}