/* Scoped flag icons — do not use `.fi` (conflicts with Flaticon uicons `fi fi-rr-*`) */
.fi-flag {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.333333em;
    line-height: 1em;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
    vertical-align: -0.125em;
}

.fi-flag:before {
    content: "\00a0";
}

.fi-flag-hu {
    background-image: url(../flags/4x3/hu.svg);
}

.fi-flag-gb {
    background-image: url(../flags/4x3/gb.svg);
}

.language-switcher .dropdown-item.active,
.language-switcher .lang-btn.active {
    font-weight: 600;
}

.language-switcher .lang-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}
