.fi-toggle > div > div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fi-toggle .fi-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin: 0;
}

.fi-toggle .fi-currency-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25em;
    height: 1.25em;
    line-height: 1;
    font-size: 1.1rem;
    transform: translateY(0.5px);
}
