.eirn-switcher {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px;
    border: 1px solid #d8d8d8;
    border-radius: 999px;
    background: #fff;
    line-height: 1;
}
.eirn-switcher-label {
    padding: 0 8px 0 10px;
    font-size: 14px;
}
.eirn-currency-button {
    border: 0;
    border-radius: 999px;
    padding: 7px 11px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: 1;
}
.eirn-currency-button.is-active {
    background: #111;
    color: #fff;
}
.eirn-currency-select {
    border: 0;
    background: transparent;
    padding: 6px 9px;
    font: inherit;
    cursor: pointer;
}
.eirn-price-data {
    display: none !important;
}
