.language-switcher {
    margin-bottom: 0px;
    position: absolute;
    z-index: 1;
    bottom: -48px;
    right: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    display: flex;
    width: 160px;
    background: #fff;
    padding: 5px 5px 5px 5px;
    border: 1px solid #E7E7E9;
    gap: 5px;
}

.language-switcher button {
    padding: 8px 12px;
    cursor: pointer;
    border: none;
    font-weight: normal;
    background: none;
    background: #f3f3f3;
    width: 50%;
    font-family: var(--zf-primary-semibold);
}

.language-switcher button.active {
    background-color: #0047ff;
    color: white;
    border-color: #0056b3;
}

.language-switcher button#lang-btn-en {
    border-radius: 3px;
}

.language-switcher button#lang-btn-hi {
    border-radius: 3px;
}
