/* BuscarHacker - ajustes de layout para francês (textos mais longos) */
html[lang="fr"] .btn, html[lang="fr"] button, html[lang="fr"] .button {
  white-space: normal; line-height: 1.3; letter-spacing: 0;
}
html[lang="fr"] nav a, html[lang="fr"] .menu a { letter-spacing: 0; }
html[lang="fr"] h1 { word-break: break-word; hyphens: auto; }
html[lang="fr"] h2, html[lang="fr"] h3 { hyphens: auto; }
