/* Public website Telugu language switcher */
.hp-site-lang {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-right: 0.5rem;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.1);
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.hp-site-lang-btn {
    border: 0;
    background: transparent;
    color: #334155;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.2;
    padding: 0.25rem 0.45rem;
    border-radius: 999px;
    cursor: pointer;
}

.hp-site-lang-btn.is-active {
    background: #0f766e;
    color: #fff;
}

.hp-site-lang-sep {
    color: #94a3b8;
    font-size: 0.75rem;
    user-select: none;
}

.lang-te body {
    font-family: 'Nunito Sans', 'Noto Sans Telugu', 'Inter', system-ui, sans-serif;
}

.hp-nav-utility .hp-site-lang {
    flex-shrink: 0;
}

@media (max-width: 900px) {
    .hp-mobile-nav-scroll .hp-site-lang {
        margin: 0.75rem 1rem 0;
        align-self: flex-start;
    }
}
