/* Sélecteur de langue FR/EN — chargé sur tout le site (voir
   SEOAudit_Lang_Switch, rendu en footer), position fixe en haut à droite.
   Valeurs de repli identiques aux tokens de seoaudit.css (--sf-*) au cas où
   cette feuille n'est pas chargée sur la page courante. */

.seoaudit-home-lang-switch {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 99999;
    background: #fff;
    border: 1px solid var(--sf-line, #e7e2d8);
    border-radius: var(--sf-radius-pill, 999px);
    padding: 6px 6px;
    display: flex;
    gap: 2px;
    box-shadow: var(--sf-shadow-sm, 0 4px 14px rgba(20, 18, 31, 0.06));
}

.seoaudit-home-lang-switch a {
    display: inline-block;
    padding: 5px 12px;
    border-radius: var(--sf-radius-pill, 999px);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    color: var(--sf-muted, #6b6775);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.seoaudit-home-lang-switch a.is-active {
    background: var(--sf-ink, #14121f);
    color: #fff;
}
