.nfat-switcher {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.nfat-switcher__item {
    display: inline-flex;
    gap: 6px;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 34px;
    padding: 0 10px;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    text-decoration: none;
    background: #fff;
    color: #222;
}

.nfat-switcher__item.is-active {
    border-color: #1d4ed8;
    box-shadow: 0 0 0 2px rgba(29, 78, 216, 0.16);
}

.nfat-switcher__flag {
    font-size: 16px;
    line-height: 1;
}

.nfat-switcher__code {
    font-size: 12px;
    font-weight: 600;
}
