.wizata-currency-menu {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-left: 10px;
}

.wizata-currency-menu button {
    background: none;
    border: none;
    font-size: 13px;
    cursor: pointer;
    color: inherit;
    padding: 0;
}

.wizata-currency-menu span {
    font-size: 12px;
    opacity: 0.6;
}

.wizata-currency-menu button.active {
    font-weight: 700;
    text-decoration: underline;
}
