/* Alfa bilingual helpers — deliberately non-invasive to preserve the original design. */
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.alfa-language-menu-item {
    display: flex;
    align-items: center;
}

.alfa-language-switcher {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.alfa-language-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2px 0;
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.alfa-language-link:hover,
.alfa-language-link.is-active {
    color: inherit;
    border-bottom-color: currentColor;
}

.alfa-mobile-language {
    margin-bottom: 16px;
}

.alfa-mobile-language .alfa-language-switcher {
    justify-content: center;
    width: 100%;
}

@media (max-width: 1199px) {
    .alfa-language-menu-item {
        display: none;
    }
}
